Html Css Color HEX #010976 Navy

📋 copy color: '#010976'

red 1 ◦ green 9 ◦ blue 118

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

Shades of Navy #010976

Tints of Navy #010976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.03%

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

R = 0.78%
G = 7.03%
B = 92.19%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010976 (or 0x010976) is known color: Navy. HEX triplet: 01, 09 and 76. RGB value is (1,9,118). Sum of RGB (Red+Green+Blue) = 1+9+118=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 118 (46.48% from 255 or 92.19% from 128); Max value from RGB is 118 - color contains mainly: blue. Hex color #010976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010976 is #FEF689. Grayscale: #121212. Windows color (decimal): -16709258 or 7735553. OLE color: 7735553.

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

Color convert

RGB 1 9 118 -
CMYK 0.99 0.92 0 0.54
HSL 235.9º 0.98% 0.23% -
HSV(B) 235.9º 0.99% 0.46% -
XYZ 3.38 1.51 17.25 -
YUV 19.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 1 9 118 0.99 0.92 0 0.54 235.9 0.98 0.23
Hex 1 9 76 63 5C 0 36 EC 62 17
Octal 1 11 166 143 134 0 66 354 142 27
Binary 1 1001 1110110 1100011 1011100 0 110110 11101100 1100010 10111

Color Harmonies of #010976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010976

Black with #010976

Text Example


Text Example

White with #010976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010976; }

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

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

background-color css

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

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

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

border-color css

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

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

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