#12669B

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

Shades of Cerulean #12669B

Tints of Cerulean #12669B

Color information

#12669B (or 0x12669B) is unknown color: approx Cerulean. HEX triplet: 12, 66 and 9B. RGB value is (18,102,155). Sum of RGB (Red+Green+Blue) = 18+102+155=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #12669B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12669B is #ED9964. Grayscale: #525252. Windows color (decimal): -15571301 or 10184210. OLE color: 10184210.

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

Color convert

RGB18102155-
CMYK0.880.3400.39
HSL203.21º79.19%33.92%-
HSV(B)203.21º88.39%60.78%-
XYZ10.921232.75-
YUV82.93168.6781.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.55%
GREEN value IS 102 (40.23% from 255) = 37.09%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=6.55%
G=37.09%
B=56.36%

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
Decimal181021550.880.3400.39203.2179.1933.92
Hex12669B5822027cb4f22
Octal221462331304204731311742
Binary1001011001101001101110110001000100100111110010111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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