#14016C

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

Shades of Midnight Blue #14016C

Tints of Midnight Blue #14016C

Color information

#14016C (or 0x14016C) is unknown color: approx Midnight Blue. HEX triplet: 14, 01 and 6C. RGB value is (20,1,108). Sum of RGB (Red+Green+Blue) = 20+1+108=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 108 (42.58% from 255 or 83.72% from 129); Max value from RGB is 108 - color contains mainly: blue. Hex color #14016C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14016C is #EBFE93. Grayscale: #121212. Windows color (decimal): -15466132 or 7078164. OLE color: 7078164.

HSL color Cylindrical-coordinate representation of color #14016C: hue angle of 250.65º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14016C is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB201108-
CMYK0.810.9900.58
HSL250.65º98.17%21.37%-
HSV(B)250.65º99.07%42.35%-
XYZ3.011.2514.27-
YUV18.88178.29128.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 108 (42.58% from 255) = 83.72%
R=15.50%
G=0.78%
B=83.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2011080.810.9900.58250.6598.1721.37
Hex1416C516303Afb6215
Octal24115412114307237314225
Binary101001110110010100011100011011101011111011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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