#150D4C

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

Shades of Paua #150D4C

Tints of Paua #150D4C

Color information

#150D4C (or 0x150D4C) is unknown color: approx Paua. HEX triplet: 15, 0D and 4C. RGB value is (21,13,76). Sum of RGB (Red+Green+Blue) = 21+13+76=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 76 (30.08% from 255 or 69.09% from 110); Max value from RGB is 76 - color contains mainly: blue. Hex color #150D4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150D4C is #EAF2B3. Grayscale: #161616. Windows color (decimal): -15397556 or 4984085. OLE color: 4984085.

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

Color convert

RGB211376-
CMYK0.720.8300.70
HSL247.62º70.79%17.45%-
HSV(B)247.62º82.89%29.8%-
XYZ1.760.976.93-
YUV22.57158.15126.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.09%
GREEN value IS 13 (5.47% from 255) = 11.82%
BLUE value IS 76 (30.08% from 255) = 69.09%
R=19.09%
G=11.82%
B=69.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2113760.720.8300.70247.6270.7917.45
Hex15D4C4853046f84711
Octal2515114110123010637010721
Binary1010111011001100100100010100110100011011111000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,13,76); }

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

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

 a { background-color: rgb(21,13,76); }

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

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

 span { border-color: rgb(21,13,76); }

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