#110F46

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

Shades of Paua #110F46

Tints of Paua #110F46

Color information

#110F46 (or 0x110F46) is unknown color: approx Paua. HEX triplet: 11, 0F and 46. RGB value is (17,15,70). Sum of RGB (Red+Green+Blue) = 17+15+70=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #110F46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F46 is #EEF0B9. Grayscale: #151515. Windows color (decimal): -15659194 or 4591377. OLE color: 4591377.

HSL color Cylindrical-coordinate representation of color #110F46: hue angle of 242.18º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #110F46 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB171570-
CMYK0.760.7900.73
HSL242.18º64.71%16.67%-
HSV(B)242.18º78.57%27.45%-
XYZ1.510.95.89-
YUV21.87155.16124.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 15 (6.25% from 255) = 14.71%
BLUE value IS 70 (27.73% from 255) = 68.63%
R=16.67%
G=14.71%
B=68.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1715700.760.7900.73242.1864.7116.67
Hex11F464C4F049f24111
Octal2117106114117011136210121
Binary1000111111000110100110010011110100100111110010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110F46; }

 p { color: rgb(17,15,70); }

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

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

 a { background-color: rgb(17,15,70); }

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

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

 span { border-color: rgb(17,15,70); }

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