#14476d

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

Shades of Dark Cerulean #14476D

Tints of Dark Cerulean #14476D

Color information

#14476D (or 0x14476D) is unknown color: approx Dark Cerulean. HEX triplet: 14, 47 and 6D. RGB value is (20,71,109). Sum of RGB (Red+Green+Blue) = 20+71+109=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #14476D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14476D is #EBB892. Grayscale: #3B3B3B. Windows color (decimal): -15448211 or 7161620. OLE color: 7161620.

HSL color Cylindrical-coordinate representation of color #14476D: hue angle of 205.62º 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 #14476D is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2071109-
CMYK0.820.3500.57
HSL205.62º68.99%25.29%-
HSV(B)205.62º81.65%42.75%-
XYZ5.35.7615.3-
YUV60.08155.699.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 109 (42.97% from 255) = 54.5%
R=10%
G=35.5%
B=54.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20711090.820.3500.57205.6268.9925.29
Hex14476D5223039ce4519
Octal241071551224307131610531
Binary10100100011111011011010010100011011100111001110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14476d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14476d; }

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

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

<style>
 a { background-color: #14476d; }

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

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

<style>
 span { border-color: #14476d; }

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

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