Html Css Color HEX #071073 Midnight Blue

📋 copy color: '#071073'

red 7 ◦ green 16 ◦ blue 115

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

Shades of Midnight Blue #071073

Tints of Midnight Blue #071073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 83.33%

R = 5.07%
G = 11.59%
B = 83.33%

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

#071073 (or 0x071073) is known color: Midnight Blue. HEX triplet: 07, 10 and 73. RGB value is (7,16,115). Sum of RGB (Red+Green+Blue) = 7+16+115=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 115 (45.31% from 255 or 83.33% from 138); Max value from RGB is 115 - color contains mainly: blue. Hex color #071073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071073 is #F8EF8C. Grayscale: #181818. Windows color (decimal): -16314253 or 7540743. OLE color: 7540743.

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

Color convert

RGB 7 16 115 -
CMYK 0.94 0.86 0 0.55
HSL 235º 0.89% 0.24% -
HSV(B) 235º 0.94% 0.45% -
XYZ 3.37 1.65 16.36 -
YUV 24.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 7 16 115 0.94 0.86 0 0.55 235 0.89 0.24
Hex 7 10 73 5E 56 0 37 EB 59 18
Octal 7 20 163 136 126 0 67 353 131 30
Binary 111 10000 1110011 1011110 1010110 0 110111 11101011 1011001 11000

Color Harmonies of #071073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071073

Black with #071073

Text Example


Text Example

White with #071073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071073; }

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

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

background-color css

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

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

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

border-color css

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

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

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