#151048

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

Shades of Paua #151048

Tints of Paua #151048

Color information

#151048 (or 0x151048) is unknown color: approx Paua. HEX triplet: 15, 10 and 48. RGB value is (21,16,72). Sum of RGB (Red+Green+Blue) = 21+16+72=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #151048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151048 is #EAEFB7. Grayscale: #171717. Windows color (decimal): -15396792 or 4722709. OLE color: 4722709.

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

Color convert

RGB211672-
CMYK0.710.7800.72
HSL245.36º63.64%17.25%-
HSV(B)245.36º77.78%28.24%-
XYZ1.6616.24-
YUV23.88155.16125.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.27%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 72 (28.52% from 255) = 66.06%
R=19.27%
G=14.68%
B=66.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2116720.710.7800.72245.3663.6417.25
Hex151048474E048f54011
Octal2520110107116011036510021
Binary10101100001001000100011110011100100100011110101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151048; }

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

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

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

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

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

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

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

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