Html Css Color HEX #071172 Midnight Blue

📋 copy color: '#071172'

red 7 ◦ green 17 ◦ blue 114

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

Shades of Midnight Blue #071172

Tints of Midnight Blue #071172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 82.61%

R = 5.07%
G = 12.32%
B = 82.61%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#071172 (or 0x071172) is known color: Midnight Blue. HEX triplet: 07, 11 and 72. RGB value is (7,17,114). Sum of RGB (Red+Green+Blue) = 7+17+114=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 114 (44.92% from 255 or 82.61% from 138); Max value from RGB is 114 - color contains mainly: blue. Hex color #071172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071172 is #F8EE8D. Grayscale: #181818. Windows color (decimal): -16313998 or 7475463. OLE color: 7475463.

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

Color convert

RGB 7 17 114 -
CMYK 0.94 0.85 0 0.55
HSL 234.39º 0.88% 0.24% -
HSV(B) 234.39º 0.94% 0.45% -
XYZ 3.33 1.66 16.06 -
YUV 25.07 178.19 115.11 -
System Red Green Blue C M Y K H S L
Decimal 7 17 114 0.94 0.85 0 0.55 234.39 0.88 0.24
Hex 7 11 72 5E 55 0 37 EA 58 18
Octal 7 21 162 136 125 0 67 352 130 30
Binary 111 10001 1110010 1011110 1010101 0 110111 11101010 1011000 11000

Color Harmonies of #071172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071172

Black with #071172

Text Example


Text Example

White with #071172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071172; }

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

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

background-color css

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

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

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

border-color css

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

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

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