Shades of Black Pearl #05192F
Tints of Black Pearl #05192F
RGB
CMYK
RGB Variations
Color information
#05192F (or 0x05192F) is known color: Black Pearl. HEX triplet: 05, 19 and 2F. RGB value is (5,25,47). Sum of RGB (Red+Green+Blue) = 5+25+47=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #05192F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05192F is #FAE6D0. Grayscale: #151515. Windows color (decimal): -16443089 or 3086597. OLE color: 3086597.
HSL color Cylindrical-coordinate representation of color #05192F: hue angle of 211.43º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05192F is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 25 | 47 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.82 |
| HSL | 211.43º | 0.81% | 0.1% | - |
| HSV(B) | 211.43º | 0.89% | 0.18% | - |
| XYZ | 0.92 | 0.93 | 2.82 | - |
| YUV | 21.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 47 | 0.89 | 0.47 | 0 | 0.82 | 211.43 | 0.81 | 0.1 |
| Hex | 5 | 19 | 2F | 59 | 2F | 0 | 52 | D3 | 51 | A |
| Octal | 5 | 31 | 57 | 131 | 57 | 0 | 122 | 323 | 121 | 12 |
| Binary | 101 | 11001 | 101111 | 1011001 | 101111 | 0 | 1010010 | 11010011 | 1010001 | 1010 |
Color Harmonies of #05192F
Complementary color
Monochromatic Colors of #05192F
Black with #05192F
Text Example
Text Example
White with #05192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05192F; }
p { color: rgb(5,25,47); }
H1.HeaderClassName
{
color: #05192F;
}
.AnyTagClassName
{
color: #05192F;
}
</style>
background-color css
<style>
a { background-color: #05192F; }
a { background-color: rgb(5,25,47); }
div.DivClassName
{
background-color: #05192F;
}
.BgClassName
{
background-color: #05192F;
}
</style>
border-color css
<style>
span { border-color: #05192F; }
span { border-color: rgb(5,25,47); }
td.TdClassName
{
border-color: #05192F;
}
.TagClassName
{
border-color: #05192F;
}
</style>