#151248

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

Shades of Paua #151248

Tints of Paua #151248

Color information

#151248 (or 0x151248) is unknown color: approx Paua. HEX triplet: 15, 12 and 48. RGB value is (21,18,72). Sum of RGB (Red+Green+Blue) = 21+18+72=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #151248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151248 is #EAEDB7. Grayscale: #181818. Windows color (decimal): -15396280 or 4723221. OLE color: 4723221.

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

Color convert

RGB211872-
CMYK0.710.7500.72
HSL243.33º60%17.65%-
HSV(B)243.33º75%28.24%-
XYZ1.71.066.25-
YUV25.05154.49125.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 72 (28.52% from 255) = 64.86%
R=18.92%
G=16.22%
B=64.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2118720.710.7500.72243.336017.65
Hex151248474B048f33c12
Octal252211010711301103637422
Binary1010110010100100010001111001011010010001111001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151248; }

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

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

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

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

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

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

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

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