#100648

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

Shades of Paua #100648

Tints of Paua #100648

Color information

#100648 (or 0x100648) is unknown color: approx Paua. HEX triplet: 10, 06 and 48. RGB value is (16,6,72). Sum of RGB (Red+Green+Blue) = 16+6+72=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #100648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100648 is #EFF9B7. Grayscale: #101010. Windows color (decimal): -15727032 or 4720144. OLE color: 4720144.

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

Color convert

RGB16672-
CMYK0.780.9200.72
HSL249.09º84.62%15.29%-
HSV(B)249.09º91.67%28.24%-
XYZ1.450.716.19-
YUV16.51159.31127.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 72 (28.52% from 255) = 76.60%
R=17.02%
G=6.38%
B=76.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal166720.780.9200.72249.0984.6215.29
Hex106484E5C048f955f
Octal206110116134011037112517
Binary10000110100100010011101011100010010001111100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100648; }

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

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

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

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

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

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

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

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