#110275

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

Shades of Navy #110275

Tints of Navy #110275

Color information

#110275 (or 0x110275) is unknown color: approx Navy. HEX triplet: 11, 02 and 75. RGB value is (17,2,117). Sum of RGB (Red+Green+Blue) = 17+2+117=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #110275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110275 is #EEFD8A. Grayscale: #131313. Windows color (decimal): -15662475 or 7668241. OLE color: 7668241.

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

Color convert

RGB172117-
CMYK0.850.9800.54
HSL247.83º96.64%23.33%-
HSV(B)247.83º98.29%45.88%-
XYZ3.461.4516.93-
YUV19.6182.97126.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 117 (46.09% from 255) = 86.03%
R=12.5%
G=1.47%
B=86.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1721170.850.9800.54247.8396.6423.33
Hex112755562036f86117
Octal21216512514206637014127
Binary1000110111010110101011100010011011011111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110275; }

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

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

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

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

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

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

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

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