#061070

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

Shades of Midnight Blue #061070

Tints of Midnight Blue #061070

Color information

#061070 (or 0x061070) is unknown color: approx Midnight Blue. HEX triplet: 06, 10 and 70. RGB value is (6,16,112). Sum of RGB (Red+Green+Blue) = 6+16+112=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 112 (44.14% from 255 or 83.58% from 134); Max value from RGB is 112 - color contains mainly: blue. Hex color #061070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061070 is #F9EF8F. Grayscale: #171717. Windows color (decimal): -16379792 or 7344134. OLE color: 7344134.

HSL color Cylindrical-coordinate representation of color #061070: hue angle of 234.34º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061070 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB616112-
CMYK0.950.8600.56
HSL234.34º89.83%23.14%-
HSV(B)234.34º94.64%43.92%-
XYZ3.191.5815.47-
YUV23.95177.69115.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 112 (44.14% from 255) = 83.58%
R=4.48%
G=11.94%
B=83.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6161120.950.8600.56234.3489.8323.14
Hex610705F56038ea5a17
Octal62016013712607035213227
Binary11010000111000010111111010110011100011101010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061070; }

 p { color: rgb(6,16,112); }

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

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

 a { background-color: rgb(6,16,112); }

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

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

 span { border-color: rgb(6,16,112); }

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