Html Css Color HEX #071072 Midnight Blue

📋 copy color: '#071072'

red 7 ◦ green 16 ◦ blue 114

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

Shades of Midnight Blue #071072

Tints of Midnight Blue #071072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 5.11%
G = 11.68%
B = 83.21%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#071072 (or 0x071072) is known color: Midnight Blue. HEX triplet: 07, 10 and 72. RGB value is (7,16,114). Sum of RGB (Red+Green+Blue) = 7+16+114=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 114 (44.92% from 255 or 83.21% from 137); Max value from RGB is 114 - color contains mainly: blue. Hex color #071072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071072 is #F8EF8D. Grayscale: #181818. Windows color (decimal): -16314254 or 7475207. OLE color: 7475207.

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

Color convert

RGB 7 16 114 -
CMYK 0.94 0.86 0 0.55
HSL 234.95º 0.88% 0.24% -
HSV(B) 234.95º 0.94% 0.45% -
XYZ 3.31 1.63 16.06 -
YUV 24.48 178.52 115.53 -
System Red Green Blue C M Y K H S L
Decimal 7 16 114 0.94 0.86 0 0.55 234.95 0.88 0.24
Hex 7 10 72 5E 56 0 37 EB 58 18
Octal 7 20 162 136 126 0 67 353 130 30
Binary 111 10000 1110010 1011110 1010110 0 110111 11101011 1011000 11000

Color Harmonies of #071072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071072

Black with #071072

Text Example


Text Example

White with #071072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071072; }

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

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

background-color css

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

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

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

border-color css

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

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

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