#011376

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

Shades of Navy #011376

Tints of Navy #011376

Color information

#011376 (or 0x011376) is unknown color: approx Navy. HEX triplet: 01, 13 and 76. RGB value is (1,19,118). Sum of RGB (Red+Green+Blue) = 1+19+118=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 118 (46.48% from 255 or 85.51% from 138); Max value from RGB is 118 - color contains mainly: blue. Hex color #011376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011376 is #FEEC89. Grayscale: #181818. Windows color (decimal): -16706698 or 7738113. OLE color: 7738113.

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

Color convert

RGB119118-
CMYK0.990.8400.54
HSL230.77º98.32%23.33%-
HSV(B)230.77º99.15%46.27%-
XYZ3.521.7817.3-
YUV24.9180.54110.95-

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.77%
BLUE value IS 118 (46.48% from 255) = 85.51%
R=0.72%
G=13.77%
B=85.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1191180.990.8400.54230.7798.3223.33
Hex113766354036e76217
Octal12316614312406634714227
Binary110011111011011000111010100011011011100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011376; }

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

 H1.HeaderClassName
 {
   color: #011376;
 }
 .AnyTagClassName
 {
   color: #011376;
 }
</style>
background-color css

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

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

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

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

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

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