#110A4B

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

Shades of Paua #110A4B

Tints of Paua #110A4B

Color information

#110A4B (or 0x110A4B) is unknown color: approx Paua. HEX triplet: 11, 0A and 4B. RGB value is (17,10,75). Sum of RGB (Red+Green+Blue) = 17+10+75=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 75 (29.69% from 255 or 73.53% from 102); Max value from RGB is 75 - color contains mainly: blue. Hex color #110A4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A4B is #EEF5B4. Grayscale: #131313. Windows color (decimal): -15660469 or 4917777. OLE color: 4917777.

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

Color convert

RGB171075-
CMYK0.770.8700.71
HSL246.46º76.47%16.67%-
HSV(B)246.46º86.67%29.41%-
XYZ1.610.846.73-
YUV19.5159.32126.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 10 (4.30% from 255) = 9.80%
BLUE value IS 75 (29.69% from 255) = 73.53%
R=16.67%
G=9.80%
B=73.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1710750.770.8700.71246.4676.4716.67
Hex11A4B4D57047f64c11
Octal2112113115127010736611421
Binary1000110101001011100110110101110100011111110110100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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