#14739C

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

Shades of Cerulean #14739C

Tints of Cerulean #14739C

Color information

#14739C (or 0x14739C) is unknown color: approx Cerulean. HEX triplet: 14, 73 and 9C. RGB value is (20,115,156). Sum of RGB (Red+Green+Blue) = 20+115+156=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #14739C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14739C is #EB8C63. Grayscale: #5B5B5B. Windows color (decimal): -15436900 or 10253076. OLE color: 10253076.

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

Color convert

RGB20115156-
CMYK0.870.2600.39
HSL198.09º77.27%34.51%-
HSV(B)198.09º87.18%61.18%-
XYZ12.4214.8133.66-
YUV91.27164.5377.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.87%
GREEN value IS 115 (45.31% from 255) = 39.52%
BLUE value IS 156 (61.33% from 255) = 53.61%
R=6.87%
G=39.52%
B=53.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal201151560.870.2600.39198.0977.2734.51
Hex14739C571A027c64d23
Octal241632341273204730611543
Binary101001110011100111001010111110100100111110001101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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