#14496D

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

Shades of Dark Cerulean #14496D

Tints of Dark Cerulean #14496D

Color information

#14496D (or 0x14496D) is unknown color: approx Dark Cerulean. HEX triplet: 14, 49 and 6D. RGB value is (20,73,109). Sum of RGB (Red+Green+Blue) = 20+73+109=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #14496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14496D is #EBB692. Grayscale: #3D3D3D. Windows color (decimal): -15447699 or 7162132. OLE color: 7162132.

HSL color Cylindrical-coordinate representation of color #14496D: hue angle of 204.27º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14496D is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2073109-
CMYK0.820.3300.57
HSL204.27º68.99%25.29%-
HSV(B)204.27º81.65%42.75%-
XYZ5.436.0215.34-
YUV61.26154.9498.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 109 (42.97% from 255) = 53.96%
R=9.90%
G=36.14%
B=53.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20731090.820.3300.57204.2768.9925.29
Hex14496D5221039cc4519
Octal241111551224107131410531
Binary10100100100111011011010010100001011100111001100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14496D; }

 p { color: rgb(20,73,109); }

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

<style>
 a { background-color: #14496D; }

 a { background-color: rgb(20,73,109); }

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

<style>
 span { border-color: #14496D; }

 span { border-color: rgb(20,73,109); }

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