#12769B

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

Shades of Cerulean #12769B

Tints of Cerulean #12769B

Color information

#12769B (or 0x12769B) is unknown color: approx Cerulean. HEX triplet: 12, 76 and 9B. RGB value is (18,118,155). Sum of RGB (Red+Green+Blue) = 18+118+155=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #12769B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12769B is #ED8964. Grayscale: #5C5C5C. Windows color (decimal): -15567205 or 10188306. OLE color: 10188306.

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

Color convert

RGB18118155-
CMYK0.880.2400.39
HSL196.2º79.19%33.92%-
HSV(B)196.2º88.39%60.78%-
XYZ12.6415.4533.33-
YUV92.32163.3774.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=6.19%
G=40.55%
B=53.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181181550.880.2400.39196.279.1933.92
Hex12769B5818027c44f22
Octal221662331303004730411742
Binary100101110110100110111011000110000100111110001001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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