#01096A

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

Shades of Navy #01096A

Tints of Navy #01096A

Color information

#01096A (or 0x01096A) is unknown color: approx Navy. HEX triplet: 01, 09 and 6A. RGB value is (1,9,106). Sum of RGB (Red+Green+Blue) = 1+9+106=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 106 (41.80% from 255 or 91.38% from 116); Max value from RGB is 106 - color contains mainly: blue. Hex color #01096A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01096A is #FEF695. Grayscale: #111111. Windows color (decimal): -16709270 or 6949121. OLE color: 6949121.

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

Color convert

RGB19106-
CMYK0.990.9200.58
HSL235.43º98.13%20.98%-
HSV(B)235.43º99.06%41.57%-
XYZ2.711.2413.73-
YUV17.67177.85116.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 106 (41.80% from 255) = 91.38%
R=0.86%
G=7.76%
B=91.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal191060.990.9200.58235.4398.1320.98
Hex196A635C03Aeb6215
Octal11115214313407235314225
Binary11001110101011000111011100011101011101011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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