#12669E

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

Shades of Cerulean #12669E

Tints of Cerulean #12669E

Color information

#12669E (or 0x12669E) is unknown color: approx Cerulean. HEX triplet: 12, 66 and 9E. RGB value is (18,102,158). Sum of RGB (Red+Green+Blue) = 18+102+158=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #12669E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12669E is #ED9961. Grayscale: #525252. Windows color (decimal): -15571298 or 10380818. OLE color: 10380818.

HSL color Cylindrical-coordinate representation of color #12669E: hue angle of 204º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12669E is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18102158-
CMYK0.890.3500.38
HSL204º79.55%34.51%-
HSV(B)204º88.61%61.96%-
XYZ11.1712.134.09-
YUV83.27170.1781.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.47%
GREEN value IS 102 (40.23% from 255) = 36.69%
BLUE value IS 158 (62.11% from 255) = 56.83%
R=6.47%
G=36.69%
B=56.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181021580.890.3500.3820479.5534.51
Hex12669E5923026cc5023
Octal221462361314304631412043
Binary1001011001101001111010110011000110100110110011001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,102,158); }

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

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

 a { background-color: rgb(18,102,158); }

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

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

 span { border-color: rgb(18,102,158); }

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