#14428E

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

Shades of Dark Cerulean #14428E

Tints of Dark Cerulean #14428E

Color information

#14428E (or 0x14428E) is unknown color: approx Dark Cerulean. HEX triplet: 14, 42 and 8E. RGB value is (20,66,142). Sum of RGB (Red+Green+Blue) = 20+66+142=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #14428E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14428E is #EBBD71. Grayscale: #3C3C3C. Windows color (decimal): -15449458 or 9323028. OLE color: 9323028.

HSL color Cylindrical-coordinate representation of color #14428E: hue angle of 217.38º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14428E is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2066142-
CMYK0.860.5400.44
HSL217.38º75.31%31.76%-
HSV(B)217.38º85.92%55.69%-
XYZ7.12626.37-
YUV60.91173.7698.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 142 (55.86% from 255) = 62.28%
R=8.77%
G=28.95%
B=62.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20661420.860.5400.44217.3875.3131.76
Hex14428E563602Cd94b20
Octal241022161266605433111340
Binary1010010000101000111010101101101100101100110110011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14428E; }

 p { color: rgb(20,66,142); }

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

<style>
 a { background-color: #14428E; }

 a { background-color: rgb(20,66,142); }

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

<style>
 span { border-color: #14428E; }

 span { border-color: rgb(20,66,142); }

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