#12669A

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

Shades of Cerulean #12669A

Tints of Cerulean #12669A

Color information

#12669A (or 0x12669A) is unknown color: approx Cerulean. HEX triplet: 12, 66 and 9A. RGB value is (18,102,154). Sum of RGB (Red+Green+Blue) = 18+102+154=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #12669A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12669A is #ED9965. Grayscale: #525252. Windows color (decimal): -15571302 or 10118674. OLE color: 10118674.

HSL color Cylindrical-coordinate representation of color #12669A: hue angle of 202.94º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12669A is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB18102154-
CMYK0.880.3400.40
HSL202.94º79.07%33.73%-
HSV(B)202.94º88.31%60.39%-
XYZ10.8311.9632.31-
YUV82.81168.1781.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.57%
GREEN value IS 102 (40.23% from 255) = 37.23%
BLUE value IS 154 (60.55% from 255) = 56.20%
R=6.57%
G=37.23%
B=56.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181021540.880.3400.40202.9479.0733.73
Hex12669A5822028cb4f22
Octal221462321304205031311742
Binary1001011001101001101010110001000100101000110010111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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