#110744

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

Shades of Paua #110744

Tints of Paua #110744

Color information

#110744 (or 0x110744) is unknown color: approx Paua. HEX triplet: 11, 07 and 44. RGB value is (17,7,68). Sum of RGB (Red+Green+Blue) = 17+7+68=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 68 (26.95% from 255 or 73.91% from 92); Max value from RGB is 68 - color contains mainly: blue. Hex color #110744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110744 is #EEF8BB. Grayscale: #101010. Windows color (decimal): -15661244 or 4458257. OLE color: 4458257.

HSL color Cylindrical-coordinate representation of color #110744: hue angle of 249.84º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110744 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB17768-
CMYK0.750.9000.73
HSL249.84º81.33%14.71%-
HSV(B)249.84º89.71%26.67%-
XYZ1.350.695.53-
YUV16.94156.81128.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.48%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 68 (26.95% from 255) = 73.91%
R=18.48%
G=7.61%
B=73.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal177680.750.9000.73249.8481.3314.71
Hex117444B5A049fa51f
Octal217104113132011137212117
Binary10001111100010010010111011010010010011111101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110744; }

 p { color: rgb(17,7,68); }

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

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

 a { background-color: rgb(17,7,68); }

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

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

 span { border-color: rgb(17,7,68); }

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