#14207D

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

Shades of Midnight Blue #14207D

Tints of Midnight Blue #14207D

Color information

#14207D (or 0x14207D) is unknown color: approx Midnight Blue. HEX triplet: 14, 20 and 7D. RGB value is (20,32,125). Sum of RGB (Red+Green+Blue) = 20+32+125=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #14207D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14207D is #EBDF82. Grayscale: #262626. Windows color (decimal): -15458179 or 8200212. OLE color: 8200212.

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

Color convert

RGB2032125-
CMYK0.840.7400.51
HSL233.14º72.41%28.43%-
HSV(B)233.14º84%49.02%-
XYZ4.512.6619.68-
YUV39.01176.52114.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 125 (49.22% from 255) = 70.62%
R=11.30%
G=18.08%
B=70.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20321250.840.7400.51233.1472.4128.43
Hex14207D544A033e9481c
Octal244017512411206335111034
Binary10100100000111110110101001001010011001111101001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14207D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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