#040A55

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

Shades of Midnight Blue #040A55

Tints of Midnight Blue #040A55

Color information

#040A55 (or 0x040A55) is unknown color: approx Midnight Blue. HEX triplet: 04, 0A and 55. RGB value is (4,10,85). Sum of RGB (Red+Green+Blue) = 4+10+85=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 85 (33.59% from 255 or 85.86% from 99); Max value from RGB is 85 - color contains mainly: blue. Hex color #040A55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A55 is #FBF5AA. Grayscale: #101010. Windows color (decimal): -16512427 or 5573124. OLE color: 5573124.

HSL color Cylindrical-coordinate representation of color #040A55: hue angle of 235.56º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040A55 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB41085-
CMYK0.950.8800.67
HSL235.56º91.01%17.45%-
HSV(B)235.56º95.29%33.33%-
XYZ1.80.98.67-
YUV16.76166.51118.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 10 (4.30% from 255) = 10.10%
BLUE value IS 85 (33.59% from 255) = 85.86%
R=4.04%
G=10.10%
B=85.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal410850.950.8800.67235.5691.0117.45
Hex4A555F58043ec5b11
Octal412125137130010335413321
Binary10010101010101101111110110000100001111101100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,10,85); }

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

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

 a { background-color: rgb(4,10,85); }

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

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

 span { border-color: rgb(4,10,85); }

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