Html Css Color HEX #071161 Midnight Blue

📋 copy color: '#071161'

red 7 ◦ green 17 ◦ blue 97

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

Shades of Midnight Blue #071161

Tints of Midnight Blue #071161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.05%

 BLUE value IS 97 (38.28% from 255) = 80.17%

R = 5.79%
G = 14.05%
B = 80.17%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#071161 (or 0x071161) is known color: Midnight Blue. HEX triplet: 07, 11 and 61. RGB value is (7,17,97). Sum of RGB (Red+Green+Blue) = 7+17+97=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 97 (38.28% from 255 or 80.17% from 121); Max value from RGB is 97 - color contains mainly: blue. Hex color #071161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071161 is #F8EE9E. Grayscale: #161616. Windows color (decimal): -16314015 or 6361351. OLE color: 6361351.

HSL color Cylindrical-coordinate representation of color #071161: hue angle of 233.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071161 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 17 97 -
CMYK 0.93 0.82 0 0.62
HSL 233.33º 0.87% 0.2% -
HSV(B) 233.33º 0.93% 0.38% -
XYZ 2.45 1.31 11.43 -
YUV 23.13 169.69 116.5 -
System Red Green Blue C M Y K H S L
Decimal 7 17 97 0.93 0.82 0 0.62 233.33 0.87 0.2
Hex 7 11 61 5D 52 0 3E E9 57 14
Octal 7 21 141 135 122 0 76 351 127 24
Binary 111 10001 1100001 1011101 1010010 0 111110 11101001 1010111 10100

Color Harmonies of #071161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071161

Black with #071161

Text Example


Text Example

White with #071161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071161; }

 p { color: rgb(7,17,97); }

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

background-color css

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

 a { background-color: rgb(7,17,97); }

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

border-color css

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

 span { border-color: rgb(7,17,97); }

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