Html Css Color HEX #071370 Midnight Blue

📋 copy color: '#071370'

red 7 ◦ green 19 ◦ blue 112

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

Shades of Midnight Blue #071370

Tints of Midnight Blue #071370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

 BLUE value IS 112 (44.14% from 255) = 81.16%

R = 5.07%
G = 13.77%
B = 81.16%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#071370 (or 0x071370) is known color: Midnight Blue. HEX triplet: 07, 13 and 70. RGB value is (7,19,112). Sum of RGB (Red+Green+Blue) = 7+19+112=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 112 (44.14% from 255 or 81.16% from 138); Max value from RGB is 112 - color contains mainly: blue. Hex color #071370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071370 is #F8EC8F. Grayscale: #191919. Windows color (decimal): -16313488 or 7344903. OLE color: 7344903.

HSL color Cylindrical-coordinate representation of color #071370: hue angle of 233.14º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071370 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 19 112 -
CMYK 0.94 0.83 0 0.56
HSL 233.14º 0.88% 0.23% -
HSV(B) 233.14º 0.94% 0.44% -
XYZ 3.25 1.68 15.48 -
YUV 26.01 176.52 114.44 -
System Red Green Blue C M Y K H S L
Decimal 7 19 112 0.94 0.83 0 0.56 233.14 0.88 0.23
Hex 7 13 70 5E 53 0 38 E9 58 17
Octal 7 23 160 136 123 0 70 351 130 27
Binary 111 10011 1110000 1011110 1010011 0 111000 11101001 1011000 10111

Color Harmonies of #071370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071370

Black with #071370

Text Example


Text Example

White with #071370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071370; }

 p { color: rgb(7,19,112); }

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

background-color css

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

 a { background-color: rgb(7,19,112); }

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

border-color css

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

 span { border-color: rgb(7,19,112); }

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