#070A57

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

Shades of Midnight Blue #070A57

Tints of Midnight Blue #070A57

Color information

#070A57 (or 0x070A57) is unknown color: approx Midnight Blue. HEX triplet: 07, 0A and 57. RGB value is (7,10,87). Sum of RGB (Red+Green+Blue) = 7+10+87=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 87 (34.38% from 255 or 83.65% from 104); Max value from RGB is 87 - color contains mainly: blue. Hex color #070A57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070A57 is #F8F5A8. Grayscale: #111111. Windows color (decimal): -16315817 or 5704199. OLE color: 5704199.

HSL color Cylindrical-coordinate representation of color #070A57: hue angle of 237.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070A57 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB71087-
CMYK0.920.8900.66
HSL237.75º85.11%18.43%-
HSV(B)237.75º91.95%34.12%-
XYZ1.920.959.1-
YUV17.88167.01120.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 10 (4.30% from 255) = 9.62%
BLUE value IS 87 (34.38% from 255) = 83.65%
R=6.73%
G=9.62%
B=83.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal710870.920.8900.66237.7585.1118.43
Hex7A575C59042ee5512
Octal712127134131010235612522
Binary11110101010111101110010110010100001011101110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,10,87); }

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

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

 a { background-color: rgb(7,10,87); }

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

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

 span { border-color: rgb(7,10,87); }

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