#070495

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

Shades of New Midnight Blue #070495

Tints of New Midnight Blue #070495

Color information

#070495 (or 0x070495) is unknown color: approx New Midnight Blue. HEX triplet: 07, 04 and 95. RGB value is (7,4,149). Sum of RGB (Red+Green+Blue) = 7+4+149=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 149 (58.59% from 255 or 93.12% from 160); Max value from RGB is 149 - color contains mainly: blue. Hex color #070495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070495 is #F8FB6A. Grayscale: #141414. Windows color (decimal): -16317291 or 9765895. OLE color: 9765895.

HSL color Cylindrical-coordinate representation of color #070495: hue angle of 241.24º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070495 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB74149-
CMYK0.950.9700.42
HSL241.24º94.77%30%-
HSV(B)241.24º97.32%58.43%-
XYZ5.562.328.59-
YUV21.43199.99117.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 149 (58.59% from 255) = 93.12%
R=4.38%
G=2.5%
B=93.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741490.950.9700.42241.2494.7730
Hex74955F6102Af15f1e
Octal7422513714105236113736
Binary1111001001010110111111100001010101011110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070495; }

 p { color: rgb(7,4,149); }

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

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

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

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

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

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

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