#04116B

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

Shades of Midnight Blue #04116B

Tints of Midnight Blue #04116B

Color information

#04116B (or 0x04116B) is unknown color: approx Midnight Blue. HEX triplet: 04, 11 and 6B. RGB value is (4,17,107). Sum of RGB (Red+Green+Blue) = 4+17+107=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 107 (42.19% from 255 or 83.59% from 128); Max value from RGB is 107 - color contains mainly: blue. Hex color #04116B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04116B is #FBEE94. Grayscale: #171717. Windows color (decimal): -16510613 or 7016708. OLE color: 7016708.

HSL color Cylindrical-coordinate representation of color #04116B: hue angle of 232.43º 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 #04116B is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB417107-
CMYK0.960.8400.58
HSL232.43º92.79%21.76%-
HSV(B)232.43º96.26%41.96%-
XYZ2.91.4914.04-
YUV23.37175.19114.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.12%
GREEN value IS 17 (7.03% from 255) = 13.28%
BLUE value IS 107 (42.19% from 255) = 83.59%
R=3.12%
G=13.28%
B=83.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4171070.960.8400.58232.4392.7921.76
Hex4116B605403Ae85d16
Octal42115314012407235013526
Binary10010001110101111000001010100011101011101000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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