#110F45

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

Shades of Paua #110F45

Tints of Paua #110F45

Color information

#110F45 (or 0x110F45) is unknown color: approx Paua. HEX triplet: 11, 0F and 45. RGB value is (17,15,69). Sum of RGB (Red+Green+Blue) = 17+15+69=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 69 (27.34% from 255 or 68.32% from 101); Max value from RGB is 69 - color contains mainly: blue. Hex color #110F45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F45 is #EEF0BA. Grayscale: #151515. Windows color (decimal): -15659195 or 4525841. OLE color: 4525841.

HSL color Cylindrical-coordinate representation of color #110F45: hue angle of 242.22º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #110F45 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB171569-
CMYK0.750.7800.73
HSL242.22º64.29%16.47%-
HSV(B)242.22º78.26%27.06%-
XYZ1.480.895.72-
YUV21.75154.66124.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 15 (6.25% from 255) = 14.85%
BLUE value IS 69 (27.34% from 255) = 68.32%
R=16.83%
G=14.85%
B=68.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1715690.750.7800.73242.2264.2916.47
Hex11F454B4E049f24010
Octal2117105113116011136210020
Binary1000111111000101100101110011100100100111110010100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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