#01096F

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

Shades of Navy #01096F

Tints of Navy #01096F

Color information

#01096F (or 0x01096F) is unknown color: approx Navy. HEX triplet: 01, 09 and 6F. RGB value is (1,9,111). Sum of RGB (Red+Green+Blue) = 1+9+111=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 111 (43.75% from 255 or 91.74% from 121); Max value from RGB is 111 - color contains mainly: blue. Hex color #01096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01096F is #FEF690. Grayscale: #111111. Windows color (decimal): -16709265 or 7276801. OLE color: 7276801.

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

Color convert

RGB19111-
CMYK0.990.9200.56
HSL235.64º98.21%21.96%-
HSV(B)235.64º99.1%43.53%-
XYZ2.981.3515.14-
YUV18.24180.35115.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 111 (43.75% from 255) = 91.74%
R=0.83%
G=7.44%
B=91.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal191110.990.9200.56235.6498.2121.96
Hex196F635C038ec6216
Octal11115714313407035414226
Binary11001110111111000111011100011100011101100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,9,111); }

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

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

 a { background-color: rgb(1,9,111); }

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

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

 span { border-color: rgb(1,9,111); }

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