Shades of Black Pearl #06192B
Tints of Black Pearl #06192B
RGB
CMYK
RGB Variations
Color information
#06192B (or 0x06192B) is known color: Black Pearl. HEX triplet: 06, 19 and 2B. RGB value is (6,25,43). Sum of RGB (Red+Green+Blue) = 6+25+43=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #06192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06192B is #F9E6D4. Grayscale: #151515. Windows color (decimal): -16377557 or 2824454. OLE color: 2824454.
HSL color Cylindrical-coordinate representation of color #06192B: hue angle of 209.19º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06192B is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 25 | 43 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.83 |
| HSL | 209.19º | 0.76% | 0.1% | - |
| HSV(B) | 209.19º | 0.86% | 0.17% | - |
| XYZ | 0.86 | 0.91 | 2.42 | - |
| YUV | 21.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 43 | 0.86 | 0.42 | 0 | 0.83 | 209.19 | 0.76 | 0.1 |
| Hex | 6 | 19 | 2B | 56 | 2A | 0 | 53 | D1 | 4C | A |
| Octal | 6 | 31 | 53 | 126 | 52 | 0 | 123 | 321 | 114 | 12 |
| Binary | 110 | 11001 | 101011 | 1010110 | 101010 | 0 | 1010011 | 11010001 | 1001100 | 1010 |
Color Harmonies of #06192B
Complementary color
Monochromatic Colors of #06192B
Black with #06192B
Text Example
Text Example
White with #06192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06192B; }
p { color: rgb(6,25,43); }
H1.HeaderClassName
{
color: #06192B;
}
.AnyTagClassName
{
color: #06192B;
}
</style>
background-color css
<style>
a { background-color: #06192B; }
a { background-color: rgb(6,25,43); }
div.DivClassName
{
background-color: #06192B;
}
.BgClassName
{
background-color: #06192B;
}
</style>
border-color css
<style>
span { border-color: #06192B; }
span { border-color: rgb(6,25,43); }
td.TdClassName
{
border-color: #06192B;
}
.TagClassName
{
border-color: #06192B;
}
</style>