#150450

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

Shades of Paua #150450

Tints of Paua #150450

Color information

#150450 (or 0x150450) is unknown color: approx Paua. HEX triplet: 15, 04 and 50. RGB value is (21,4,80). Sum of RGB (Red+Green+Blue) = 21+4+80=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 80 (31.64% from 255 or 76.19% from 105); Max value from RGB is 80 - color contains mainly: blue. Hex color #150450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150450 is #EAFBAF. Grayscale: #111111. Windows color (decimal): -15399856 or 5243925. OLE color: 5243925.

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

Color convert

RGB21480-
CMYK0.740.9500.69
HSL253.42º90.48%16.47%-
HSV(B)253.42º95%31.37%-
XYZ1.80.837.65-
YUV17.75163.13130.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20%
GREEN value IS 4 (1.95% from 255) = 3.81%
BLUE value IS 80 (31.64% from 255) = 76.19%
R=20%
G=3.81%
B=76.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal214800.740.9500.69253.4290.4816.47
Hex154504A5F045fd5a10
Octal254120112137010537513220
Binary101011001010000100101010111110100010111111101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150450; }

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

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

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

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

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

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

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

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