#070957

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

Shades of Midnight Blue #070957

Tints of Midnight Blue #070957

Color information

#070957 (or 0x070957) is unknown color: approx Midnight Blue. HEX triplet: 07, 09 and 57. RGB value is (7,9,87). Sum of RGB (Red+Green+Blue) = 7+9+87=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 87 (34.38% from 255 or 84.47% from 103); Max value from RGB is 87 - color contains mainly: blue. Hex color #070957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070957 is #F8F6A8. Grayscale: #101010. Windows color (decimal): -16316073 or 5703943. OLE color: 5703943.

HSL color Cylindrical-coordinate representation of color #070957: hue angle of 238.5º 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 #070957 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB7987-
CMYK0.920.9000.66
HSL238.5º85.11%18.43%-
HSV(B)238.5º91.95%34.12%-
XYZ1.910.939.1-
YUV17.29167.34120.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 87 (34.38% from 255) = 84.47%
R=6.80%
G=8.74%
B=84.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal79870.920.9000.66238.585.1118.43
Hex79575C5A042ee5512
Octal711127134132010235612522
Binary11110011010111101110010110100100001011101110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070957; }

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

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

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

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

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

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

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

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