#110843

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

Shades of Paua #110843

Tints of Paua #110843

Color information

#110843 (or 0x110843) is unknown color: approx Paua. HEX triplet: 11, 08 and 43. RGB value is (17,8,67). Sum of RGB (Red+Green+Blue) = 17+8+67=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 67 (26.56% from 255 or 72.83% from 92); Max value from RGB is 67 - color contains mainly: blue. Hex color #110843 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110843 is #EEF7BC. Grayscale: #111111. Windows color (decimal): -15660989 or 4392977. OLE color: 4392977.

HSL color Cylindrical-coordinate representation of color #110843: hue angle of 249.15º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110843 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB17867-
CMYK0.750.8800.74
HSL249.15º78.67%14.71%-
HSV(B)249.15º88.06%26.27%-
XYZ1.330.75.37-
YUV17.42155.98127.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.48%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 67 (26.56% from 255) = 72.83%
R=18.48%
G=8.70%
B=72.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal178670.750.8800.74249.1578.6714.71
Hex118434B5804Af94ff
Octal2110103113130011237111717
Binary100011000100001110010111011000010010101111100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110843; }

 p { color: rgb(17,8,67); }

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

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

 a { background-color: rgb(17,8,67); }

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

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

 span { border-color: rgb(17,8,67); }

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