#070D9F

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

Shades of New Midnight Blue #070D9F

Tints of New Midnight Blue #070D9F

Color information

#070D9F (or 0x070D9F) is unknown color: approx New Midnight Blue. HEX triplet: 07, 0D and 9F. RGB value is (7,13,159). Sum of RGB (Red+Green+Blue) = 7+13+159=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 159 (62.5% from 255 or 88.83% from 179); Max value from RGB is 159 - color contains mainly: blue. Hex color #070D9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070D9F is #F8F260. Grayscale: #1B1B1B. Windows color (decimal): -16314977 or 10423559. OLE color: 10423559.

HSL color Cylindrical-coordinate representation of color #070D9F: hue angle of 237.63º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070D9F is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB713159-
CMYK0.960.9200.38
HSL237.63º91.57%32.55%-
HSV(B)237.63º95.6%62.35%-
XYZ6.492.8433.01-
YUV27.85202.01113.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.91%
GREEN value IS 13 (5.47% from 255) = 7.26%
BLUE value IS 159 (62.5% from 255) = 88.83%
R=3.91%
G=7.26%
B=88.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7131590.960.9200.38237.6391.5732.55
Hex7D9F605C026ee5c21
Octal71523714013404635613441
Binary111110110011111110000010111000100110111011101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070D9F; }

 p { color: rgb(7,13,159); }

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

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

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

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

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

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

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