#110F4B

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

Shades of Paua #110F4B

Tints of Paua #110F4B

Color information

#110F4B (or 0x110F4B) is unknown color: approx Paua. HEX triplet: 11, 0F and 4B. RGB value is (17,15,75). Sum of RGB (Red+Green+Blue) = 17+15+75=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #110F4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F4B is #EEF0B4. Grayscale: #161616. Windows color (decimal): -15659189 or 4919057. OLE color: 4919057.

HSL color Cylindrical-coordinate representation of color #110F4B: hue angle of 242º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #110F4B is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB171575-
CMYK0.770.8000.71
HSL242º66.67%17.65%-
HSV(B)242º80%29.41%-
XYZ1.670.976.76-
YUV22.44157.66124.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 15 (6.25% from 255) = 14.02%
BLUE value IS 75 (29.69% from 255) = 70.09%
R=15.89%
G=14.02%
B=70.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1715750.770.8000.7124266.6717.65
Hex11F4B4D50047f24312
Octal2117113115120010736210322
Binary1000111111001011100110110100000100011111110010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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