#14427F

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

Shades of Dark Cerulean #14427F

Tints of Dark Cerulean #14427F

Color information

#14427F (or 0x14427F) is unknown color: approx Dark Cerulean. HEX triplet: 14, 42 and 7F. RGB value is (20,66,127). Sum of RGB (Red+Green+Blue) = 20+66+127=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #14427F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14427F is #EBBD80. Grayscale: #3A3A3A. Windows color (decimal): -15449473 or 8339988. OLE color: 8339988.

HSL color Cylindrical-coordinate representation of color #14427F: hue angle of 214.21º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14427F is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2066127-
CMYK0.840.4800.50
HSL214.21º72.79%28.82%-
HSV(B)214.21º84.25%49.8%-
XYZ6.075.5820.84-
YUV59.2166.26100.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 127 (50% from 255) = 59.62%
R=9.39%
G=30.99%
B=59.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20661270.840.4800.50214.2172.7928.82
Hex14427F5430032d6491d
Octal241021771246006232611135
Binary10100100001011111111010100110000011001011010110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14427F; }

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

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

<style>
 a { background-color: #14427F; }

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

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

<style>
 span { border-color: #14427F; }

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

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