#070C51

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

Shades of Midnight Blue #070C51

Tints of Midnight Blue #070C51

Color information

#070C51 (or 0x070C51) is unknown color: approx Midnight Blue. HEX triplet: 07, 0C and 51. RGB value is (7,12,81). Sum of RGB (Red+Green+Blue) = 7+12+81=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 81 (32.03% from 255 or 81% from 100); Max value from RGB is 81 - color contains mainly: blue. Hex color #070C51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C51 is #F8F3AE. Grayscale: #121212. Windows color (decimal): -16315311 or 5311495. OLE color: 5311495.

HSL color Cylindrical-coordinate representation of color #070C51: hue angle of 235.95º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070C51 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB71281-
CMYK0.910.8500.68
HSL235.95º84.09%17.25%-
HSV(B)235.95º91.36%31.76%-
XYZ1.70.97.87-
YUV18.37163.34119.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7%
GREEN value IS 12 (5.08% from 255) = 12%
BLUE value IS 81 (32.03% from 255) = 81%
R=7%
G=12%
B=81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal712810.910.8500.68235.9584.0917.25
Hex7C515B55044ec5411
Octal714121133125010435412421
Binary11111001010001101101110101010100010011101100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,12,81); }

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

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

 a { background-color: rgb(7,12,81); }

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

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

 span { border-color: rgb(7,12,81); }

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