#100745

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

Shades of Paua #100745

Tints of Paua #100745

Color information

#100745 (or 0x100745) is unknown color: approx Paua. HEX triplet: 10, 07 and 45. RGB value is (16,7,69). Sum of RGB (Red+Green+Blue) = 16+7+69=92 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.39% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 69 (27.34% from 255 or 75% from 92); Max value from RGB is 69 - color contains mainly: blue. Hex color #100745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100745 is #EFF8BA. Grayscale: #101010. Windows color (decimal): -15726779 or 4523792. OLE color: 4523792.

HSL color Cylindrical-coordinate representation of color #100745: hue angle of 248.71º 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 #100745 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB16769-
CMYK0.770.9000.73
HSL248.71º81.58%14.9%-
HSV(B)248.71º89.86%27.06%-
XYZ1.360.695.69-
YUV16.76157.48127.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.39%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 69 (27.34% from 255) = 75%
R=17.39%
G=7.61%
B=75%

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
Decimal167690.770.9000.73248.7181.5814.9
Hex107454D5A049f952f
Octal207105115132011137112217
Binary10000111100010110011011011010010010011111100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100745; }

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

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

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

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

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

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

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

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