#100A47

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

Shades of Paua #100A47

Tints of Paua #100A47

Color information

#100A47 (or 0x100A47) is unknown color: approx Paua. HEX triplet: 10, 0A and 47. RGB value is (16,10,71). Sum of RGB (Red+Green+Blue) = 16+10+71=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 71 (28.12% from 255 or 73.20% from 97); Max value from RGB is 71 - color contains mainly: blue. Hex color #100A47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A47 is #EFF5B8. Grayscale: #121212. Windows color (decimal): -15726009 or 4655632. OLE color: 4655632.

HSL color Cylindrical-coordinate representation of color #100A47: hue angle of 245.9º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #100A47 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB161071-
CMYK0.770.8600.72
HSL245.9º75.31%15.88%-
HSV(B)245.9º85.92%27.84%-
XYZ1.460.786.04-
YUV18.75157.49126.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.49%
GREEN value IS 10 (4.30% from 255) = 10.31%
BLUE value IS 71 (28.12% from 255) = 73.20%
R=16.49%
G=10.31%
B=73.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1610710.770.8600.72245.975.3115.88
Hex10A474D56048f64b10
Octal2012107115126011036611320
Binary1000010101000111100110110101100100100011110110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100A47; }

 p { color: rgb(16,10,71); }

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

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

 a { background-color: rgb(16,10,71); }

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

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

 span { border-color: rgb(16,10,71); }

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