#100941

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

Shades of Paua #100941

Tints of Paua #100941

Color information

#100941 (or 0x100941) is unknown color: approx Paua. HEX triplet: 10, 09 and 41. RGB value is (16,9,65). Sum of RGB (Red+Green+Blue) = 16+9+65=90 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.78% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #100941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100941 is #EFF6BE. Grayscale: #111111. Windows color (decimal): -15726271 or 4262160. OLE color: 4262160.

HSL color Cylindrical-coordinate representation of color #100941: hue angle of 247.5º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #100941 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB16965-
CMYK0.750.8600.75
HSL247.5º75.68%14.51%-
HSV(B)247.5º86.15%25.49%-
XYZ1.270.695.07-
YUV17.48154.82126.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.78%
GREEN value IS 9 (3.91% from 255) = 10%
BLUE value IS 65 (25.78% from 255) = 72.22%
R=17.78%
G=10%
B=72.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal169650.750.8600.75247.575.6814.51
Hex109414B5604Bf84cf
Octal2011101113126011337011417
Binary100001001100000110010111010110010010111111100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100941; }

 p { color: rgb(16,9,65); }

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

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

 a { background-color: rgb(16,9,65); }

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

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

 span { border-color: rgb(16,9,65); }

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