#14759E

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

Shades of Cerulean #14759E

Tints of Cerulean #14759E

Color information

#14759E (or 0x14759E) is unknown color: approx Cerulean. HEX triplet: 14, 75 and 9E. RGB value is (20,117,158). Sum of RGB (Red+Green+Blue) = 20+117+158=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #14759E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14759E is #EB8A61. Grayscale: #5C5C5C. Windows color (decimal): -15436386 or 10384660. OLE color: 10384660.

HSL color Cylindrical-coordinate representation of color #14759E: hue angle of 197.83º 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 #14759E is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB20117158-
CMYK0.870.2600.38
HSL197.83º77.53%34.9%-
HSV(B)197.83º87.34%61.96%-
XYZ12.8215.3434.63-
YUV92.67164.8676.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=6.78%
G=39.66%
B=53.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201171580.870.2600.38197.8377.5334.9
Hex14759E571A026c64e23
Octal241652361273204630611643
Binary101001110101100111101010111110100100110110001101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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