#040961

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

Shades of Midnight Blue #040961

Tints of Midnight Blue #040961

Color information

#040961 (or 0x040961) is unknown color: approx Midnight Blue. HEX triplet: 04, 09 and 61. RGB value is (4,9,97). Sum of RGB (Red+Green+Blue) = 4+9+97=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 97 (38.28% from 255 or 88.18% from 110); Max value from RGB is 97 - color contains mainly: blue. Hex color #040961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040961 is #FBF69E. Grayscale: #111111. Windows color (decimal): -16512671 or 6359300. OLE color: 6359300.

HSL color Cylindrical-coordinate representation of color #040961: hue angle of 236.77º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040961 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB4997-
CMYK0.960.9100.62
HSL236.77º92.08%19.8%-
HSV(B)236.77º95.88%38.04%-
XYZ2.311.0811.4-
YUV17.54172.84118.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 97 (38.28% from 255) = 88.18%
R=3.64%
G=8.18%
B=88.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal49970.960.9100.62236.7792.0819.8
Hex4961605B03Eed5c14
Octal41114114013307635513424
Binary1001001110000111000001011011011111011101101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040961; }

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

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

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

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

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

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

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

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