#040F6B

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

Shades of Midnight Blue #040F6B

Tints of Midnight Blue #040F6B

Color information

#040F6B (or 0x040F6B) is unknown color: approx Midnight Blue. HEX triplet: 04, 0F and 6B. RGB value is (4,15,107). Sum of RGB (Red+Green+Blue) = 4+15+107=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 107 (42.19% from 255 or 84.92% from 126); Max value from RGB is 107 - color contains mainly: blue. Hex color #040F6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F6B is #FBF094. Grayscale: #151515. Windows color (decimal): -16511125 or 7016196. OLE color: 7016196.

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

Color convert

RGB415107-
CMYK0.960.8600.58
HSL233.59º92.79%21.76%-
HSV(B)233.59º96.26%41.96%-
XYZ2.871.4314.03-
YUV22.2175.86115.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 15 (6.25% from 255) = 11.90%
BLUE value IS 107 (42.19% from 255) = 84.92%
R=3.17%
G=11.90%
B=84.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4151070.960.8600.58233.5992.7921.76
Hex4F6B605603Aea5d16
Octal41715314012607235213526
Binary1001111110101111000001010110011101011101010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040F6B; }

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

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

<style>
 a { background-color: #040F6B; }

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

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

<style>
 span { border-color: #040F6B; }

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

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