#01086D

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

Shades of Navy #01086D

Tints of Navy #01086D

Color information

#01086D (or 0x01086D) is unknown color: approx Navy. HEX triplet: 01, 08 and 6D. RGB value is (1,8,109). Sum of RGB (Red+Green+Blue) = 1+8+109=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 109 (42.97% from 255 or 92.37% from 118); Max value from RGB is 109 - color contains mainly: blue. Hex color #01086D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01086D is #FEF792. Grayscale: #111111. Windows color (decimal): -16709523 or 7145473. OLE color: 7145473.

HSL color Cylindrical-coordinate representation of color #01086D: hue angle of 236.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01086D is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB18109-
CMYK0.990.9300.57
HSL236.11º98.18%21.57%-
HSV(B)236.11º99.08%42.75%-
XYZ2.861.2814.57-
YUV17.42179.68116.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 109 (42.97% from 255) = 92.37%
R=0.85%
G=6.78%
B=92.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal181090.990.9300.57236.1198.1821.57
Hex186D635D039ec6216
Octal11015514313507135414226
Binary11000110110111000111011101011100111101100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01086D; }

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

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

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

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

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

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

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

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