#14287F

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

Shades of Midnight Blue #14287F

Tints of Midnight Blue #14287F

Color information

#14287F (or 0x14287F) is unknown color: approx Midnight Blue. HEX triplet: 14, 28 and 7F. RGB value is (20,40,127). Sum of RGB (Red+Green+Blue) = 20+40+127=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #14287F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14287F is #EBD780. Grayscale: #2B2B2B. Windows color (decimal): -15456129 or 8333332. OLE color: 8333332.

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

Color convert

RGB2040127-
CMYK0.840.6900.50
HSL228.79º72.79%28.82%-
HSV(B)228.79º84.25%49.8%-
XYZ4.883.220.44-
YUV43.94174.87110.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 127 (50% from 255) = 67.91%
R=10.70%
G=21.39%
B=67.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20401270.840.6900.50228.7972.7928.82
Hex14287F5445032e5491d
Octal245017712410506234511135
Binary10100101000111111110101001000101011001011100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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