#110E4B

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

Shades of Paua #110E4B

Tints of Paua #110E4B

Color information

#110E4B (or 0x110E4B) is unknown color: approx Paua. HEX triplet: 11, 0E and 4B. RGB value is (17,14,75). Sum of RGB (Red+Green+Blue) = 17+14+75=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 75 (29.69% from 255 or 70.75% from 106); Max value from RGB is 75 - color contains mainly: blue. Hex color #110E4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E4B is #EEF1B4. Grayscale: #151515. Windows color (decimal): -15659445 or 4918801. OLE color: 4918801.

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

Color convert

RGB171475-
CMYK0.770.8100.71
HSL242.95º68.54%17.45%-
HSV(B)242.95º81.33%29.41%-
XYZ1.660.946.75-
YUV21.85157.99124.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 14 (5.86% from 255) = 13.21%
BLUE value IS 75 (29.69% from 255) = 70.75%
R=16.04%
G=13.21%
B=70.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1714750.770.8100.71242.9568.5417.45
Hex11E4B4D51047f34511
Octal2116113115121010736310521
Binary1000111101001011100110110100010100011111110011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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