#01036D

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

Shades of Navy #01036D

Tints of Navy #01036D

Color information

#01036D (or 0x01036D) is unknown color: approx Navy. HEX triplet: 01, 03 and 6D. RGB value is (1,3,109). Sum of RGB (Red+Green+Blue) = 1+3+109=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 109 (42.97% from 255 or 96.46% from 113); Max value from RGB is 109 - color contains mainly: blue. Hex color #01036D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01036D is #FEFC92. Grayscale: #0E0E0E. Windows color (decimal): -16710803 or 7144193. OLE color: 7144193.

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

Color convert

RGB13109-
CMYK0.990.9700.57
HSL238.89º98.18%21.57%-
HSV(B)238.89º99.08%42.75%-
XYZ2.811.1814.55-
YUV14.49181.34118.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 109 (42.97% from 255) = 96.46%
R=0.88%
G=2.65%
B=96.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal131090.990.9700.57238.8998.1821.57
Hex136D6361039ef6216
Octal1315514314107135714226
Binary111110110111000111100001011100111101111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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