#14457D

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

Shades of Dark Cerulean #14457D

Tints of Dark Cerulean #14457D

Color information

#14457D (or 0x14457D) is unknown color: approx Dark Cerulean. HEX triplet: 14, 45 and 7D. RGB value is (20,69,125). Sum of RGB (Red+Green+Blue) = 20+69+125=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #14457D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14457D is #EBBA82. Grayscale: #3C3C3C. Windows color (decimal): -15448707 or 8209684. OLE color: 8209684.

HSL color Cylindrical-coordinate representation of color #14457D: hue angle of 212º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14457D is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2069125-
CMYK0.840.4500.51
HSL212º72.41%28.43%-
HSV(B)212º84%49.02%-
XYZ6.125.8920.22-
YUV60.73164.2798.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.35%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 125 (49.22% from 255) = 58.41%
R=9.35%
G=32.24%
B=58.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20691250.840.4500.5121272.4128.43
Hex14457D542D033d4481c
Octal241051751245506332411034
Binary10100100010111111011010100101101011001111010100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,69,125); }

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

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

 a { background-color: rgb(20,69,125); }

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

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

 span { border-color: rgb(20,69,125); }

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