#070B60

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

Shades of Midnight Blue #070B60

Tints of Midnight Blue #070B60

Color information

#070B60 (or 0x070B60) is unknown color: approx Midnight Blue. HEX triplet: 07, 0B and 60. RGB value is (7,11,96). Sum of RGB (Red+Green+Blue) = 7+11+96=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 96 (37.89% from 255 or 84.21% from 114); Max value from RGB is 96 - color contains mainly: blue. Hex color #070B60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070B60 is #F8F49F. Grayscale: #131313. Windows color (decimal): -16315552 or 6294279. OLE color: 6294279.

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

Color convert

RGB71196-
CMYK0.930.8900.62
HSL237.3º86.41%20.2%-
HSV(B)237.3º92.71%37.65%-
XYZ2.321.1311.16-
YUV19.49171.17119.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.14%
GREEN value IS 11 (4.69% from 255) = 9.65%
BLUE value IS 96 (37.89% from 255) = 84.21%
R=6.14%
G=9.65%
B=84.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal711960.930.8900.62237.386.4120.2
Hex7B605D5903Eed5614
Octal71314013513107635512624
Binary1111011110000010111011011001011111011101101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,11,96); }

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

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

 a { background-color: rgb(7,11,96); }

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

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

 span { border-color: rgb(7,11,96); }

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