Html Css Color HEX #011173 Navy

📋 copy color: '#011173'

red 1 ◦ green 17 ◦ blue 115

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

Shades of Navy #011173

Tints of Navy #011173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.78%

 BLUE value IS 115 (45.31% from 255) = 86.47%

R = 0.75%
G = 12.78%
B = 86.47%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#011173 (or 0x011173) is known color: Navy. HEX triplet: 01, 11 and 73. RGB value is (1,17,115). Sum of RGB (Red+Green+Blue) = 1+17+115=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 115 (45.31% from 255 or 86.47% from 133); Max value from RGB is 115 - color contains mainly: blue. Hex color #011173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011173 is #FEEE8C. Grayscale: #161616. Windows color (decimal): -16707213 or 7540993. OLE color: 7540993.

HSL color Cylindrical-coordinate representation of color #011173: hue angle of 231.58º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011173 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 17 115 -
CMYK 0.99 0.85 0 0.55
HSL 231.58º 0.98% 0.23% -
HSV(B) 231.58º 0.99% 0.45% -
XYZ 3.31 1.65 16.36 -
YUV 23.39 179.7 112.03 -
System Red Green Blue C M Y K H S L
Decimal 1 17 115 0.99 0.85 0 0.55 231.58 0.98 0.23
Hex 1 11 73 63 55 0 37 E8 62 17
Octal 1 21 163 143 125 0 67 350 142 27
Binary 1 10001 1110011 1100011 1010101 0 110111 11101000 1100010 10111

Color Harmonies of #011173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011173

Black with #011173

Text Example


Text Example

White with #011173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011173; }

 p { color: rgb(1,17,115); }

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

background-color css

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

 a { background-color: rgb(1,17,115); }

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

border-color css

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

 span { border-color: rgb(1,17,115); }

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