#100947

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

Shades of Paua #100947

Tints of Paua #100947

Color information

#100947 (or 0x100947) is unknown color: approx Paua. HEX triplet: 10, 09 and 47. RGB value is (16,9,71). Sum of RGB (Red+Green+Blue) = 16+9+71=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 71 (28.12% from 255 or 73.96% from 96); Max value from RGB is 71 - color contains mainly: blue. Hex color #100947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100947 is #EFF6B8. Grayscale: #111111. Windows color (decimal): -15726265 or 4655376. OLE color: 4655376.

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

Color convert

RGB16971-
CMYK0.770.8700.72
HSL246.77º77.5%15.69%-
HSV(B)246.77º87.32%27.84%-
XYZ1.450.766.03-
YUV18.16157.82126.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.67%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 71 (28.12% from 255) = 73.96%
R=16.67%
G=9.38%
B=73.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal169710.770.8700.72246.7777.515.69
Hex109474D57048f74e10
Octal2011107115127011036711620
Binary1000010011000111100110110101110100100011110111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100947; }

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

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

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

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

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

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

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

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