#070961

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

Shades of Midnight Blue #070961

Tints of Midnight Blue #070961

Color information

#070961 (or 0x070961) is unknown color: approx Midnight Blue. HEX triplet: 07, 09 and 61. RGB value is (7,9,97). Sum of RGB (Red+Green+Blue) = 7+9+97=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 97 (38.28% from 255 or 85.84% from 113); Max value from RGB is 97 - color contains mainly: blue. Hex color #070961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070961 is #F8F69E. Grayscale: #121212. Windows color (decimal): -16316063 or 6359303. OLE color: 6359303.

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

Color convert

RGB7997-
CMYK0.930.9100.62
HSL238.67º86.54%20.39%-
HSV(B)238.67º92.78%38.04%-
XYZ2.341.111.4-
YUV18.43172.34119.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 97 (38.28% from 255) = 85.84%
R=6.19%
G=7.96%
B=85.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal79970.930.9100.62238.6786.5420.39
Hex79615D5B03Eef5714
Octal71114113513307635712724
Binary1111001110000110111011011011011111011101111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070961; }

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

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

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

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

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

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

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

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