#070F6F

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

Shades of Midnight Blue #070F6F

Tints of Midnight Blue #070F6F

Color information

#070F6F (or 0x070F6F) is unknown color: approx Midnight Blue. HEX triplet: 07, 0F and 6F. RGB value is (7,15,111). Sum of RGB (Red+Green+Blue) = 7+15+111=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 111 (43.75% from 255 or 83.46% from 133); Max value from RGB is 111 - color contains mainly: blue. Hex color #070F6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070F6F is #F8F090. Grayscale: #171717. Windows color (decimal): -16314513 or 7278343. OLE color: 7278343.

HSL color Cylindrical-coordinate representation of color #070F6F: hue angle of 235.38º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070F6F is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB715111-
CMYK0.940.8600.56
HSL235.38º88.14%23.14%-
HSV(B)235.38º93.69%43.53%-
XYZ3.131.5315.17-
YUV23.55177.35116.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.26%
GREEN value IS 15 (6.25% from 255) = 11.28%
BLUE value IS 111 (43.75% from 255) = 83.46%
R=5.26%
G=11.28%
B=83.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7151110.940.8600.56235.3888.1423.14
Hex7F6F5E56038eb5817
Octal71715713612607035313027
Binary1111111110111110111101010110011100011101011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,15,111); }

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

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

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

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

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

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

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