#14016F

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

Shades of Midnight Blue #14016F

Tints of Midnight Blue #14016F

Color information

#14016F (or 0x14016F) is unknown color: approx Midnight Blue. HEX triplet: 14, 01 and 6F. RGB value is (20,1,111). Sum of RGB (Red+Green+Blue) = 20+1+111=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 111 (43.75% from 255 or 84.09% from 132); Max value from RGB is 111 - color contains mainly: blue. Hex color #14016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14016F is #EBFE90. Grayscale: #121212. Windows color (decimal): -15466129 or 7274772. OLE color: 7274772.

HSL color Cylindrical-coordinate representation of color #14016F: hue angle of 250.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14016F is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB201111-
CMYK0.820.9900.56
HSL250.36º98.21%21.96%-
HSV(B)250.36º99.1%43.53%-
XYZ3.171.3215.13-
YUV19.22179.79128.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 111 (43.75% from 255) = 84.09%
R=15.15%
G=0.76%
B=84.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2011110.820.9900.56250.3698.2121.96
Hex1416F5263038fa6216
Octal24115712214307037214226
Binary101001110111110100101100011011100011111010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,1,111); }

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

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

 a { background-color: rgb(20,1,111); }

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

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

 span { border-color: rgb(20,1,111); }

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