Html Css Color HEX #011377 Navy

📋 copy color: '#011377'

red 1 ◦ green 19 ◦ blue 119

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

Shades of Navy #011377

Tints of Navy #011377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

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

R = 0.72%
G = 13.67%
B = 85.61%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#011377 (or 0x011377) is known color: Navy. HEX triplet: 01, 13 and 77. RGB value is (1,19,119). Sum of RGB (Red+Green+Blue) = 1+19+119=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 119 (46.88% from 255 or 85.61% from 139); Max value from RGB is 119 - color contains mainly: blue. Hex color #011377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011377 is #FEEC88. Grayscale: #181818. Windows color (decimal): -16706697 or 7803649. OLE color: 7803649.

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

Color convert

RGB 1 19 119 -
CMYK 0.99 0.84 0 0.53
HSL 230.85º 0.98% 0.24% -
HSV(B) 230.85º 0.99% 0.47% -
XYZ 3.58 1.8 17.61 -
YUV 25.02 181.04 110.87 -
System Red Green Blue C M Y K H S L
Decimal 1 19 119 0.99 0.84 0 0.53 230.85 0.98 0.24
Hex 1 13 77 63 54 0 35 E7 62 18
Octal 1 23 167 143 124 0 65 347 142 30
Binary 1 10011 1110111 1100011 1010100 0 110101 11100111 1100010 11000

Color Harmonies of #011377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011377

Black with #011377

Text Example


Text Example

White with #011377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011377; }

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

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

background-color css

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

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

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

border-color css

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

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

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