#070552

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

Shades of Midnight Blue #070552

Tints of Midnight Blue #070552

Color information

#070552 (or 0x070552) is unknown color: approx Midnight Blue. HEX triplet: 07, 05 and 52. RGB value is (7,5,82). Sum of RGB (Red+Green+Blue) = 7+5+82=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 82 (32.42% from 255 or 87.23% from 94); Max value from RGB is 82 - color contains mainly: blue. Hex color #070552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070552 is #F8FAAD. Grayscale: #0E0E0E. Windows color (decimal): -16317102 or 5375239. OLE color: 5375239.

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

Color convert

RGB7582-
CMYK0.910.9400.68
HSL241.56º88.51%17.06%-
HSV(B)241.56º93.9%32.16%-
XYZ1.660.768.04-
YUV14.38166.16122.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 82 (32.42% from 255) = 87.23%
R=7.45%
G=5.32%
B=87.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal75820.910.9400.68241.5688.5117.06
Hex75525B5E044f25911
Octal75122133136010436213121
Binary1111011010010101101110111100100010011110010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070552; }

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

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

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

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

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

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

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

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