#12779F

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

Shades of Cerulean #12779F

Tints of Cerulean #12779F

Color information

#12779F (or 0x12779F) is unknown color: approx Cerulean. HEX triplet: 12, 77 and 9F. RGB value is (18,119,159). Sum of RGB (Red+Green+Blue) = 18+119+159=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #12779F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12779F is #ED8860. Grayscale: #5D5D5D. Windows color (decimal): -15566945 or 10450706. OLE color: 10450706.

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

Color convert

RGB18119159-
CMYK0.890.2500.38
HSL197.02º79.66%34.71%-
HSV(B)197.02º88.68%62.35%-
XYZ13.115.8335.16-
YUV93.36165.0474.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.08%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 159 (62.5% from 255) = 53.72%
R=6.08%
G=40.20%
B=53.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181191590.890.2500.38197.0279.6634.71
Hex12779F5919026c55023
Octal221672371313104630512043
Binary100101110111100111111011001110010100110110001011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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