#100448

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

Shades of Paua #100448

Tints of Paua #100448

Color information

#100448 (or 0x100448) is unknown color: approx Paua. HEX triplet: 10, 04 and 48. RGB value is (16,4,72). Sum of RGB (Red+Green+Blue) = 16+4+72=92 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.39% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 72 (28.52% from 255 or 78.26% from 92); Max value from RGB is 72 - color contains mainly: blue. Hex color #100448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100448 is #EFFBB7. Grayscale: #0F0F0F. Windows color (decimal): -15727544 or 4719632. OLE color: 4719632.

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

Color convert

RGB16472-
CMYK0.780.9400.72
HSL250.59º89.47%14.9%-
HSV(B)250.59º94.44%28.24%-
XYZ1.430.666.18-
YUV15.34159.98128.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.39%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 72 (28.52% from 255) = 78.26%
R=17.39%
G=4.35%
B=78.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal164720.780.9400.72250.5989.4714.9
Hex104484E5E048fb59f
Octal204110116136011037313117
Binary10000100100100010011101011110010010001111101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100448; }

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

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

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

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

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

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

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

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