#14207B

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

Shades of Midnight Blue #14207B

Tints of Midnight Blue #14207B

Color information

#14207B (or 0x14207B) is unknown color: approx Midnight Blue. HEX triplet: 14, 20 and 7B. RGB value is (20,32,123). Sum of RGB (Red+Green+Blue) = 20+32+123=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #14207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14207B is #EBDF84. Grayscale: #262626. Windows color (decimal): -15458181 or 8069140. OLE color: 8069140.

HSL color Cylindrical-coordinate representation of color #14207B: hue angle of 233.01º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14207B is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2032123-
CMYK0.840.7400.52
HSL233.01º72.03%28.04%-
HSV(B)233.01º83.74%48.24%-
XYZ4.382.6119.01-
YUV38.79175.52114.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 123 (48.44% from 255) = 70.29%
R=11.43%
G=18.29%
B=70.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20321230.840.7400.52233.0172.0328.04
Hex14207B544A034e9481c
Octal244017312411206435111034
Binary10100100000111101110101001001010011010011101001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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