Shades of Black Pearl #05192B
Tints of Black Pearl #05192B
RGB
CMYK
RGB Variations
Color information
#05192B (or 0x05192B) is known color: Black Pearl. HEX triplet: 05, 19 and 2B. RGB value is (5,25,43). Sum of RGB (Red+Green+Blue) = 5+25+43=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 43 (17.19% from 255 or 58.90% from 73); Max value from RGB is 43 - color contains mainly: blue. Hex color #05192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05192B is #FAE6D4. Grayscale: #141414. Windows color (decimal): -16443093 or 2824453. OLE color: 2824453.
HSL color Cylindrical-coordinate representation of color #05192B: hue angle of 208.42º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05192B is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 25 | 43 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.83 |
| HSL | 208.42º | 0.79% | 0.09% | - |
| HSV(B) | 208.42º | 0.88% | 0.17% | - |
| XYZ | 0.85 | 0.9 | 2.41 | - |
| YUV | 21.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 43 | 0.88 | 0.42 | 0 | 0.83 | 208.42 | 0.79 | 0.09 |
| Hex | 5 | 19 | 2B | 58 | 2A | 0 | 53 | D0 | 4F | 9 |
| Octal | 5 | 31 | 53 | 130 | 52 | 0 | 123 | 320 | 117 | 11 |
| Binary | 101 | 11001 | 101011 | 1011000 | 101010 | 0 | 1010011 | 11010000 | 1001111 | 1001 |
Color Harmonies of #05192B
Complementary color
Monochromatic Colors of #05192B
Black with #05192B
Text Example
Text Example
White with #05192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05192B; }
p { color: rgb(5,25,43); }
H1.HeaderClassName
{
color: #05192B;
}
.AnyTagClassName
{
color: #05192B;
}
</style>
background-color css
<style>
a { background-color: #05192B; }
a { background-color: rgb(5,25,43); }
div.DivClassName
{
background-color: #05192B;
}
.BgClassName
{
background-color: #05192B;
}
</style>
border-color css
<style>
span { border-color: #05192B; }
span { border-color: rgb(5,25,43); }
td.TdClassName
{
border-color: #05192B;
}
.TagClassName
{
border-color: #05192B;
}
</style>