#14207F

Color #14207F Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #14207F

Tints of Midnight Blue #14207F

Color information

#14207F (or 0x14207F) is unknown color: approx Midnight Blue. HEX triplet: 14, 20 and 7F. RGB value is (20,32,127). Sum of RGB (Red+Green+Blue) = 20+32+127=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 127 (50% from 255 or 70.95% from 179); Max value from RGB is 127 - color contains mainly: blue. Hex color #14207F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14207F is #EBDF80. Grayscale: #262626. Windows color (decimal): -15458177 or 8331284. OLE color: 8331284.

HSL color Cylindrical-coordinate representation of color #14207F: hue angle of 233.27º 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 #14207F is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2032127-
CMYK0.840.7500.50
HSL233.27º72.79%28.82%-
HSV(B)233.27º84.25%49.8%-
XYZ4.642.7120.36-
YUV39.24177.52114.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 127 (50% from 255) = 70.95%
R=11.17%
G=17.88%
B=70.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20321270.840.7500.50233.2772.7928.82
Hex14207F544B032e9491d
Octal244017712411306235111135
Binary10100100000111111110101001001011011001011101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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