#14056C

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

Shades of Midnight Blue #14056C

Tints of Midnight Blue #14056C

Color information

#14056C (or 0x14056C) is unknown color: approx Midnight Blue. HEX triplet: 14, 05 and 6C. RGB value is (20,5,108). Sum of RGB (Red+Green+Blue) = 20+5+108=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 108 (42.58% from 255 or 81.20% from 133); Max value from RGB is 108 - color contains mainly: blue. Hex color #14056C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14056C is #EBFA93. Grayscale: #141414. Windows color (decimal): -15465108 or 7079188. OLE color: 7079188.

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

Color convert

RGB205108-
CMYK0.810.9500.58
HSL248.74º91.15%22.16%-
HSV(B)248.74º95.37%42.35%-
XYZ3.051.3414.29-
YUV21.23176.97127.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 5 (2.34% from 255) = 3.76%
BLUE value IS 108 (42.58% from 255) = 81.20%
R=15.04%
G=3.76%
B=81.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2051080.810.9500.58248.7491.1522.16
Hex1456C515F03Af95b16
Octal24515412113707237113326
Binary10100101110110010100011011111011101011111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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