#110472

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

Shades of Navy #110472

Tints of Navy #110472

Color information

#110472 (or 0x110472) is unknown color: approx Navy. HEX triplet: 11, 04 and 72. RGB value is (17,4,114). Sum of RGB (Red+Green+Blue) = 17+4+114=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 114 (44.92% from 255 or 84.44% from 135); Max value from RGB is 114 - color contains mainly: blue. Hex color #110472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110472 is #EEFB8D. Grayscale: #141414. Windows color (decimal): -15661966 or 7472145. OLE color: 7472145.

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

Color convert

RGB174114-
CMYK0.850.9600.55
HSL247.09º93.22%23.14%-
HSV(B)247.09º96.49%44.71%-
XYZ3.311.4216.02-
YUV20.43180.81125.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 114 (44.92% from 255) = 84.44%
R=12.59%
G=2.96%
B=84.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1741140.850.9600.55247.0993.2223.14
Hex114725560037f75d17
Octal21416212514006736713527
Binary10001100111001010101011100000011011111110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110472; }

 p { color: rgb(17,4,114); }

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

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

 a { background-color: rgb(17,4,114); }

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

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

 span { border-color: rgb(17,4,114); }

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