Shades of Black Pearl #01192C
Tints of Black Pearl #01192C
RGB
CMYK
RGB Variations
Color information
#01192C (or 0x01192C) is known color: Black Pearl. HEX triplet: 01, 19 and 2C. RGB value is (1,25,44). Sum of RGB (Red+Green+Blue) = 1+25+44=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 44 (17.58% from 255 or 62.86% from 70); Max value from RGB is 44 - color contains mainly: blue. Hex color #01192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01192C is #FEE6D3. Grayscale: #131313. Windows color (decimal): -16705236 or 2889985. OLE color: 2889985.
HSL color Cylindrical-coordinate representation of color #01192C: hue angle of 206.51º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01192C is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 25 | 44 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.83 |
| HSL | 206.51º | 0.96% | 0.09% | - |
| HSV(B) | 206.51º | 0.98% | 0.17% | - |
| XYZ | 0.81 | 0.88 | 2.51 | - |
| YUV | 19.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 44 | 0.98 | 0.43 | 0 | 0.83 | 206.51 | 0.96 | 0.09 |
| Hex | 1 | 19 | 2C | 62 | 2B | 0 | 53 | CF | 60 | 9 |
| Octal | 1 | 31 | 54 | 142 | 53 | 0 | 123 | 317 | 140 | 11 |
| Binary | 1 | 11001 | 101100 | 1100010 | 101011 | 0 | 1010011 | 11001111 | 1100000 | 1001 |
Color Harmonies of #01192C
Complementary color
Monochromatic Colors of #01192C
Black with #01192C
Text Example
Text Example
White with #01192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01192C; }
p { color: rgb(1,25,44); }
H1.HeaderClassName
{
color: #01192C;
}
.AnyTagClassName
{
color: #01192C;
}
</style>
background-color css
<style>
a { background-color: #01192C; }
a { background-color: rgb(1,25,44); }
div.DivClassName
{
background-color: #01192C;
}
.BgClassName
{
background-color: #01192C;
}
</style>
border-color css
<style>
span { border-color: #01192C; }
span { border-color: rgb(1,25,44); }
td.TdClassName
{
border-color: #01192C;
}
.TagClassName
{
border-color: #01192C;
}
</style>