#070D60

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

Shades of Midnight Blue #070D60

Tints of Midnight Blue #070D60

Color information

#070D60 (or 0x070D60) is unknown color: approx Midnight Blue. HEX triplet: 07, 0D and 60. RGB value is (7,13,96). Sum of RGB (Red+Green+Blue) = 7+13+96=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 96 (37.89% from 255 or 82.76% from 116); Max value from RGB is 96 - color contains mainly: blue. Hex color #070D60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D60 is #F8F29F. Grayscale: #141414. Windows color (decimal): -16315040 or 6294791. OLE color: 6294791.

HSL color Cylindrical-coordinate representation of color #070D60: hue angle of 235.96º 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 #070D60 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB71396-
CMYK0.930.8600.62
HSL235.96º86.41%20.2%-
HSV(B)235.96º92.71%37.65%-
XYZ2.341.1811.17-
YUV20.67170.51118.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 13 (5.47% from 255) = 11.21%
BLUE value IS 96 (37.89% from 255) = 82.76%
R=6.03%
G=11.21%
B=82.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal713960.930.8600.62235.9686.4120.2
Hex7D605D5603Eec5614
Octal71514013512607635412624
Binary1111101110000010111011010110011111011101100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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