#070A58

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

Shades of Midnight Blue #070A58

Tints of Midnight Blue #070A58

Color information

#070A58 (or 0x070A58) is unknown color: approx Midnight Blue. HEX triplet: 07, 0A and 58. RGB value is (7,10,88). Sum of RGB (Red+Green+Blue) = 7+10+88=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 88 (34.77% from 255 or 83.81% from 105); Max value from RGB is 88 - color contains mainly: blue. Hex color #070A58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070A58 is #F8F5A7. Grayscale: #111111. Windows color (decimal): -16315816 or 5769735. OLE color: 5769735.

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

Color convert

RGB71088-
CMYK0.920.8900.65
HSL237.78º85.26%18.63%-
HSV(B)237.78º92.05%34.51%-
XYZ1.960.979.32-
YUV17.99167.51120.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.67%
GREEN value IS 10 (4.30% from 255) = 9.52%
BLUE value IS 88 (34.77% from 255) = 83.81%
R=6.67%
G=9.52%
B=83.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal710880.920.8900.65237.7885.2618.63
Hex7A585C59041ee5513
Octal712130134131010135612523
Binary11110101011000101110010110010100000111101110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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