#110A48

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

Shades of Paua #110A48

Tints of Paua #110A48

Color information

#110A48 (or 0x110A48) is unknown color: approx Paua. HEX triplet: 11, 0A and 48. RGB value is (17,10,72). Sum of RGB (Red+Green+Blue) = 17+10+72=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #110A48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A48 is #EEF5B7. Grayscale: #121212. Windows color (decimal): -15660472 or 4721169. OLE color: 4721169.

HSL color Cylindrical-coordinate representation of color #110A48: hue angle of 246.77º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110A48 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB171072-
CMYK0.760.8600.72
HSL246.77º75.61%16.08%-
HSV(B)246.77º86.11%28.24%-
XYZ1.510.86.21-
YUV19.16157.82126.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 10 (4.30% from 255) = 10.10%
BLUE value IS 72 (28.52% from 255) = 72.73%
R=17.17%
G=10.10%
B=72.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1710720.760.8600.72246.7775.6116.08
Hex11A484C56048f74c10
Octal2112110114126011036711420
Binary1000110101001000100110010101100100100011110111100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,10,72); }

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

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

 a { background-color: rgb(17,10,72); }

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

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

 span { border-color: rgb(17,10,72); }

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