#110448

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

Shades of Paua #110448

Tints of Paua #110448

Color information

#110448 (or 0x110448) is unknown color: approx Paua. HEX triplet: 11, 04 and 48. RGB value is (17,4,72). Sum of RGB (Red+Green+Blue) = 17+4+72=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #110448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110448 is #EEFBB7. Grayscale: #0F0F0F. Windows color (decimal): -15662008 or 4719633. OLE color: 4719633.

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

Color convert

RGB17472-
CMYK0.760.9400.72
HSL251.47º89.47%14.9%-
HSV(B)251.47º94.44%28.24%-
XYZ1.440.676.18-
YUV15.64159.81128.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 72 (28.52% from 255) = 77.42%
R=18.28%
G=4.30%
B=77.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal174720.760.9400.72251.4789.4714.9
Hex114484C5E048fb59f
Octal214110114136011037313117
Binary10001100100100010011001011110010010001111101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110448; }

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

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

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

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

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

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

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

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