#150451

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

Shades of Paua #150451

Tints of Paua #150451

Color information

#150451 (or 0x150451) is unknown color: approx Paua. HEX triplet: 15, 04 and 51. RGB value is (21,4,81). Sum of RGB (Red+Green+Blue) = 21+4+81=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 81 (32.03% from 255 or 76.42% from 106); Max value from RGB is 81 - color contains mainly: blue. Hex color #150451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150451 is #EAFBAE. Grayscale: #111111. Windows color (decimal): -15399855 or 5309461. OLE color: 5309461.

HSL color Cylindrical-coordinate representation of color #150451: hue angle of 253.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150451 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB21481-
CMYK0.740.9500.68
HSL253.25º90.59%16.67%-
HSV(B)253.25º95.06%31.76%-
XYZ1.840.847.85-
YUV17.86163.63130.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.81%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 81 (32.03% from 255) = 76.42%
R=19.81%
G=3.77%
B=76.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal214810.740.9500.68253.2590.5916.67
Hex154514A5F044fd5b11
Octal254121112137010437513321
Binary101011001010001100101010111110100010011111101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150451; }

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

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

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

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

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

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

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

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