#12679B

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

Shades of Cerulean #12679B

Tints of Cerulean #12679B

Color information

#12679B (or 0x12679B) is unknown color: approx Cerulean. HEX triplet: 12, 67 and 9B. RGB value is (18,103,155). Sum of RGB (Red+Green+Blue) = 18+103+155=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #12679B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12679B is #ED9864. Grayscale: #535353. Windows color (decimal): -15571045 or 10184466. OLE color: 10184466.

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

Color convert

RGB18103155-
CMYK0.880.3400.39
HSL202.77º79.19%33.92%-
HSV(B)202.77º88.39%60.78%-
XYZ11.0212.232.78-
YUV83.51168.3481.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.52%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=6.52%
G=37.32%
B=56.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181031550.880.3400.39202.7779.1933.92
Hex12679B5822027cb4f22
Octal221472331304204731311742
Binary1001011001111001101110110001000100100111110010111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12679B; }

 p { color: rgb(18,103,155); }

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

<style>
 a { background-color: #12679B; }

 a { background-color: rgb(18,103,155); }

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

<style>
 span { border-color: #12679B; }

 span { border-color: rgb(18,103,155); }

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