Html Css Color HEX #010776 Navy

📋 copy color: '#010776'

red 1 ◦ green 7 ◦ blue 118

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

Shades of Navy #010776

Tints of Navy #010776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.56%

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

R = 0.79%
G = 5.56%
B = 93.65%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010776 (or 0x010776) is known color: Navy. HEX triplet: 01, 07 and 76. RGB value is (1,7,118). Sum of RGB (Red+Green+Blue) = 1+7+118=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 118 (46.48% from 255 or 93.65% from 126); Max value from RGB is 118 - color contains mainly: blue. Hex color #010776 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010776 is #FEF889. Grayscale: #111111. Windows color (decimal): -16709770 or 7735041. OLE color: 7735041.

HSL color Cylindrical-coordinate representation of color #010776: hue angle of 236.92º 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 #010776 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 7 118 -
CMYK 0.99 0.94 0 0.54
HSL 236.92º 0.98% 0.23% -
HSV(B) 236.92º 0.99% 0.46% -
XYZ 3.36 1.47 17.25 -
YUV 17.86 184.51 115.97 -
System Red Green Blue C M Y K H S L
Decimal 1 7 118 0.99 0.94 0 0.54 236.92 0.98 0.23
Hex 1 7 76 63 5E 0 36 ED 62 17
Octal 1 7 166 143 136 0 66 355 142 27
Binary 1 111 1110110 1100011 1011110 0 110110 11101101 1100010 10111

Color Harmonies of #010776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010776

Black with #010776

Text Example


Text Example

White with #010776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010776; }

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

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

background-color css

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

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

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

border-color css

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

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

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