Html Css Color HEX #071279 Navy

📋 copy color: '#071279'

red 7 ◦ green 18 ◦ blue 121

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

Shades of Navy #071279

Tints of Navy #071279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

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

R = 4.79%
G = 12.33%
B = 82.88%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#071279 (or 0x071279) is known color: Navy. HEX triplet: 07, 12 and 79. RGB value is (7,18,121). Sum of RGB (Red+Green+Blue) = 7+18+121=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 121 (47.66% from 255 or 82.88% from 146); Max value from RGB is 121 - color contains mainly: blue. Hex color #071279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071279 is #F8ED86. Grayscale: #1A1A1A. Windows color (decimal): -16313735 or 7934471. OLE color: 7934471.

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

Color convert

RGB 7 18 121 -
CMYK 0.94 0.85 0 0.53
HSL 234.21º 0.89% 0.25% -
HSV(B) 234.21º 0.94% 0.47% -
XYZ 3.76 1.86 18.25 -
YUV 26.45 181.36 114.12 -
System Red Green Blue C M Y K H S L
Decimal 7 18 121 0.94 0.85 0 0.53 234.21 0.89 0.25
Hex 7 12 79 5E 55 0 35 EA 59 19
Octal 7 22 171 136 125 0 65 352 131 31
Binary 111 10010 1111001 1011110 1010101 0 110101 11101010 1011001 11001

Color Harmonies of #071279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071279

Black with #071279

Text Example


Text Example

White with #071279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071279; }

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

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

background-color css

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

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

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

border-color css

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

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

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