Html Css Color HEX #071470 Midnight Blue

📋 copy color: '#071470'

red 7 ◦ green 20 ◦ blue 112

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

Shades of Midnight Blue #071470

Tints of Midnight Blue #071470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.39%

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

R = 5.04%
G = 14.39%
B = 80.58%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#071470 (or 0x071470) is known color: Midnight Blue. HEX triplet: 07, 14 and 70. RGB value is (7,20,112). Sum of RGB (Red+Green+Blue) = 7+20+112=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 112 (44.14% from 255 or 80.58% from 139); Max value from RGB is 112 - color contains mainly: blue. Hex color #071470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071470 is #F8EB8F. Grayscale: #1A1A1A. Windows color (decimal): -16313232 or 7345159. OLE color: 7345159.

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

Color convert

RGB 7 20 112 -
CMYK 0.94 0.82 0 0.56
HSL 232.57º 0.88% 0.23% -
HSV(B) 232.57º 0.94% 0.44% -
XYZ 3.26 1.72 15.49 -
YUV 26.6 176.19 114.02 -
System Red Green Blue C M Y K H S L
Decimal 7 20 112 0.94 0.82 0 0.56 232.57 0.88 0.23
Hex 7 14 70 5E 52 0 38 E9 58 17
Octal 7 24 160 136 122 0 70 351 130 27
Binary 111 10100 1110000 1011110 1010010 0 111000 11101001 1011000 10111

Color Harmonies of #071470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071470

Black with #071470

Text Example


Text Example

White with #071470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071470; }

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

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

background-color css

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

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

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

border-color css

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

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

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