#14719F

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

Shades of Cerulean #14719F

Tints of Cerulean #14719F

Color information

#14719F (or 0x14719F) is unknown color: approx Cerulean. HEX triplet: 14, 71 and 9F. RGB value is (20,113,159). Sum of RGB (Red+Green+Blue) = 20+113+159=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #14719F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14719F is #EB8E60. Grayscale: #5A5A5A. Windows color (decimal): -15437409 or 10449172. OLE color: 10449172.

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

Color convert

RGB20113159-
CMYK0.870.2900.38
HSL199.86º77.65%35.1%-
HSV(B)199.86º87.42%62.35%-
XYZ12.4514.4634.94-
YUV90.44166.6977.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.85%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 159 (62.5% from 255) = 54.45%
R=6.85%
G=38.70%
B=54.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201131590.870.2900.38199.8677.6535.1
Hex14719F571D026c84e23
Octal241612371273504631011643
Binary101001110001100111111010111111010100110110010001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14719F; }

 p { color: rgb(20,113,159); }

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

<style>
 a { background-color: #14719F; }

 a { background-color: rgb(20,113,159); }

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

<style>
 span { border-color: #14719F; }

 span { border-color: rgb(20,113,159); }

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