#150C4A

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

Shades of Paua #150C4A

Tints of Paua #150C4A

Color information

#150C4A (or 0x150C4A) is unknown color: approx Paua. HEX triplet: 15, 0C and 4A. RGB value is (21,12,74). Sum of RGB (Red+Green+Blue) = 21+12+74=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 74 (29.30% from 255 or 69.16% from 107); Max value from RGB is 74 - color contains mainly: blue. Hex color #150C4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C4A is #EAF3B5. Grayscale: #151515. Windows color (decimal): -15397814 or 4852757. OLE color: 4852757.

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

Color convert

RGB211274-
CMYK0.720.8400.71
HSL248.71º72.09%16.86%-
HSV(B)248.71º83.78%29.02%-
XYZ1.680.926.57-
YUV21.76157.48127.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.63%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 74 (29.30% from 255) = 69.16%
R=19.63%
G=11.21%
B=69.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2112740.720.8400.71248.7172.0916.86
Hex15C4A4854047f94811
Octal2514112110124010737111021
Binary1010111001001010100100010101000100011111111001100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,12,74); }

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

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

 a { background-color: rgb(21,12,74); }

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

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

 span { border-color: rgb(21,12,74); }

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