#151047

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

Shades of Paua #151047

Tints of Paua #151047

Color information

#151047 (or 0x151047) is unknown color: approx Paua. HEX triplet: 15, 10 and 47. RGB value is (21,16,71). Sum of RGB (Red+Green+Blue) = 21+16+71=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 71 (28.12% from 255 or 65.74% from 108); Max value from RGB is 71 - color contains mainly: blue. Hex color #151047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151047 is #EAEFB8. Grayscale: #171717. Windows color (decimal): -15396793 or 4657173. OLE color: 4657173.

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

Color convert

RGB211671-
CMYK0.700.7700.72
HSL245.45º63.22%17.06%-
HSV(B)245.45º77.46%27.84%-
XYZ1.630.986.07-
YUV23.76154.66126.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 71 (28.12% from 255) = 65.74%
R=19.44%
G=14.81%
B=65.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2116710.700.7700.72245.4563.2217.06
Hex151047464D048f53f11
Octal252010710611501103657721
Binary1010110000100011110001101001101010010001111010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151047; }

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

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

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

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

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

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

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

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