#070396

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

Shades of New Midnight Blue #070396

Tints of New Midnight Blue #070396

Color information

#070396 (or 0x070396) is unknown color: approx New Midnight Blue. HEX triplet: 07, 03 and 96. RGB value is (7,3,150). Sum of RGB (Red+Green+Blue) = 7+3+150=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 150 (58.98% from 255 or 93.75% from 160); Max value from RGB is 150 - color contains mainly: blue. Hex color #070396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070396 is #F8FC69. Grayscale: #141414. Windows color (decimal): -16317546 or 9831175. OLE color: 9831175.

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

Color convert

RGB73150-
CMYK0.950.9800.41
HSL241.63º96.08%30%-
HSV(B)241.63º98%58.82%-
XYZ5.632.3129-
YUV20.95200.83118.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 150 (58.98% from 255) = 93.75%
R=4.38%
G=1.88%
B=93.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731500.950.9800.41241.6396.0830
Hex73965F62029f2601e
Octal7322613714205136214036
Binary111111001011010111111100010010100111110010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070396; }

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

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

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

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

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

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

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

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