#01085F

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

Shades of Navy #01085F

Tints of Navy #01085F

Color information

#01085F (or 0x01085F) is unknown color: approx Navy. HEX triplet: 01, 08 and 5F. RGB value is (1,8,95). Sum of RGB (Red+Green+Blue) = 1+8+95=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 95 (37.5% from 255 or 91.35% from 104); Max value from RGB is 95 - color contains mainly: blue. Hex color #01085F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01085F is #FEF7A0. Grayscale: #0F0F0F. Windows color (decimal): -16709537 or 6227969. OLE color: 6227969.

HSL color Cylindrical-coordinate representation of color #01085F: hue angle of 235.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01085F is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB1895-
CMYK0.990.9200.63
HSL235.53º97.92%18.82%-
HSV(B)235.53º98.95%37.25%-
XYZ2.161.0110.91-
YUV15.82172.68117.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 95 (37.5% from 255) = 91.35%
R=0.96%
G=7.69%
B=91.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal18950.990.9200.63235.5397.9218.82
Hex185F635C03Fec6213
Octal11013714313407735414223
Binary11000101111111000111011100011111111101100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01085F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01085F; }

 p { color: rgb(1,8,95); }

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

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

 a { background-color: rgb(1,8,95); }

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

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

 span { border-color: rgb(1,8,95); }

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