#040A5A

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

Shades of Midnight Blue #040A5A

Tints of Midnight Blue #040A5A

Color information

#040A5A (or 0x040A5A) is unknown color: approx Midnight Blue. HEX triplet: 04, 0A and 5A. RGB value is (4,10,90). Sum of RGB (Red+Green+Blue) = 4+10+90=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 90 (35.55% from 255 or 86.54% from 104); Max value from RGB is 90 - color contains mainly: blue. Hex color #040A5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A5A is #FBF5A5. Grayscale: #111111. Windows color (decimal): -16512422 or 5900804. OLE color: 5900804.

HSL color Cylindrical-coordinate representation of color #040A5A: hue angle of 235.81º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040A5A is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB41090-
CMYK0.960.8900.65
HSL235.81º91.49%18.43%-
HSV(B)235.81º95.56%35.29%-
XYZ20.989.76-
YUV17.33169.01118.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.85%
GREEN value IS 10 (4.30% from 255) = 9.62%
BLUE value IS 90 (35.55% from 255) = 86.54%
R=3.85%
G=9.62%
B=86.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal410900.960.8900.65235.8191.4918.43
Hex4A5A6059041ec5b12
Octal412132140131010135413322
Binary10010101011010110000010110010100000111101100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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