#070F5D

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

Shades of Midnight Blue #070F5D

Tints of Midnight Blue #070F5D

Color information

#070F5D (or 0x070F5D) is unknown color: approx Midnight Blue. HEX triplet: 07, 0F and 5D. RGB value is (7,15,93). Sum of RGB (Red+Green+Blue) = 7+15+93=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 93 (36.72% from 255 or 80.87% from 115); Max value from RGB is 93 - color contains mainly: blue. Hex color #070F5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070F5D is #F8F0A2. Grayscale: #151515. Windows color (decimal): -16314531 or 6098695. OLE color: 6098695.

HSL color Cylindrical-coordinate representation of color #070F5D: hue angle of 234.42º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070F5D is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB71593-
CMYK0.920.8400.64
HSL234.42º86%19.61%-
HSV(B)234.42º92.47%36.47%-
XYZ2.231.1810.47-
YUV21.5168.35117.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 93 (36.72% from 255) = 80.87%
R=6.09%
G=13.04%
B=80.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal715930.920.8400.64234.428619.61
Hex7F5D5C54040ea5614
Octal717135134124010035212624
Binary11111111011101101110010101000100000011101010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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