#150B48

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

Shades of Paua #150B48

Tints of Paua #150B48

Color information

#150B48 (or 0x150B48) is unknown color: approx Paua. HEX triplet: 15, 0B and 48. RGB value is (21,11,72). Sum of RGB (Red+Green+Blue) = 21+11+72=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #150B48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B48 is #EAF4B7. Grayscale: #141414. Windows color (decimal): -15398072 or 4721429. OLE color: 4721429.

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

Color convert

RGB211172-
CMYK0.710.8500.72
HSL249.84º73.49%16.27%-
HSV(B)249.84º84.72%28.24%-
XYZ1.60.876.21-
YUV20.94156.81128.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 11 (4.69% from 255) = 10.58%
BLUE value IS 72 (28.52% from 255) = 69.23%
R=20.19%
G=10.58%
B=69.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2111720.710.8500.72249.8473.4916.27
Hex15B484755048fa4910
Octal2513110107125011037211120
Binary1010110111001000100011110101010100100011111010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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