#061573

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

Shades of Midnight Blue #061573

Tints of Midnight Blue #061573

Color information

#061573 (or 0x061573) is unknown color: approx Midnight Blue. HEX triplet: 06, 15 and 73. RGB value is (6,21,115). Sum of RGB (Red+Green+Blue) = 6+21+115=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 115 (45.31% from 255 or 80.99% from 142); Max value from RGB is 115 - color contains mainly: blue. Hex color #061573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061573 is #F9EA8C. Grayscale: #1A1A1A. Windows color (decimal): -16378509 or 7542022. OLE color: 7542022.

HSL color Cylindrical-coordinate representation of color #061573: hue angle of 231.74º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061573 is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB621115-
CMYK0.950.8200.55
HSL231.74º90.08%23.73%-
HSV(B)231.74º94.78%45.1%-
XYZ3.441.8116.39-
YUV27.23177.53112.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 115 (45.31% from 255) = 80.99%
R=4.23%
G=14.79%
B=80.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6211150.950.8200.55231.7490.0823.73
Hex615735F52037e85a18
Octal62516313712206735013230
Binary11010101111001110111111010010011011111101000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061573; }

 p { color: rgb(6,21,115); }

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

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

 a { background-color: rgb(6,21,115); }

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

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

 span { border-color: rgb(6,21,115); }

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