Html Css Color HEX #071379 Midnight Blue

📋 copy color: '#071379'

red 7 ◦ green 19 ◦ blue 121

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

Shades of Midnight Blue #071379

Tints of Midnight Blue #071379

RGB

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

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

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

R = 4.76%
G = 12.93%
B = 82.31%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#071379 (or 0x071379) is known color: Midnight Blue. HEX triplet: 07, 13 and 79. RGB value is (7,19,121). Sum of RGB (Red+Green+Blue) = 7+19+121=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 121 (47.66% from 255 or 82.31% from 147); Max value from RGB is 121 - color contains mainly: blue. Hex color #071379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071379 is #F8EC86. Grayscale: #1A1A1A. Windows color (decimal): -16313479 or 7934727. OLE color: 7934727.

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

Color convert

RGB 7 19 121 -
CMYK 0.94 0.84 0 0.53
HSL 233.68º 0.89% 0.25% -
HSV(B) 233.68º 0.94% 0.47% -
XYZ 3.77 1.89 18.26 -
YUV 27.04 181.02 113.71 -
System Red Green Blue C M Y K H S L
Decimal 7 19 121 0.94 0.84 0 0.53 233.68 0.89 0.25
Hex 7 13 79 5E 54 0 35 EA 59 19
Octal 7 23 171 136 124 0 65 352 131 31
Binary 111 10011 1111001 1011110 1010100 0 110101 11101010 1011001 11001

Color Harmonies of #071379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071379

Black with #071379

Text Example


Text Example

White with #071379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071379; }

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

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

background-color css

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

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

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

border-color css

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

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

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