#100746

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

Shades of Paua #100746

Tints of Paua #100746

Color information

#100746 (or 0x100746) is unknown color: approx Paua. HEX triplet: 10, 07 and 46. RGB value is (16,7,70). Sum of RGB (Red+Green+Blue) = 16+7+70=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 70 (27.73% from 255 or 75.27% from 93); Max value from RGB is 70 - color contains mainly: blue. Hex color #100746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100746 is #EFF8B9. Grayscale: #101010. Windows color (decimal): -15726778 or 4589328. OLE color: 4589328.

HSL color Cylindrical-coordinate representation of color #100746: hue angle of 248.57º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #100746 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB16770-
CMYK0.770.9000.73
HSL248.57º81.82%15.1%-
HSV(B)248.57º90%27.45%-
XYZ1.40.75.86-
YUV16.87157.98127.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 7 (3.12% from 255) = 7.53%
BLUE value IS 70 (27.73% from 255) = 75.27%
R=17.20%
G=7.53%
B=75.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal167700.770.9000.73248.5781.8215.1
Hex107464D5A049f952f
Octal207106115132011137112217
Binary10000111100011010011011011010010010011111100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100746; }

 p { color: rgb(16,7,70); }

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

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

 a { background-color: rgb(16,7,70); }

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

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

 span { border-color: rgb(16,7,70); }

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