#061370

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

Shades of Midnight Blue #061370

Tints of Midnight Blue #061370

Color information

#061370 (or 0x061370) is unknown color: approx Midnight Blue. HEX triplet: 06, 13 and 70. RGB value is (6,19,112). Sum of RGB (Red+Green+Blue) = 6+19+112=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 112 (44.14% from 255 or 81.75% from 137); Max value from RGB is 112 - color contains mainly: blue. Hex color #061370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061370 is #F9EC8F. Grayscale: #191919. Windows color (decimal): -16379024 or 7344902. OLE color: 7344902.

HSL color Cylindrical-coordinate representation of color #061370: hue angle of 232.64º 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 #061370 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB619112-
CMYK0.950.8300.56
HSL232.64º89.83%23.14%-
HSV(B)232.64º94.64%43.92%-
XYZ3.231.6715.48-
YUV25.72176.69113.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 112 (44.14% from 255) = 81.75%
R=4.38%
G=13.87%
B=81.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6191120.950.8300.56232.6489.8323.14
Hex613705F53038e95a17
Octal62316013712307035113227
Binary11010011111000010111111010011011100011101001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061370; }

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

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

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

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

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

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

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

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