Html Css Color HEX #010176 Navy

📋 copy color: '#010176'

red 1 ◦ green 1 ◦ blue 118

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

Shades of Navy #010176

Tints of Navy #010176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 98.33%

R = 0.83%
G = 0.83%
B = 98.33%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010176 (or 0x010176) is known color: Navy. HEX triplet: 01, 01 and 76. RGB value is (1,1,118). Sum of RGB (Red+Green+Blue) = 1+1+118=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 118 (46.48% from 255 or 98.33% from 120); Max value from RGB is 118 - color contains mainly: blue. Hex color #010176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010176 is #FEFE89. Grayscale: #0D0D0D. Windows color (decimal): -16711306 or 7733505. OLE color: 7733505.

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

Color convert

RGB 1 1 118 -
CMYK 0.99 0.99 0 0.54
HSL 240º 0.98% 0.23% -
HSV(B) 240º 0.99% 0.46% -
XYZ 3.29 1.34 17.22 -
YUV 14.34 186.5 118.49 -
System Red Green Blue C M Y K H S L
Decimal 1 1 118 0.99 0.99 0 0.54 240 0.98 0.23
Hex 1 1 76 63 63 0 36 F0 62 17
Octal 1 1 166 143 143 0 66 360 142 27
Binary 1 1 1110110 1100011 1100011 0 110110 11110000 1100010 10111

Color Harmonies of #010176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010176

Black with #010176

Text Example


Text Example

White with #010176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010176; }

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

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

background-color css

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

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

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

border-color css

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

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

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