#070357

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

Shades of Midnight Blue #070357

Tints of Midnight Blue #070357

Color information

#070357 (or 0x070357) is unknown color: approx Midnight Blue. HEX triplet: 07, 03 and 57. RGB value is (7,3,87). Sum of RGB (Red+Green+Blue) = 7+3+87=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 87 (34.38% from 255 or 89.69% from 97); Max value from RGB is 87 - color contains mainly: blue. Hex color #070357 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070357 is #F8FCA8. Grayscale: #0D0D0D. Windows color (decimal): -16317609 or 5702407. OLE color: 5702407.

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

Color convert

RGB7387-
CMYK0.920.9700.66
HSL242.86º93.33%17.65%-
HSV(B)242.86º96.55%34.12%-
XYZ1.840.89.07-
YUV13.77169.33123.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.22%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 87 (34.38% from 255) = 89.69%
R=7.22%
G=3.09%
B=89.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal73870.920.9700.66242.8693.3317.65
Hex73575C61042f35d12
Octal73127134141010236313522
Binary111111010111101110011000010100001011110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070357; }

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

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

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

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

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

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

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

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