#070796

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

Shades of New Midnight Blue #070796

Tints of New Midnight Blue #070796

Color information

#070796 (or 0x070796) is unknown color: approx New Midnight Blue. HEX triplet: 07, 07 and 96. RGB value is (7,7,150). Sum of RGB (Red+Green+Blue) = 7+7+150=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 150 (58.98% from 255 or 91.46% from 164); Max value from RGB is 150 - color contains mainly: blue. Hex color #070796 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070796 is #F8F869. Grayscale: #161616. Windows color (decimal): -16316522 or 9832199. OLE color: 9832199.

HSL color Cylindrical-coordinate representation of color #070796: hue angle of 240º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070796 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB77150-
CMYK0.950.9500.41
HSL240º91.08%30.78%-
HSV(B)240º95.33%58.82%-
XYZ5.672.429.02-
YUV23.3199.5116.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 150 (58.98% from 255) = 91.46%
R=4.27%
G=4.27%
B=91.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal771500.950.9500.4124091.0830.78
Hex77965F5F029f05b1f
Octal7722613713705136013337
Binary1111111001011010111111011111010100111110000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070796; }

 p { color: rgb(7,7,150); }

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

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

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

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

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

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

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