#070351

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

Shades of Midnight Blue #070351

Tints of Midnight Blue #070351

Color information

#070351 (or 0x070351) is unknown color: approx Midnight Blue. HEX triplet: 07, 03 and 51. RGB value is (7,3,81). Sum of RGB (Red+Green+Blue) = 7+3+81=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 81 (32.03% from 255 or 89.01% from 91); Max value from RGB is 81 - color contains mainly: blue. Hex color #070351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070351 is #F8FCAE. Grayscale: #0C0C0C. Windows color (decimal): -16317615 or 5309191. OLE color: 5309191.

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

Color convert

RGB7381-
CMYK0.910.9600.68
HSL243.08º92.86%16.47%-
HSV(B)243.08º96.3%31.76%-
XYZ1.610.77.84-
YUV13.09166.33123.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 81 (32.03% from 255) = 89.01%
R=7.69%
G=3.30%
B=89.01%

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
Decimal73810.910.9600.68243.0892.8616.47
Hex73515B60044f35d10
Octal73121133140010436313520
Binary111111010001101101111000000100010011110011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070351; }

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

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

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

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

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

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

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

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