#151242

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

Shades of Paua #151242

Tints of Paua #151242

Color information

#151242 (or 0x151242) is unknown color: approx Paua. HEX triplet: 15, 12 and 42. RGB value is (21,18,66). Sum of RGB (Red+Green+Blue) = 21+18+66=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 66 (26.17% from 255 or 62.86% from 105); Max value from RGB is 66 - color contains mainly: blue. Hex color #151242 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151242 is #EAEDBD. Grayscale: #181818. Windows color (decimal): -15396286 or 4330005. OLE color: 4330005.

HSL color Cylindrical-coordinate representation of color #151242: hue angle of 243.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #151242 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB211866-
CMYK0.680.7300.74
HSL243.75º57.14%16.47%-
HSV(B)243.75º72.73%25.88%-
XYZ1.510.995.26-
YUV24.37151.49125.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 66 (26.17% from 255) = 62.86%
R=20%
G=17.14%
B=62.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2118660.680.7300.74243.7557.1416.47
Hex151242444904Af43910
Octal252210210411101123647120
Binary1010110010100001010001001001001010010101111010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151242; }

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

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

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

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

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

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

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

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