Shades of Black Pearl #01192A
Tints of Black Pearl #01192A
RGB
CMYK
RGB Variations
Color information
#01192A (or 0x01192A) is known color: Black Pearl. HEX triplet: 01, 19 and 2A. RGB value is (1,25,42). Sum of RGB (Red+Green+Blue) = 1+25+42=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 42 (16.80% from 255 or 61.76% from 68); Max value from RGB is 42 - color contains mainly: blue. Hex color #01192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01192A is #FEE6D5. Grayscale: #131313. Windows color (decimal): -16705238 or 2758913. OLE color: 2758913.
HSL color Cylindrical-coordinate representation of color #01192A: hue angle of 204.88º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01192A is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 25 | 42 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.84 |
| HSL | 204.88º | 0.95% | 0.08% | - |
| HSV(B) | 204.88º | 0.98% | 0.16% | - |
| XYZ | 0.78 | 0.87 | 2.32 | - |
| YUV | 19.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 42 | 0.98 | 0.40 | 0 | 0.84 | 204.88 | 0.95 | 0.08 |
| Hex | 1 | 19 | 2A | 62 | 28 | 0 | 54 | CD | 5F | 8 |
| Octal | 1 | 31 | 52 | 142 | 50 | 0 | 124 | 315 | 137 | 10 |
| Binary | 1 | 11001 | 101010 | 1100010 | 101000 | 0 | 1010100 | 11001101 | 1011111 | 1000 |
Color Harmonies of #01192A
Complementary color
Monochromatic Colors of #01192A
Black with #01192A
Text Example
Text Example
White with #01192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01192A; }
p { color: rgb(1,25,42); }
H1.HeaderClassName
{
color: #01192A;
}
.AnyTagClassName
{
color: #01192A;
}
</style>
background-color css
<style>
a { background-color: #01192A; }
a { background-color: rgb(1,25,42); }
div.DivClassName
{
background-color: #01192A;
}
.BgClassName
{
background-color: #01192A;
}
</style>
border-color css
<style>
span { border-color: #01192A; }
span { border-color: rgb(1,25,42); }
td.TdClassName
{
border-color: #01192A;
}
.TagClassName
{
border-color: #01192A;
}
</style>