#070094

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

Shades of New Midnight Blue #070094

Tints of New Midnight Blue #070094

Color information

#070094 (or 0x070094) is unknown color: approx New Midnight Blue. HEX triplet: 07, 00 and 94. RGB value is (7,0,148). Sum of RGB (Red+Green+Blue) = 7+0+148=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 148 (58.20% from 255 or 95.48% from 155); Max value from RGB is 148 - color contains mainly: blue. Hex color #070094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070094 is #F8FF6B. Grayscale: #121212. Windows color (decimal): -16318316 or 9699335. OLE color: 9699335.

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

Color convert

RGB70148-
CMYK0.95100.42
HSL242.84º100%29.02%-
HSV(B)242.84º100%58.04%-
XYZ5.432.1828.15-
YUV18.96200.82119.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 95.48%
R=4.52%
G=0%
B=95.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701480.95100.42242.8410029.02
Hex70945F6402Af3641d
Octal7022413714405236314435
Binary11101001010010111111100100010101011110011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070094; }

 p { color: rgb(7,0,148); }

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

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

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

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

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

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

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