#070C52

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

Shades of Midnight Blue #070C52

Tints of Midnight Blue #070C52

Color information

#070C52 (or 0x070C52) is unknown color: approx Midnight Blue. HEX triplet: 07, 0C and 52. RGB value is (7,12,82). Sum of RGB (Red+Green+Blue) = 7+12+82=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 82 (32.42% from 255 or 81.19% from 101); Max value from RGB is 82 - color contains mainly: blue. Hex color #070C52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C52 is #F8F3AD. Grayscale: #121212. Windows color (decimal): -16315310 or 5377031. OLE color: 5377031.

HSL color Cylindrical-coordinate representation of color #070C52: hue angle of 236º 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 #070C52 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB71282-
CMYK0.910.8500.68
HSL236º84.27%17.45%-
HSV(B)236º91.46%32.16%-
XYZ1.740.928.07-
YUV18.48163.84119.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.93%
GREEN value IS 12 (5.08% from 255) = 11.88%
BLUE value IS 82 (32.42% from 255) = 81.19%
R=6.93%
G=11.88%
B=81.19%

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
Decimal712820.910.8500.6823684.2717.45
Hex7C525B55044ec5411
Octal714122133125010435412421
Binary11111001010010101101110101010100010011101100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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