#100548

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

Shades of Paua #100548

Tints of Paua #100548

Color information

#100548 (or 0x100548) is unknown color: approx Paua. HEX triplet: 10, 05 and 48. RGB value is (16,5,72). Sum of RGB (Red+Green+Blue) = 16+5+72=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #100548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100548 is #EFFAB7. Grayscale: #0F0F0F. Windows color (decimal): -15727288 or 4719888. OLE color: 4719888.

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

Color convert

RGB16572-
CMYK0.780.9300.72
HSL249.85º87.01%15.1%-
HSV(B)249.85º93.06%28.24%-
XYZ1.440.696.19-
YUV15.93159.64128.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 5 (2.34% from 255) = 5.38%
BLUE value IS 72 (28.52% from 255) = 77.42%
R=17.20%
G=5.38%
B=77.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal165720.780.9300.72249.8587.0115.1
Hex105484E5D048fa57f
Octal205110116135011037212717
Binary10000101100100010011101011101010010001111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100548; }

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

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

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

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

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

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

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

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