#100843

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

Shades of Paua #100843

Tints of Paua #100843

Color information

#100843 (or 0x100843) is unknown color: approx Paua. HEX triplet: 10, 08 and 43. RGB value is (16,8,67). Sum of RGB (Red+Green+Blue) = 16+8+67=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 67 (26.56% from 255 or 73.63% from 91); Max value from RGB is 67 - color contains mainly: blue. Hex color #100843 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100843 is #EFF7BC. Grayscale: #101010. Windows color (decimal): -15726525 or 4392976. OLE color: 4392976.

HSL color Cylindrical-coordinate representation of color #100843: hue angle of 248.14º 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 #100843 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB16867-
CMYK0.760.8800.74
HSL248.14º78.67%14.71%-
HSV(B)248.14º88.06%26.27%-
XYZ1.310.695.37-
YUV17.12156.15127.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.58%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 67 (26.56% from 255) = 73.63%
R=17.58%
G=8.79%
B=73.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal168670.760.8800.74248.1478.6714.71
Hex108434C5804Af84ff
Octal2010103114130011237011717
Binary100001000100001110011001011000010010101111100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100843; }

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

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

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

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

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

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

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

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