#110C4C

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

Shades of Paua #110C4C

Tints of Paua #110C4C

Color information

#110C4C (or 0x110C4C) is unknown color: approx Paua. HEX triplet: 11, 0C and 4C. RGB value is (17,12,76). Sum of RGB (Red+Green+Blue) = 17+12+76=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 76 (30.08% from 255 or 72.38% from 105); Max value from RGB is 76 - color contains mainly: blue. Hex color #110C4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C4C is #EEF3B3. Grayscale: #141414. Windows color (decimal): -15659956 or 4983825. OLE color: 4983825.

HSL color Cylindrical-coordinate representation of color #110C4C: hue angle of 244.69º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #110C4C is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB171276-
CMYK0.780.8400.70
HSL244.69º72.73%17.25%-
HSV(B)244.69º84.21%29.8%-
XYZ1.670.96.92-
YUV20.79159.16125.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.19%
GREEN value IS 12 (5.08% from 255) = 11.43%
BLUE value IS 76 (30.08% from 255) = 72.38%
R=16.19%
G=11.43%
B=72.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1712760.780.8400.70244.6972.7317.25
Hex11C4C4E54046f54911
Octal2114114116124010636511121
Binary1000111001001100100111010101000100011011110101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,12,76); }

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

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

 a { background-color: rgb(17,12,76); }

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

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

 span { border-color: rgb(17,12,76); }

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