#12769F

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

Shades of Cerulean #12769F

Tints of Cerulean #12769F

Color information

#12769F (or 0x12769F) is unknown color: approx Cerulean. HEX triplet: 12, 76 and 9F. RGB value is (18,118,159). Sum of RGB (Red+Green+Blue) = 18+118+159=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #12769F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12769F is #ED8960. Grayscale: #5C5C5C. Windows color (decimal): -15567201 or 10450450. OLE color: 10450450.

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

Color convert

RGB18118159-
CMYK0.890.2600.38
HSL197.45º79.66%34.71%-
HSV(B)197.45º88.68%62.35%-
XYZ12.9915.5935.13-
YUV92.77165.3774.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=6.10%
G=40%
B=53.90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181181590.890.2600.38197.4579.6634.71
Hex12769F591A026c55023
Octal221662371313204630512043
Binary100101110110100111111011001110100100110110001011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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