#1848BA

Color #1848BA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1848BA

Tints of Persian Blue #1848BA

Color information

#1848BA (or 0x1848BA) is unknown color: approx Persian Blue. HEX triplet: 18, 48 and BA. RGB value is (24,72,186). Sum of RGB (Red+Green+Blue) = 24+72+186=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #1848BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1848BA is #E7B745. Grayscale: #464646. Windows color (decimal): -15185734 or 12208152. OLE color: 12208152.

HSL color Cylindrical-coordinate representation of color #1848BA: hue angle of 222.22º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1848BA is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2472186-
CMYK0.870.6100.27
HSL222.22º77.14%41.18%-
HSV(B)222.22º87.1%72.94%-
XYZ11.568.3747.46-
YUV70.64193.194.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 8.51%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 186 (73.05% from 255) = 65.96%
R=8.51%
G=25.53%
B=65.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24721860.870.6100.27222.2277.1441.18
Hex1848BA573D01Bde4d29
Octal301102721277503333611551
Binary110001001000101110101010111111101011011110111101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1848BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1848BA; }

 p { color: rgb(24,72,186); }

 H1.HeaderClassName
 {
   color: #1848BA;
 }
 .AnyTagClassName
 {
   color: #1848BA;
 }
</style>
background-color css

<style>
 a { background-color: #1848BA; }

 a { background-color: rgb(24,72,186); }

 div.DivClassName
 {
   background-color: #1848BA;
 }
 .BgClassName
 {
   background-color: #1848BA;
 }
</style>
border-color css

<style>
 span { border-color: #1848BA; }

 span { border-color: rgb(24,72,186); }

 td.TdClassName
 {
   border-color: #1848BA;
 }
 .TagClassName
 {
   border-color: #1848BA;
 }
</style>