#1818B5

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

Shades of Persian Blue #1818B5

Tints of Persian Blue #1818B5

Color information

#1818B5 (or 0x1818B5) is unknown color: approx Persian Blue. HEX triplet: 18, 18 and B5. RGB value is (24,24,181). Sum of RGB (Red+Green+Blue) = 24+24+181=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 181 (71.09% from 255 or 79.04% from 229); Max value from RGB is 181 - color contains mainly: blue. Hex color #1818B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1818B5 is #E7E74A. Grayscale: #292929. Windows color (decimal): -15198027 or 11868184. OLE color: 11868184.

HSL color Cylindrical-coordinate representation of color #1818B5: hue angle of 240º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1818B5 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2424181-
CMYK0.870.8700.29
HSL240º76.59%40.2%-
HSV(B)240º86.74%70.98%-
XYZ9.044.1844.05-
YUV41.9206.5115.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 181 (71.09% from 255) = 79.04%
R=10.48%
G=10.48%
B=79.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24241810.870.8700.2924076.5940.2
Hex1818B5575701Df04d28
Octal303026512712703536011550
Binary11000110001011010110101111010111011101111100001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1818B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1818B5; }

 p { color: rgb(24,24,181); }

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

<style>
 a { background-color: #1818B5; }

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

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

<style>
 span { border-color: #1818B5; }

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

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