#14277E

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

Shades of Midnight Blue #14277E

Tints of Midnight Blue #14277E

Color information

#14277E (or 0x14277E) is unknown color: approx Midnight Blue. HEX triplet: 14, 27 and 7E. RGB value is (20,39,126). Sum of RGB (Red+Green+Blue) = 20+39+126=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 126 (49.61% from 255 or 68.11% from 185); Max value from RGB is 126 - color contains mainly: blue. Hex color #14277E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14277E is #EBD881. Grayscale: #2A2A2A. Windows color (decimal): -15456386 or 8267540. OLE color: 8267540.

HSL color Cylindrical-coordinate representation of color #14277E: hue angle of 229.25º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14277E is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2039126-
CMYK0.840.6900.51
HSL229.25º72.6%28.63%-
HSV(B)229.25º84.13%49.41%-
XYZ4.783.1120.09-
YUV43.24174.71111.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.81%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 126 (49.61% from 255) = 68.11%
R=10.81%
G=21.08%
B=68.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20391260.840.6900.51229.2572.628.63
Hex14277E5445033e5491d
Octal244717612410506334511135
Binary10100100111111111010101001000101011001111100101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14277E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14277E; }

 p { color: rgb(20,39,126); }

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

<style>
 a { background-color: #14277E; }

 a { background-color: rgb(20,39,126); }

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

<style>
 span { border-color: #14277E; }

 span { border-color: rgb(20,39,126); }

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