Html Css Color HEX #071575 Midnight Blue

📋 copy color: '#071575'

red 7 ◦ green 21 ◦ blue 117

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

Shades of Midnight Blue #071575

Tints of Midnight Blue #071575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.48%

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

R = 4.83%
G = 14.48%
B = 80.69%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#071575 (or 0x071575) is known color: Midnight Blue. HEX triplet: 07, 15 and 75. RGB value is (7,21,117). Sum of RGB (Red+Green+Blue) = 7+21+117=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #071575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071575 is #F8EA8A. Grayscale: #1B1B1B. Windows color (decimal): -16312971 or 7673095. OLE color: 7673095.

HSL color Cylindrical-coordinate representation of color #071575: hue angle of 232.36º 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 #071575 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 21 117 -
CMYK 0.94 0.82 0 0.54
HSL 232.36º 0.89% 0.24% -
HSV(B) 232.36º 0.94% 0.46% -
XYZ 3.57 1.87 17 -
YUV 27.76 178.36 113.19 -
System Red Green Blue C M Y K H S L
Decimal 7 21 117 0.94 0.82 0 0.54 232.36 0.89 0.24
Hex 7 15 75 5E 52 0 36 E8 59 18
Octal 7 25 165 136 122 0 66 350 131 30
Binary 111 10101 1110101 1011110 1010010 0 110110 11101000 1011001 11000

Color Harmonies of #071575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071575

Black with #071575

Text Example


Text Example

White with #071575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071575; }

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

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

background-color css

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

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

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

border-color css

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

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

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