#151250

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

Shades of Paua #151250

Tints of Paua #151250

Color information

#151250 (or 0x151250) is unknown color: approx Paua. HEX triplet: 15, 12 and 50. RGB value is (21,18,80). Sum of RGB (Red+Green+Blue) = 21+18+80=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #151250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151250 is #EAEDAF. Grayscale: #191919. Windows color (decimal): -15396272 or 5247509. OLE color: 5247509.

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

Color convert

RGB211880-
CMYK0.740.7800.69
HSL242.9º63.27%19.22%-
HSV(B)242.9º77.5%31.37%-
XYZ1.971.177.71-
YUV25.96158.49124.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 80 (31.64% from 255) = 67.23%
R=17.65%
G=15.13%
B=67.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2118800.740.7800.69242.963.2719.22
Hex1512504A4E045f33f13
Octal252212011211601053637723
Binary1010110010101000010010101001110010001011111001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151250; }

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

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

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

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

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

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

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

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