#011385

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

Shades of Navy #011385

Tints of Navy #011385

Color information

#011385 (or 0x011385) is unknown color: approx Navy. HEX triplet: 01, 13 and 85. RGB value is (1,19,133). Sum of RGB (Red+Green+Blue) = 1+19+133=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 133 (52.34% from 255 or 86.93% from 153); Max value from RGB is 133 - color contains mainly: blue. Hex color #011385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011385 is #FEEC7A. Grayscale: #1A1A1A. Windows color (decimal): -16706683 or 8721153. OLE color: 8721153.

HSL color Cylindrical-coordinate representation of color #011385: hue angle of 231.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011385 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB119133-
CMYK0.990.8600.48
HSL231.82º98.51%26.27%-
HSV(B)231.82º99.25%52.16%-
XYZ4.482.1722.37-
YUV26.61188.04109.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 133 (52.34% from 255) = 86.93%
R=0.65%
G=12.42%
B=86.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191330.990.8600.48231.8298.5126.27
Hex113856356030e8631a
Octal12320514312606035014332
Binary1100111000010111000111010110011000011101000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011385; }

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

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

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

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

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

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

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

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