Html Css Color HEX #071176 Midnight Blue

📋 copy color: '#071176'

red 7 ◦ green 17 ◦ blue 118

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

Shades of Midnight Blue #071176

Tints of Midnight Blue #071176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 83.1%

R = 4.93%
G = 11.97%
B = 83.1%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#071176 (or 0x071176) is known color: Midnight Blue. HEX triplet: 07, 11 and 76. RGB value is (7,17,118). Sum of RGB (Red+Green+Blue) = 7+17+118=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 118 (46.48% from 255 or 83.10% from 142); Max value from RGB is 118 - color contains mainly: blue. Hex color #071176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071176 is #F8EE89. Grayscale: #191919. Windows color (decimal): -16313994 or 7737607. OLE color: 7737607.

HSL color Cylindrical-coordinate representation of color #071176: hue angle of 234.59º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071176 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 17 118 -
CMYK 0.94 0.86 0 0.54
HSL 234.59º 0.89% 0.25% -
HSV(B) 234.59º 0.94% 0.46% -
XYZ 3.56 1.75 17.29 -
YUV 25.52 180.19 114.79 -
System Red Green Blue C M Y K H S L
Decimal 7 17 118 0.94 0.86 0 0.54 234.59 0.89 0.25
Hex 7 11 76 5E 56 0 36 EB 59 19
Octal 7 21 166 136 126 0 66 353 131 31
Binary 111 10001 1110110 1011110 1010110 0 110110 11101011 1011001 11001

Color Harmonies of #071176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071176

Black with #071176

Text Example


Text Example

White with #071176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071176; }

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

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

background-color css

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

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

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

border-color css

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

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

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