Html Css Color HEX #010977 Navy

📋 copy color: '#010977'

red 1 ◦ green 9 ◦ blue 119

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

Shades of Navy #010977

Tints of Navy #010977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 92.25%

R = 0.78%
G = 6.98%
B = 92.25%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#010977 (or 0x010977) is known color: Navy. HEX triplet: 01, 09 and 77. RGB value is (1,9,119). Sum of RGB (Red+Green+Blue) = 1+9+119=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 119 (46.88% from 255 or 92.25% from 129); Max value from RGB is 119 - color contains mainly: blue. Hex color #010977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010977 is #FEF688. Grayscale: #121212. Windows color (decimal): -16709257 or 7801089. OLE color: 7801089.

HSL color Cylindrical-coordinate representation of color #010977: hue angle of 235.93º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010977 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 9 119 -
CMYK 0.99 0.92 0 0.53
HSL 235.93º 0.98% 0.24% -
HSV(B) 235.93º 0.99% 0.47% -
XYZ 3.44 1.53 17.57 -
YUV 19.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 1 9 119 0.99 0.92 0 0.53 235.93 0.98 0.24
Hex 1 9 77 63 5C 0 35 EC 62 18
Octal 1 11 167 143 134 0 65 354 142 30
Binary 1 1001 1110111 1100011 1011100 0 110101 11101100 1100010 11000

Color Harmonies of #010977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010977

Black with #010977

Text Example


Text Example

White with #010977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010977; }

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

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

background-color css

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

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

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

border-color css

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

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

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