Html Css Color HEX #010171 Navy

📋 copy color: '#010171'

red 1 ◦ green 1 ◦ blue 113

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

Shades of Navy #010171

Tints of Navy #010171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.87%

 BLUE value IS 113 (44.53% from 255) = 98.26%

R = 0.87%
G = 0.87%
B = 98.26%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010171 (or 0x010171) is known color: Navy. HEX triplet: 01, 01 and 71. RGB value is (1,1,113). Sum of RGB (Red+Green+Blue) = 1+1+113=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 113 (44.53% from 255 or 98.26% from 115); Max value from RGB is 113 - color contains mainly: blue. Hex color #010171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010171 is #FEFE8E. Grayscale: #0D0D0D. Windows color (decimal): -16711311 or 7405825. OLE color: 7405825.

HSL color Cylindrical-coordinate representation of color #010171: hue angle of 240º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010171 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 1 113 -
CMYK 0.99 0.99 0 0.56
HSL 240º 0.98% 0.22% -
HSV(B) 240º 0.99% 0.44% -
XYZ 3 1.22 15.7 -
YUV 13.77 184 118.89 -
System Red Green Blue C M Y K H S L
Decimal 1 1 113 0.99 0.99 0 0.56 240 0.98 0.22
Hex 1 1 71 63 63 0 38 F0 62 16
Octal 1 1 161 143 143 0 70 360 142 26
Binary 1 1 1110001 1100011 1100011 0 111000 11110000 1100010 10110

Color Harmonies of #010171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010171

Black with #010171

Text Example


Text Example

White with #010171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010171; }

 p { color: rgb(1,1,113); }

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

background-color css

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

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

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

border-color css

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

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

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