#14428D

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

Shades of Dark Cerulean #14428D

Tints of Dark Cerulean #14428D

Color information

#14428D (or 0x14428D) is unknown color: approx Dark Cerulean. HEX triplet: 14, 42 and 8D. RGB value is (20,66,141). Sum of RGB (Red+Green+Blue) = 20+66+141=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #14428D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14428D is #EBBD72. Grayscale: #3C3C3C. Windows color (decimal): -15449459 or 9257492. OLE color: 9257492.

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

Color convert

RGB2066141-
CMYK0.860.5300.45
HSL217.19º75.16%31.57%-
HSV(B)217.19º85.82%55.29%-
XYZ7.045.9725.98-
YUV60.8173.2698.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.81%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 141 (55.47% from 255) = 62.11%
R=8.81%
G=29.07%
B=62.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20661410.860.5300.45217.1975.1631.57
Hex14428D563502Dd94b20
Octal241022151266505533111340
Binary1010010000101000110110101101101010101101110110011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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