#100940

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

Shades of Paua #100940

Tints of Paua #100940

Color information

#100940 (or 0x100940) is unknown color: approx Paua. HEX triplet: 10, 09 and 40. RGB value is (16,9,64). Sum of RGB (Red+Green+Blue) = 16+9+64=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 64 (25.39% from 255 or 71.91% from 89); Max value from RGB is 64 - color contains mainly: blue. Hex color #100940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100940 is #EFF6BF. Grayscale: #111111. Windows color (decimal): -15726272 or 4196624. OLE color: 4196624.

HSL color Cylindrical-coordinate representation of color #100940: hue angle of 247.64º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #100940 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB16964-
CMYK0.750.8600.75
HSL247.64º75.34%14.31%-
HSV(B)247.64º85.94%25.1%-
XYZ1.240.684.92-
YUV17.36154.32127.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.98%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 64 (25.39% from 255) = 71.91%
R=17.98%
G=10.11%
B=71.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal169640.750.8600.75247.6475.3414.31
Hex109404B5604Bf84be
Octal2011100113126011337011316
Binary100001001100000010010111010110010010111111100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100940; }

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

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

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

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

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

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

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

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