Shades of Black Pearl #001A36
Tints of Black Pearl #001A36
RGB
CMYK
RGB Variations
Color information
#001A36 (or 0x001A36) is known color: Black Pearl. HEX triplet: 00, 1A and 36. RGB value is (0,26,54). Sum of RGB (Red+Green+Blue) = 0+26+54=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 54 (21.48% from 255 or 67.5% from 80); Max value from RGB is 54 - color contains mainly: blue. Hex color #001A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A36 is #FFE5C9. Grayscale: #151515. Windows color (decimal): -16770506 or 3545600. OLE color: 3545600.
HSL color Cylindrical-coordinate representation of color #001A36: hue angle of 211.11º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A36 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 26 | 54 | - |
| CMYK | 1 | 0.52 | 0 | 0.79 |
| HSL | 211.11º | 1% | 0.11% | - |
| HSV(B) | 211.11º | 1% | 0.21% | - |
| XYZ | 1.04 | 1.01 | 3.63 | - |
| YUV | 21.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 54 | 1 | 0.52 | 0 | 0.79 | 211.11 | 1 | 0.11 |
| Hex | 0 | 1A | 36 | 64 | 34 | 0 | 4F | D3 | 64 | B |
| Octal | 0 | 32 | 66 | 144 | 64 | 0 | 117 | 323 | 144 | 13 |
| Binary | 0 | 11010 | 110110 | 1100100 | 110100 | 0 | 1001111 | 11010011 | 1100100 | 1011 |
Color Harmonies of #001A36
Complementary color
Monochromatic Colors of #001A36
Black with #001A36
Text Example
Text Example
White with #001A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A36; }
p { color: rgb(0,26,54); }
H1.HeaderClassName
{
color: #001A36;
}
.AnyTagClassName
{
color: #001A36;
}
</style>
background-color css
<style>
a { background-color: #001A36; }
a { background-color: rgb(0,26,54); }
div.DivClassName
{
background-color: #001A36;
}
.BgClassName
{
background-color: #001A36;
}
</style>
border-color css
<style>
span { border-color: #001A36; }
span { border-color: rgb(0,26,54); }
td.TdClassName
{
border-color: #001A36;
}
.TagClassName
{
border-color: #001A36;
}
</style>