#12518E

Color #12518E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #12518E

Tints of Dark Cerulean #12518E

Color information

#12518E (or 0x12518E) is unknown color: approx Dark Cerulean. HEX triplet: 12, 51 and 8E. RGB value is (18,81,142). Sum of RGB (Red+Green+Blue) = 18+81+142=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #12518E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12518E is #EDAE71. Grayscale: #444444. Windows color (decimal): -15576690 or 9326866. OLE color: 9326866.

HSL color Cylindrical-coordinate representation of color #12518E: hue angle of 209.52º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12518E is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1881142-
CMYK0.870.4300.44
HSL209.52º77.5%31.37%-
HSV(B)209.52º87.32%55.69%-
XYZ8.077.9726.7-
YUV69.12169.1391.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=7.47%
G=33.61%
B=58.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18811420.870.4300.44209.5277.531.37
Hex12518E572B02Cd24e1f
Octal221212161275305432211637
Binary100101010001100011101010111101011010110011010010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12518E; }

 p { color: rgb(18,81,142); }

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

<style>
 a { background-color: #12518E; }

 a { background-color: rgb(18,81,142); }

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

<style>
 span { border-color: #12518E; }

 span { border-color: rgb(18,81,142); }

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