#12669F

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

Shades of Cerulean #12669F

Tints of Cerulean #12669F

Color information

#12669F (or 0x12669F) is unknown color: approx Cerulean. HEX triplet: 12, 66 and 9F. RGB value is (18,102,159). Sum of RGB (Red+Green+Blue) = 18+102+159=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #12669F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12669F is #ED9960. Grayscale: #535353. Windows color (decimal): -15571297 or 10446354. OLE color: 10446354.

HSL color Cylindrical-coordinate representation of color #12669F: hue angle of 204.26º 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 #12669F is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18102159-
CMYK0.890.3600.38
HSL204.26º79.66%34.71%-
HSV(B)204.26º88.68%62.35%-
XYZ11.2612.1334.55-
YUV83.38170.6781.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.45%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 159 (62.5% from 255) = 56.99%
R=6.45%
G=36.56%
B=56.99%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181021590.890.3600.38204.2679.6634.71
Hex12669F5924026cc5023
Octal221462371314404631412043
Binary1001011001101001111110110011001000100110110011001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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