#011075

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

Shades of Navy #011075

Tints of Navy #011075

Color information

#011075 (or 0x011075) is unknown color: approx Navy. HEX triplet: 01, 10 and 75. RGB value is (1,16,117). Sum of RGB (Red+Green+Blue) = 1+16+117=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 117 (46.09% from 255 or 87.31% from 134); Max value from RGB is 117 - color contains mainly: blue. Hex color #011075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011075 is #FEEF8A. Grayscale: #161616. Windows color (decimal): -16707467 or 7671809. OLE color: 7671809.

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

Color convert

RGB116117-
CMYK0.990.8600.54
HSL232.24º98.31%23.14%-
HSV(B)232.24º99.15%45.88%-
XYZ3.411.6616.97-
YUV23.03181.03112.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 117 (46.09% from 255) = 87.31%
R=0.75%
G=11.94%
B=87.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1161170.990.8600.54232.2498.3123.14
Hex110756356036e86217
Octal12016514312606635014227
Binary110000111010111000111010110011011011101000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011075; }

 p { color: rgb(1,16,117); }

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

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

 a { background-color: rgb(1,16,117); }

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

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

 span { border-color: rgb(1,16,117); }

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