#01096E

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

Shades of Navy #01096E

Tints of Navy #01096E

Color information

#01096E (or 0x01096E) is unknown color: approx Navy. HEX triplet: 01, 09 and 6E. RGB value is (1,9,110). Sum of RGB (Red+Green+Blue) = 1+9+110=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 110 (43.36% from 255 or 91.67% from 120); Max value from RGB is 110 - color contains mainly: blue. Hex color #01096E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01096E is #FEF691. Grayscale: #111111. Windows color (decimal): -16709266 or 7211265. OLE color: 7211265.

HSL color Cylindrical-coordinate representation of color #01096E: hue angle of 235.6º 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 #01096E is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB19110-
CMYK0.990.9200.57
HSL235.6º98.2%21.76%-
HSV(B)235.6º99.09%43.14%-
XYZ2.921.3314.85-
YUV18.12179.85115.79-

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.5%
BLUE value IS 110 (43.36% from 255) = 91.67%
R=0.83%
G=7.5%
B=91.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal191100.990.9200.57235.698.221.76
Hex196E635C039ec6216
Octal11115614313407135414226
Binary11001110111011000111011100011100111101100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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