Html Css Color HEX #061573 Midnight Blue

📋 copy color: '#061573'

red 6 ◦ green 21 ◦ blue 115

#061573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #061573

Tints of Midnight Blue #061573

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 value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#061573 (or 0x061573) is known color: 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

RGB 6 21 115 -
CMYK 0.95 0.82 0 0.55
HSL 231.74º 0.9% 0.24% -
HSV(B) 231.74º 0.95% 0.45% -
XYZ 3.44 1.81 16.39 -
YUV 27.23 177.53 112.86 -
System Red Green Blue C M Y K H S L
Decimal 6 21 115 0.95 0.82 0 0.55 231.74 0.9 0.24
Hex 6 15 73 5F 52 0 37 E8 5A 18
Octal 6 25 163 137 122 0 67 350 132 30
Binary 110 10101 1110011 1011111 1010010 0 110111 11101000 1011010 11000

Color Harmonies of #061573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061573

Black with #061573

Text Example


Text Example

White with #061573

Text Example


Text Example

HTML Codes & Css Web 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>