#14769E

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

Shades of Cerulean #14769E

Tints of Cerulean #14769E

Color information

#14769E (or 0x14769E) is unknown color: approx Cerulean. HEX triplet: 14, 76 and 9E. RGB value is (20,118,158). Sum of RGB (Red+Green+Blue) = 20+118+158=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #14769E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14769E is #EB8961. Grayscale: #5C5C5C. Windows color (decimal): -15436130 or 10384916. OLE color: 10384916.

HSL color Cylindrical-coordinate representation of color #14769E: hue angle of 197.39º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14769E is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB20118158-
CMYK0.870.2500.38
HSL197.39º77.53%34.9%-
HSV(B)197.39º87.34%61.96%-
XYZ12.9415.5734.67-
YUV93.26164.5375.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.76%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 158 (62.11% from 255) = 53.38%
R=6.76%
G=39.86%
B=53.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201181580.870.2500.38197.3977.5334.9
Hex14769E5719026c54e23
Octal241662361273104630511643
Binary101001110110100111101010111110010100110110001011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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