#110A4C

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

Shades of Paua #110A4C

Tints of Paua #110A4C

Color information

#110A4C (or 0x110A4C) is unknown color: approx Paua. HEX triplet: 11, 0A and 4C. RGB value is (17,10,76). Sum of RGB (Red+Green+Blue) = 17+10+76=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 76 (30.08% from 255 or 73.79% from 103); Max value from RGB is 76 - color contains mainly: blue. Hex color #110A4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A4C is #EEF5B3. Grayscale: #131313. Windows color (decimal): -15660468 or 4983313. OLE color: 4983313.

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

Color convert

RGB171076-
CMYK0.780.8700.70
HSL246.36º76.74%16.86%-
HSV(B)246.36º86.84%29.8%-
XYZ1.640.866.92-
YUV19.62159.82126.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.50%
GREEN value IS 10 (4.30% from 255) = 9.71%
BLUE value IS 76 (30.08% from 255) = 73.79%
R=16.50%
G=9.71%
B=73.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1710760.780.8700.70246.3676.7416.86
Hex11A4C4E57046f64d11
Octal2112114116127010636611521
Binary1000110101001100100111010101110100011011110110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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