#040955

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

Shades of Midnight Blue #040955

Tints of Midnight Blue #040955

Color information

#040955 (or 0x040955) is unknown color: approx Midnight Blue. HEX triplet: 04, 09 and 55. RGB value is (4,9,85). Sum of RGB (Red+Green+Blue) = 4+9+85=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 85 (33.59% from 255 or 86.73% from 98); Max value from RGB is 85 - color contains mainly: blue. Hex color #040955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040955 is #FBF6AA. Grayscale: #0F0F0F. Windows color (decimal): -16512683 or 5572868. OLE color: 5572868.

HSL color Cylindrical-coordinate representation of color #040955: hue angle of 236.3º 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 #040955 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB4985-
CMYK0.950.8900.67
HSL236.3º91.01%17.45%-
HSV(B)236.3º95.29%33.33%-
XYZ1.790.888.67-
YUV16.17166.84119.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 85 (33.59% from 255) = 86.73%
R=4.08%
G=9.18%
B=86.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal49850.950.8900.67236.391.0117.45
Hex49555F59043ec5b11
Octal411125137131010335413321
Binary10010011010101101111110110010100001111101100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040955; }

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

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

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

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

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

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

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

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