Shades of Black Pearl #001A26
Tints of Black Pearl #001A26
RGB
CMYK
RGB Variations
Color information
#001A26 (or 0x001A26) is known color: Black Pearl. HEX triplet: 00, 1A and 26. RGB value is (0,26,38). Sum of RGB (Red+Green+Blue) = 0+26+38=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 26 (10.55% from 255 or 40.62% from 64); Blue value is 38 (15.23% from 255 or 59.38% from 64); Max value from RGB is 38 - color contains mainly: blue. Hex color #001A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A26 is #FFE5D9. Grayscale: #131313. Windows color (decimal): -16770522 or 2497024. OLE color: 2497024.
HSL color Cylindrical-coordinate representation of color #001A26: hue angle of 198.95º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A26 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 26 | 38 | - |
| CMYK | 1 | 0.32 | 0 | 0.85 |
| HSL | 198.95º | 1% | 0.07% | - |
| HSV(B) | 198.95º | 1% | 0.15% | - |
| XYZ | 0.72 | 0.88 | 1.97 | - |
| YUV | 19.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 38 | 1 | 0.32 | 0 | 0.85 | 198.95 | 1 | 0.07 |
| Hex | 0 | 1A | 26 | 64 | 20 | 0 | 55 | C7 | 64 | 7 |
| Octal | 0 | 32 | 46 | 144 | 40 | 0 | 125 | 307 | 144 | 7 |
| Binary | 0 | 11010 | 100110 | 1100100 | 100000 | 0 | 1010101 | 11000111 | 1100100 | 111 |
Color Harmonies of #001A26
Complementary color
Monochromatic Colors of #001A26
Black with #001A26
Text Example
Text Example
White with #001A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A26; }
p { color: rgb(0,26,38); }
H1.HeaderClassName
{
color: #001A26;
}
.AnyTagClassName
{
color: #001A26;
}
</style>
background-color css
<style>
a { background-color: #001A26; }
a { background-color: rgb(0,26,38); }
div.DivClassName
{
background-color: #001A26;
}
.BgClassName
{
background-color: #001A26;
}
</style>
border-color css
<style>
span { border-color: #001A26; }
span { border-color: rgb(0,26,38); }
td.TdClassName
{
border-color: #001A26;
}
.TagClassName
{
border-color: #001A26;
}
</style>