#14769C

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

Shades of Cerulean #14769C

Tints of Cerulean #14769C

Color information

#14769C (or 0x14769C) is unknown color: approx Cerulean. HEX triplet: 14, 76 and 9C. RGB value is (20,118,156). Sum of RGB (Red+Green+Blue) = 20+118+156=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #14769C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14769C is #EB8963. Grayscale: #5C5C5C. Windows color (decimal): -15436132 or 10253844. OLE color: 10253844.

HSL color Cylindrical-coordinate representation of color #14769C: hue angle of 196.76º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14769C is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB20118156-
CMYK0.870.2400.39
HSL196.76º77.27%34.51%-
HSV(B)196.76º87.18%61.18%-
XYZ12.7715.5133.77-
YUV93.03163.5375.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.80%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 156 (61.33% from 255) = 53.06%
R=6.80%
G=40.14%
B=53.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal201181560.870.2400.39196.7677.2734.51
Hex14769C5718027c54d23
Octal241662341273004730511543
Binary101001110110100111001010111110000100111110001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14769C; }

 p { color: rgb(20,118,156); }

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

<style>
 a { background-color: #14769C; }

 a { background-color: rgb(20,118,156); }

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

<style>
 span { border-color: #14769C; }

 span { border-color: rgb(20,118,156); }

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