Html Css Color HEX #071479 Midnight Blue

📋 copy color: '#071479'

red 7 ◦ green 20 ◦ blue 121

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

Shades of Midnight Blue #071479

Tints of Midnight Blue #071479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 81.76%

R = 4.73%
G = 13.51%
B = 81.76%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#071479 (or 0x071479) is known color: Midnight Blue. HEX triplet: 07, 14 and 79. RGB value is (7,20,121). Sum of RGB (Red+Green+Blue) = 7+20+121=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 121 (47.66% from 255 or 81.76% from 148); Max value from RGB is 121 - color contains mainly: blue. Hex color #071479 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071479 is #F8EB86. Grayscale: #1B1B1B. Windows color (decimal): -16313223 or 7934983. OLE color: 7934983.

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

Color convert

RGB 7 20 121 -
CMYK 0.94 0.83 0 0.53
HSL 233.16º 0.89% 0.25% -
HSV(B) 233.16º 0.94% 0.47% -
XYZ 3.79 1.93 18.26 -
YUV 27.63 180.69 113.29 -
System Red Green Blue C M Y K H S L
Decimal 7 20 121 0.94 0.83 0 0.53 233.16 0.89 0.25
Hex 7 14 79 5E 53 0 35 E9 59 19
Octal 7 24 171 136 123 0 65 351 131 31
Binary 111 10100 1111001 1011110 1010011 0 110101 11101001 1011001 11001

Color Harmonies of #071479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071479

Black with #071479

Text Example


Text Example

White with #071479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071479; }

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

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

background-color css

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

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

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

border-color css

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

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

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