#100F49

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

Shades of Paua #100F49

Tints of Paua #100F49

Color information

#100F49 (or 0x100F49) is unknown color: approx Paua. HEX triplet: 10, 0F and 49. RGB value is (16,15,73). Sum of RGB (Red+Green+Blue) = 16+15+73=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 73 (28.91% from 255 or 70.19% from 104); Max value from RGB is 73 - color contains mainly: blue. Hex color #100F49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F49 is #EFF0B6. Grayscale: #151515. Windows color (decimal): -15724727 or 4787984. OLE color: 4787984.

HSL color Cylindrical-coordinate representation of color #100F49: hue angle of 241.03º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #100F49 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB161573-
CMYK0.780.7900.71
HSL241.03º65.91%17.25%-
HSV(B)241.03º79.45%28.63%-
XYZ1.590.936.4-
YUV21.91156.83123.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.38%
GREEN value IS 15 (6.25% from 255) = 14.42%
BLUE value IS 73 (28.91% from 255) = 70.19%
R=15.38%
G=14.42%
B=70.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1615730.780.7900.71241.0365.9117.25
Hex10F494E4F047f14211
Octal2017111116117010736110221
Binary1000011111001001100111010011110100011111110001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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