#150E48

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

Shades of Paua #150E48

Tints of Paua #150E48

Color information

#150E48 (or 0x150E48) is unknown color: approx Paua. HEX triplet: 15, 0E and 48. RGB value is (21,14,72). Sum of RGB (Red+Green+Blue) = 21+14+72=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #150E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150E48 is #EAF1B7. Grayscale: #161616. Windows color (decimal): -15397304 or 4722197. OLE color: 4722197.

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

Color convert

RGB211472-
CMYK0.710.8100.72
HSL247.24º67.44%16.86%-
HSV(B)247.24º80.56%28.24%-
XYZ1.640.946.23-
YUV22.7155.82126.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.63%
GREEN value IS 14 (5.86% from 255) = 13.08%
BLUE value IS 72 (28.52% from 255) = 67.29%
R=19.63%
G=13.08%
B=67.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2114720.710.8100.72247.2467.4416.86
Hex15E484751048f74311
Octal2516110107121011036710321
Binary1010111101001000100011110100010100100011110111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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