#070562

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

Shades of Midnight Blue #070562

Tints of Midnight Blue #070562

Color information

#070562 (or 0x070562) is unknown color: approx Midnight Blue. HEX triplet: 07, 05 and 62. RGB value is (7,5,98). Sum of RGB (Red+Green+Blue) = 7+5+98=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 98 (38.67% from 255 or 89.09% from 110); Max value from RGB is 98 - color contains mainly: blue. Hex color #070562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070562 is #F8FA9D. Grayscale: #0F0F0F. Windows color (decimal): -16317086 or 6423815. OLE color: 6423815.

HSL color Cylindrical-coordinate representation of color #070562: hue angle of 241.29º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070562 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB7598-
CMYK0.930.9500.62
HSL241.29º90.29%20.2%-
HSV(B)241.29º94.9%38.43%-
XYZ2.351.0411.63-
YUV16.2174.16121.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.36%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 98 (38.67% from 255) = 89.09%
R=6.36%
G=4.55%
B=89.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal75980.930.9500.62241.2990.2920.2
Hex75625D5F03Ef15a14
Octal7514213513707636113224
Binary111101110001010111011011111011111011110001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070562; }

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

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

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

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

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

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

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

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