#14046B

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

Shades of Midnight Blue #14046B

Tints of Midnight Blue #14046B

Color information

#14046B (or 0x14046B) is unknown color: approx Midnight Blue. HEX triplet: 14, 04 and 6B. RGB value is (20,4,107). Sum of RGB (Red+Green+Blue) = 20+4+107=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 107 (42.19% from 255 or 81.68% from 131); Max value from RGB is 107 - color contains mainly: blue. Hex color #14046B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14046B is #EBFB94. Grayscale: #141414. Windows color (decimal): -15465365 or 7013396. OLE color: 7013396.

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

Color convert

RGB204107-
CMYK0.810.9600.58
HSL249.32º92.79%21.76%-
HSV(B)249.32º96.26%41.96%-
XYZ2.991.314-
YUV20.53176.8127.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.27%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 107 (42.19% from 255) = 81.68%
R=15.27%
G=3.05%
B=81.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2041070.810.9600.58249.3292.7921.76
Hex1446B516003Af95d16
Octal24415312114007237113526
Binary10100100110101110100011100000011101011111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14046B; }

 p { color: rgb(20,4,107); }

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

<style>
 a { background-color: #14046B; }

 a { background-color: rgb(20,4,107); }

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

<style>
 span { border-color: #14046B; }

 span { border-color: rgb(20,4,107); }

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