#12679A

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

Shades of Cerulean #12679A

Tints of Cerulean #12679A

Color information

#12679A (or 0x12679A) is unknown color: approx Cerulean. HEX triplet: 12, 67 and 9A. RGB value is (18,103,154). Sum of RGB (Red+Green+Blue) = 18+103+154=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #12679A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12679A is #ED9865. Grayscale: #535353. Windows color (decimal): -15571046 or 10118930. OLE color: 10118930.

HSL color Cylindrical-coordinate representation of color #12679A: hue angle of 202.5º 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 #12679A is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB18103154-
CMYK0.880.3300.40
HSL202.5º79.07%33.73%-
HSV(B)202.5º88.31%60.39%-
XYZ10.9312.1632.34-
YUV83.4167.8481.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 103 (40.62% from 255) = 37.45%
BLUE value IS 154 (60.55% from 255) = 56%
R=6.55%
G=37.45%
B=56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181031540.880.3300.40202.579.0733.73
Hex12679A5821028ca4f22
Octal221472321304105031211742
Binary1001011001111001101010110001000010101000110010101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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