Html Css Color HEX #071175 Midnight Blue

📋 copy color: '#071175'

red 7 ◦ green 17 ◦ blue 117

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

Shades of Midnight Blue #071175

Tints of Midnight Blue #071175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 82.98%

R = 4.96%
G = 12.06%
B = 82.98%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#071175 (or 0x071175) is known color: Midnight Blue. HEX triplet: 07, 11 and 75. RGB value is (7,17,117). Sum of RGB (Red+Green+Blue) = 7+17+117=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 117 (46.09% from 255 or 82.98% from 141); Max value from RGB is 117 - color contains mainly: blue. Hex color #071175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071175 is #F8EE8A. Grayscale: #191919. Windows color (decimal): -16313995 or 7672071. OLE color: 7672071.

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

Color convert

RGB 7 17 117 -
CMYK 0.94 0.85 0 0.54
HSL 234.55º 0.89% 0.24% -
HSV(B) 234.55º 0.94% 0.46% -
XYZ 3.5 1.73 16.98 -
YUV 25.41 179.69 114.87 -
System Red Green Blue C M Y K H S L
Decimal 7 17 117 0.94 0.85 0 0.54 234.55 0.89 0.24
Hex 7 11 75 5E 55 0 36 EB 59 18
Octal 7 21 165 136 125 0 66 353 131 30
Binary 111 10001 1110101 1011110 1010101 0 110110 11101011 1011001 11000

Color Harmonies of #071175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071175

Black with #071175

Text Example


Text Example

White with #071175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071175; }

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

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

background-color css

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

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

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

border-color css

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

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

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