Html Css Color HEX #061471 Midnight Blue

📋 copy color: '#061471'

red 6 ◦ green 20 ◦ blue 113

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

Shades of Midnight Blue #061471

Tints of Midnight Blue #061471

RGB

 RED value IS 6 (2.73% from 255) = 4.32%

 GREEN value IS 20 (8.2% from 255) = 14.39%

 BLUE value IS 113 (44.53% from 255) = 81.29%

R = 4.32%
G = 14.39%
B = 81.29%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#061471 (or 0x061471) is known color: Midnight Blue. HEX triplet: 06, 14 and 71. RGB value is (6,20,113). Sum of RGB (Red+Green+Blue) = 6+20+113=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 113 (44.53% from 255 or 81.29% from 139); Max value from RGB is 113 - color contains mainly: blue. Hex color #061471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061471 is #F9EB8E. Grayscale: #1A1A1A. Windows color (decimal): -16378767 or 7410694. OLE color: 7410694.

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

Color convert

RGB 6 20 113 -
CMYK 0.95 0.82 0 0.56
HSL 232.15º 0.9% 0.23% -
HSV(B) 232.15º 0.95% 0.44% -
XYZ 3.31 1.73 15.78 -
YUV 26.42 176.86 113.44 -
System Red Green Blue C M Y K H S L
Decimal 6 20 113 0.95 0.82 0 0.56 232.15 0.9 0.23
Hex 6 14 71 5F 52 0 38 E8 5A 17
Octal 6 24 161 137 122 0 70 350 132 27
Binary 110 10100 1110001 1011111 1010010 0 111000 11101000 1011010 10111

Color Harmonies of #061471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061471

Black with #061471

Text Example


Text Example

White with #061471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061471; }

 p { color: rgb(6,20,113); }

 H1.HeaderClassName
 {
   color: #061471;
 }
 .AnyTagClassName
 {
   color: #061471;
 }
</style>

background-color css

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

 a { background-color: rgb(6,20,113); }

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

border-color css

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

 span { border-color: rgb(6,20,113); }

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