#150B49

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

Shades of Paua #150B49

Tints of Paua #150B49

Color information

#150B49 (or 0x150B49) is unknown color: approx Paua. HEX triplet: 15, 0B and 49. RGB value is (21,11,73). Sum of RGB (Red+Green+Blue) = 21+11+73=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #150B49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B49 is #EAF4B6. Grayscale: #141414. Windows color (decimal): -15398071 or 4786965. OLE color: 4786965.

HSL color Cylindrical-coordinate representation of color #150B49: hue angle of 249.68º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #150B49 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB211173-
CMYK0.710.8500.71
HSL249.68º73.81%16.47%-
HSV(B)249.68º84.93%28.63%-
XYZ1.630.886.39-
YUV21.06157.31127.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20%
GREEN value IS 11 (4.69% from 255) = 10.48%
BLUE value IS 73 (28.91% from 255) = 69.52%
R=20%
G=10.48%
B=69.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2111730.710.8500.71249.6873.8116.47
Hex15B494755047fa4a10
Octal2513111107125010737211220
Binary1010110111001001100011110101010100011111111010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150B49; }

 p { color: rgb(21,11,73); }

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

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

 a { background-color: rgb(21,11,73); }

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

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

 span { border-color: rgb(21,11,73); }

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