#040F69

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

Shades of Midnight Blue #040F69

Tints of Midnight Blue #040F69

Color information

#040F69 (or 0x040F69) is unknown color: approx Midnight Blue. HEX triplet: 04, 0F and 69. RGB value is (4,15,105). Sum of RGB (Red+Green+Blue) = 4+15+105=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 105 (41.41% from 255 or 84.68% from 124); Max value from RGB is 105 - color contains mainly: blue. Hex color #040F69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F69 is #FBF096. Grayscale: #151515. Windows color (decimal): -16511127 or 6885124. OLE color: 6885124.

HSL color Cylindrical-coordinate representation of color #040F69: hue angle of 233.47º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040F69 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB415105-
CMYK0.960.8600.59
HSL233.47º92.66%21.37%-
HSV(B)233.47º96.19%41.18%-
XYZ2.771.3913.49-
YUV21.97174.86115.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.23%
GREEN value IS 15 (6.25% from 255) = 12.10%
BLUE value IS 105 (41.41% from 255) = 84.68%
R=3.23%
G=12.10%
B=84.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4151050.960.8600.59233.4792.6621.37
Hex4F69605603Be95d15
Octal41715114012607335113525
Binary1001111110100111000001010110011101111101001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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