#070352

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

Shades of Midnight Blue #070352

Tints of Midnight Blue #070352

Color information

#070352 (or 0x070352) is unknown color: approx Midnight Blue. HEX triplet: 07, 03 and 52. RGB value is (7,3,82). Sum of RGB (Red+Green+Blue) = 7+3+82=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 82 (32.42% from 255 or 89.13% from 92); Max value from RGB is 82 - color contains mainly: blue. Hex color #070352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070352 is #F8FCAD. Grayscale: #0C0C0C. Windows color (decimal): -16317614 or 5374727. OLE color: 5374727.

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

Color convert

RGB7382-
CMYK0.910.9600.68
HSL243.04º92.94%16.67%-
HSV(B)243.04º96.34%32.16%-
XYZ1.640.728.03-
YUV13.2166.83123.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.61%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 82 (32.42% from 255) = 89.13%
R=7.61%
G=3.26%
B=89.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal73820.910.9600.68243.0492.9416.67
Hex73525B60044f35d11
Octal73122133140010436313521
Binary111111010010101101111000000100010011110011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070352; }

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

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

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

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

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

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

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

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