#1818b6

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

Shades of Persian Blue #1818B6

Tints of Persian Blue #1818B6

Color information

#1818B6 (or 0x1818B6) is unknown color: approx Persian Blue. HEX triplet: 18, 18 and B6. RGB value is (24,24,182). Sum of RGB (Red+Green+Blue) = 24+24+182=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 182 (71.48% from 255 or 79.13% from 230); Max value from RGB is 182 - color contains mainly: blue. Hex color #1818B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1818B6 is #E7E749. Grayscale: #292929. Windows color (decimal): -15198026 or 11933720. OLE color: 11933720.

HSL color Cylindrical-coordinate representation of color #1818B6: 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 #1818B6 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2424182-
CMYK0.870.8700.29
HSL240º76.7%40.39%-
HSV(B)240º86.81%71.37%-
XYZ9.154.2244.59-
YUV42.01207115.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 182 (71.48% from 255) = 79.13%
R=10.43%
G=10.43%
B=79.13%

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
Decimal24241820.870.8700.2924076.740.39
Hex1818B6575701Df04d28
Octal303026612712703536011550
Binary11000110001011011010101111010111011101111100001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1818b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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