Html Css Color HEX #071570 Midnight Blue

📋 copy color: '#071570'

red 7 ◦ green 21 ◦ blue 112

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

Shades of Midnight Blue #071570

Tints of Midnight Blue #071570

RGB

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

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

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

R = 5%
G = 15%
B = 80%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#071570 (or 0x071570) is known color: Midnight Blue. HEX triplet: 07, 15 and 70. RGB value is (7,21,112). Sum of RGB (Red+Green+Blue) = 7+21+112=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 112 (44.14% from 255 or 80% from 140); Max value from RGB is 112 - color contains mainly: blue. Hex color #071570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071570 is #F8EA8F. Grayscale: #1A1A1A. Windows color (decimal): -16312976 or 7345415. OLE color: 7345415.

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

Color convert

RGB 7 21 112 -
CMYK 0.94 0.81 0 0.56
HSL 232º 0.88% 0.23% -
HSV(B) 232º 0.94% 0.44% -
XYZ 3.28 1.75 15.49 -
YUV 27.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 7 21 112 0.94 0.81 0 0.56 232 0.88 0.23
Hex 7 15 70 5E 51 0 38 E8 58 17
Octal 7 25 160 136 121 0 70 350 130 27
Binary 111 10101 1110000 1011110 1010001 0 111000 11101000 1011000 10111

Color Harmonies of #071570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071570

Black with #071570

Text Example


Text Example

White with #071570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071570; }

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

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

background-color css

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

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

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

border-color css

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

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

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