#12508A

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

Shades of Dark Cerulean #12508A

Tints of Dark Cerulean #12508A

Color information

#12508A (or 0x12508A) is unknown color: approx Dark Cerulean. HEX triplet: 12, 50 and 8A. RGB value is (18,80,138). Sum of RGB (Red+Green+Blue) = 18+80+138=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #12508A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12508A is #EDAF75. Grayscale: #434343. Windows color (decimal): -15576950 or 9064466. OLE color: 9064466.

HSL color Cylindrical-coordinate representation of color #12508A: hue angle of 209º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12508A is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1880138-
CMYK0.870.4200.46
HSL209º76.92%30.59%-
HSV(B)209º86.96%54.12%-
XYZ7.717.725.13-
YUV68.07167.4692.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.63%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 138 (54.30% from 255) = 58.47%
R=7.63%
G=33.90%
B=58.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18801380.870.4200.4620976.9230.59
Hex12508A572A02Ed14d1f
Octal221202121275205632111537
Binary100101010000100010101010111101010010111011010001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12508A; }

 p { color: rgb(18,80,138); }

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

<style>
 a { background-color: #12508A; }

 a { background-color: rgb(18,80,138); }

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

<style>
 span { border-color: #12508A; }

 span { border-color: rgb(18,80,138); }

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