#100549

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

Shades of Paua #100549

Tints of Paua #100549

Color information

#100549 (or 0x100549) is unknown color: approx Paua. HEX triplet: 10, 05 and 49. RGB value is (16,5,73). Sum of RGB (Red+Green+Blue) = 16+5+73=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 73 (28.91% from 255 or 77.66% from 94); Max value from RGB is 73 - color contains mainly: blue. Hex color #100549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100549 is #EFFAB6. Grayscale: #0F0F0F. Windows color (decimal): -15727287 or 4785424. OLE color: 4785424.

HSL color Cylindrical-coordinate representation of color #100549: hue angle of 249.71º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100549 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB16573-
CMYK0.780.9300.71
HSL249.71º87.18%15.29%-
HSV(B)249.71º93.15%28.63%-
XYZ1.470.76.36-
YUV16.04160.14127.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 73 (28.91% from 255) = 77.66%
R=17.02%
G=5.32%
B=77.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal165730.780.9300.71249.7187.1815.29
Hex105494E5D047fa57f
Octal205111116135010737212717
Binary10000101100100110011101011101010001111111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100549; }

 p { color: rgb(16,5,73); }

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

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

 a { background-color: rgb(16,5,73); }

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

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

 span { border-color: rgb(16,5,73); }

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