#151350

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

Shades of Paua #151350

Tints of Paua #151350

Color information

#151350 (or 0x151350) is unknown color: approx Paua. HEX triplet: 15, 13 and 50. RGB value is (21,19,80). Sum of RGB (Red+Green+Blue) = 21+19+80=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #151350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151350 is #EAECAF. Grayscale: #1A1A1A. Windows color (decimal): -15396016 or 5247765. OLE color: 5247765.

HSL color Cylindrical-coordinate representation of color #151350: hue angle of 241.97º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151350 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB211980-
CMYK0.740.7600.69
HSL241.97º61.62%19.41%-
HSV(B)241.97º76.25%31.37%-
XYZ1.991.27.72-
YUV26.55158.16124.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 80 (31.64% from 255) = 66.67%
R=17.5%
G=15.83%
B=66.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2119800.740.7600.69241.9761.6219.41
Hex1513504A4C045f23e13
Octal252312011211401053627623
Binary1010110011101000010010101001100010001011111001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151350; }

 p { color: rgb(21,19,80); }

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

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

 a { background-color: rgb(21,19,80); }

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

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

 span { border-color: rgb(21,19,80); }

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