Html Css Color HEX #001079 Navy

📋 copy color: '#001079'

red 0 ◦ green 16 ◦ blue 121

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

Shades of Navy #001079

Tints of Navy #001079

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 16 (6.64% from 255) = 11.68%

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

R = 0%
G = 11.68%
B = 88.32%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#001079 (or 0x001079) is known color: Navy. HEX triplet: 00, 10 and 79. RGB value is (0,16,121). Sum of RGB (Red+Green+Blue) = 0+16+121=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 121 (47.66% from 255 or 88.32% from 137); Max value from RGB is 121 - color contains mainly: blue. Hex color #001079 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001079 is #FFEF86. Grayscale: #161616. Windows color (decimal): -16772999 or 7933952. OLE color: 7933952.

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

Color convert

RGB 0 16 121 -
CMYK 1 0.87 0 0.53
HSL 232.07º 1% 0.24% -
HSV(B) 232.07º 1% 0.47% -
XYZ 3.64 1.75 18.24 -
YUV 23.19 183.2 111.46 -
System Red Green Blue C M Y K H S L
Decimal 0 16 121 1 0.87 0 0.53 232.07 1 0.24
Hex 0 10 79 64 57 0 35 E8 64 18
Octal 0 20 171 144 127 0 65 350 144 30
Binary 0 10000 1111001 1100100 1010111 0 110101 11101000 1100100 11000

Color Harmonies of #001079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001079

Black with #001079

Text Example


Text Example

White with #001079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001079; }

 p { color: rgb(0,16,121); }

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

background-color css

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

 a { background-color: rgb(0,16,121); }

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

border-color css

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

 span { border-color: rgb(0,16,121); }

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