#12769A

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

Shades of Cerulean #12769A

Tints of Cerulean #12769A

Color information

#12769A (or 0x12769A) is unknown color: approx Cerulean. HEX triplet: 12, 76 and 9A. RGB value is (18,118,154). Sum of RGB (Red+Green+Blue) = 18+118+154=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #12769A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12769A is #ED8965. Grayscale: #5B5B5B. Windows color (decimal): -15567206 or 10122770. OLE color: 10122770.

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

Color convert

RGB18118154-
CMYK0.880.2300.40
HSL195.88º79.07%33.73%-
HSV(B)195.88º88.31%60.39%-
XYZ12.5615.4232.89-
YUV92.2162.8775.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.21%
GREEN value IS 118 (46.48% from 255) = 40.69%
BLUE value IS 154 (60.55% from 255) = 53.10%
R=6.21%
G=40.69%
B=53.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181181540.880.2300.40195.8879.0733.73
Hex12769A5817028c44f22
Octal221662321302705030411742
Binary100101110110100110101011000101110101000110001001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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