#110273

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

Shades of Navy #110273

Tints of Navy #110273

Color information

#110273 (or 0x110273) is unknown color: approx Navy. HEX triplet: 11, 02 and 73. RGB value is (17,2,115). Sum of RGB (Red+Green+Blue) = 17+2+115=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 115 (45.31% from 255 or 85.82% from 134); Max value from RGB is 115 - color contains mainly: blue. Hex color #110273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110273 is #EEFD8C. Grayscale: #121212. Windows color (decimal): -15662477 or 7537169. OLE color: 7537169.

HSL color Cylindrical-coordinate representation of color #110273: hue angle of 247.96º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110273 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB172115-
CMYK0.850.9800.55
HSL247.96º96.58%22.94%-
HSV(B)247.96º98.26%45.1%-
XYZ3.351.416.31-
YUV19.37181.97126.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 115 (45.31% from 255) = 85.82%
R=12.69%
G=1.49%
B=85.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1721150.850.9800.55247.9696.5822.94
Hex112735562037f86117
Octal21216312514206737014127
Binary1000110111001110101011100010011011111111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110273; }

 p { color: rgb(17,2,115); }

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

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

 a { background-color: rgb(17,2,115); }

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

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

 span { border-color: rgb(17,2,115); }

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