#100948

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

Shades of Paua #100948

Tints of Paua #100948

Color information

#100948 (or 0x100948) is unknown color: approx Paua. HEX triplet: 10, 09 and 48. RGB value is (16,9,72). Sum of RGB (Red+Green+Blue) = 16+9+72=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #100948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100948 is #EFF6B7. Grayscale: #121212. Windows color (decimal): -15726264 or 4720912. OLE color: 4720912.

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

Color convert

RGB16972-
CMYK0.780.8800.72
HSL246.67º77.78%15.88%-
HSV(B)246.67º87.5%28.24%-
XYZ1.480.776.2-
YUV18.27158.32126.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.49%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 72 (28.52% from 255) = 74.23%
R=16.49%
G=9.28%
B=74.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal169720.780.8800.72246.6777.7815.88
Hex109484E58048f74e10
Octal2011110116130011036711620
Binary1000010011001000100111010110000100100011110111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100948; }

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

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

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

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

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

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

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

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