#011380

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

Shades of Navy #011380

Tints of Navy #011380

Color information

#011380 (or 0x011380) is unknown color: approx Navy. HEX triplet: 01, 13 and 80. RGB value is (1,19,128). Sum of RGB (Red+Green+Blue) = 1+19+128=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 128 (50.39% from 255 or 86.49% from 148); Max value from RGB is 128 - color contains mainly: blue. Hex color #011380 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011380 is #FEEC7F. Grayscale: #191919. Windows color (decimal): -16706688 or 8393473. OLE color: 8393473.

HSL color Cylindrical-coordinate representation of color #011380: hue angle of 231.5º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011380 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB119128-
CMYK0.990.8500.50
HSL231.5º98.45%25.29%-
HSV(B)231.5º99.22%50.2%-
XYZ4.142.0320.6-
YUV26.04185.54110.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 128 (50.39% from 255) = 86.49%
R=0.68%
G=12.84%
B=86.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1191280.990.8500.50231.598.4525.29
Hex113806355032e76219
Octal12320014312506234714231
Binary1100111000000011000111010101011001011100111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011380; }

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

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

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

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

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

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

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

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