Shades of Paua #150D4E
Tints of Paua #150D4E
RGB
CMYK
RGB Variations
Color information
#150D4E (or 0x150D4E) is known color: Paua. HEX triplet: 15, 0D and 4E. RGB value is (21,13,78). Sum of RGB (Red+Green+Blue) = 21+13+78=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 78 (30.86% from 255 or 69.64% from 112); Max value from RGB is 78 - color contains mainly: blue. Hex color #150D4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150D4E is #EAF2B1. Grayscale: #161616. Windows color (decimal): -15397554 or 5115157. OLE color: 5115157.
HSL color Cylindrical-coordinate representation of color #150D4E: hue angle of 247.38º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #150D4E is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 13 | 78 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.69 |
| HSL | 247.38º | 0.71% | 0.18% | - |
| HSV(B) | 247.38º | 0.83% | 0.31% | - |
| XYZ | 1.83 | 1 | 7.3 | - |
| YUV | 22.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 78 | 0.73 | 0.83 | 0 | 0.69 | 247.38 | 0.71 | 0.18 |
| Hex | 15 | D | 4E | 49 | 53 | 0 | 45 | F7 | 47 | 12 |
| Octal | 25 | 15 | 116 | 111 | 123 | 0 | 105 | 367 | 107 | 22 |
| Binary | 10101 | 1101 | 1001110 | 1001001 | 1010011 | 0 | 1000101 | 11110111 | 1000111 | 10010 |
Color Harmonies of #150D4E
Complementary color
Monochromatic Colors of #150D4E
Black with #150D4E
Text Example
Text Example
White with #150D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D4E; }
p { color: rgb(21,13,78); }
H1.HeaderClassName
{
color: #150D4E;
}
.AnyTagClassName
{
color: #150D4E;
}
</style>
background-color css
<style>
a { background-color: #150D4E; }
a { background-color: rgb(21,13,78); }
div.DivClassName
{
background-color: #150D4E;
}
.BgClassName
{
background-color: #150D4E;
}
</style>
border-color css
<style>
span { border-color: #150D4E; }
span { border-color: rgb(21,13,78); }
td.TdClassName
{
border-color: #150D4E;
}
.TagClassName
{
border-color: #150D4E;
}
</style>