#151245

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

Shades of Paua #151245

Tints of Paua #151245

Color information

#151245 (or 0x151245) is unknown color: approx Paua. HEX triplet: 15, 12 and 45. RGB value is (21,18,69). Sum of RGB (Red+Green+Blue) = 21+18+69=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 69 (27.34% from 255 or 63.89% from 108); Max value from RGB is 69 - color contains mainly: blue. Hex color #151245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151245 is #EAEDBA. Grayscale: #181818. Windows color (decimal): -15396283 or 4526613. OLE color: 4526613.

HSL color Cylindrical-coordinate representation of color #151245: hue angle of 243.53º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151245 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB211869-
CMYK0.700.7400.73
HSL243.53º58.62%17.06%-
HSV(B)243.53º73.91%27.06%-
XYZ1.61.025.74-
YUV24.71152.99125.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 69 (27.34% from 255) = 63.89%
R=19.44%
G=16.67%
B=63.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2118690.700.7400.73243.5358.6217.06
Hex151245464A049f43b11
Octal252210510611201113647321
Binary1010110010100010110001101001010010010011111010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151245; }

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

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

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

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

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

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

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

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