Html Css Color HEX #071476 Midnight Blue

📋 copy color: '#071476'

red 7 ◦ green 20 ◦ blue 118

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

Shades of Midnight Blue #071476

Tints of Midnight Blue #071476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 81.38%

R = 4.83%
G = 13.79%
B = 81.38%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#071476 (or 0x071476) is known color: Midnight Blue. HEX triplet: 07, 14 and 76. RGB value is (7,20,118). Sum of RGB (Red+Green+Blue) = 7+20+118=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 118 (46.48% from 255 or 81.38% from 145); Max value from RGB is 118 - color contains mainly: blue. Hex color #071476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071476 is #F8EB89. Grayscale: #1A1A1A. Windows color (decimal): -16313226 or 7738375. OLE color: 7738375.

HSL color Cylindrical-coordinate representation of color #071476: hue angle of 232.97º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071476 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 7 20 118 -
CMYK 0.94 0.83 0 0.54
HSL 232.97º 0.89% 0.25% -
HSV(B) 232.97º 0.94% 0.46% -
XYZ 3.61 1.85 17.31 -
YUV 27.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 7 20 118 0.94 0.83 0 0.54 232.97 0.89 0.25
Hex 7 14 76 5E 53 0 36 E9 59 19
Octal 7 24 166 136 123 0 66 351 131 31
Binary 111 10100 1110110 1011110 1010011 0 110110 11101001 1011001 11001

Color Harmonies of #071476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071476

Black with #071476

Text Example


Text Example

White with #071476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071476; }

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

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

background-color css

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

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

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

border-color css

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

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

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