#011377

Color #011377 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #011377

Tints of Navy #011377

Color information

#011377 (or 0x011377) is unknown color: approx 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

RGB119119-
CMYK0.990.8400.53
HSL230.85º98.33%23.53%-
HSV(B)230.85º99.16%46.67%-
XYZ3.581.817.61-
YUV25.02181.04110.87-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191190.990.8400.53230.8598.3323.53
Hex113776354035e76218
Octal12316714312406534714230
Binary110011111011111000111010100011010111100111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>