Html Css Color HEX #071471 Midnight Blue

📋 copy color: '#071471'

red 7 ◦ green 20 ◦ blue 113

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

Shades of Midnight Blue #071471

Tints of Midnight Blue #071471

RGB

 RED value IS 7 (3.13% from 255) = 5%

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

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

R = 5%
G = 14.29%
B = 80.71%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#071471 (or 0x071471) is known color: Midnight Blue. HEX triplet: 07, 14 and 71. RGB value is (7,20,113). Sum of RGB (Red+Green+Blue) = 7+20+113=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 113 (44.53% from 255 or 80.71% from 140); Max value from RGB is 113 - color contains mainly: blue. Hex color #071471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071471 is #F8EB8E. Grayscale: #1A1A1A. Windows color (decimal): -16313231 or 7410695. OLE color: 7410695.

HSL color Cylindrical-coordinate representation of color #071471: hue angle of 232.64º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071471 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 20 113 -
CMYK 0.94 0.82 0 0.56
HSL 232.64º 0.88% 0.24% -
HSV(B) 232.64º 0.94% 0.44% -
XYZ 3.32 1.74 15.78 -
YUV 26.72 176.69 113.94 -
System Red Green Blue C M Y K H S L
Decimal 7 20 113 0.94 0.82 0 0.56 232.64 0.88 0.24
Hex 7 14 71 5E 52 0 38 E9 58 18
Octal 7 24 161 136 122 0 70 351 130 30
Binary 111 10100 1110001 1011110 1010010 0 111000 11101001 1011000 11000

Color Harmonies of #071471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071471

Black with #071471

Text Example


Text Example

White with #071471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071471; }

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

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

background-color css

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

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

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

border-color css

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

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

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