Html Css Color HEX #010979 Navy

📋 copy color: '#010979'

red 1 ◦ green 9 ◦ blue 121

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

Shades of Navy #010979

Tints of Navy #010979

RGB

 RED value IS 1 (0.78% from 255) = 0.76%

 GREEN value IS 9 (3.91% from 255) = 6.87%

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

R = 0.76%
G = 6.87%
B = 92.37%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#010979 (or 0x010979) is known color: Navy. HEX triplet: 01, 09 and 79. RGB value is (1,9,121). Sum of RGB (Red+Green+Blue) = 1+9+121=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 121 (47.66% from 255 or 92.37% from 131); Max value from RGB is 121 - color contains mainly: blue. Hex color #010979 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010979 is #FEF686. Grayscale: #121212. Windows color (decimal): -16709255 or 7932161. OLE color: 7932161.

HSL color Cylindrical-coordinate representation of color #010979: hue angle of 236º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010979 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 9 121 -
CMYK 0.99 0.93 0 0.53
HSL 236º 0.98% 0.24% -
HSV(B) 236º 0.99% 0.47% -
XYZ 3.56 1.58 18.21 -
YUV 19.38 185.35 114.89 -
System Red Green Blue C M Y K H S L
Decimal 1 9 121 0.99 0.93 0 0.53 236 0.98 0.24
Hex 1 9 79 63 5D 0 35 EC 62 18
Octal 1 11 171 143 135 0 65 354 142 30
Binary 1 1001 1111001 1100011 1011101 0 110101 11101100 1100010 11000

Color Harmonies of #010979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010979

Black with #010979

Text Example


Text Example

White with #010979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010979; }

 p { color: rgb(1,9,121); }

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

background-color css

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

 a { background-color: rgb(1,9,121); }

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

border-color css

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

 span { border-color: rgb(1,9,121); }

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