Shades of Black Pearl #00192B
Tints of Black Pearl #00192B
RGB
CMYK
RGB Variations
Color information
#00192B (or 0x00192B) is known color: Black Pearl. HEX triplet: 00, 19 and 2B. RGB value is (0,25,43). Sum of RGB (Red+Green+Blue) = 0+25+43=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 43 (17.19% from 255 or 63.24% from 68); Max value from RGB is 43 - color contains mainly: blue. Hex color #00192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00192B is #FFE6D4. Grayscale: #131313. Windows color (decimal): -16770773 or 2824448. OLE color: 2824448.
HSL color Cylindrical-coordinate representation of color #00192B: hue angle of 205.12º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00192B is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 25 | 43 | - |
| CMYK | 1 | 0.42 | 0 | 0.83 |
| HSL | 205.12º | 1% | 0.08% | - |
| HSV(B) | 205.12º | 1% | 0.17% | - |
| XYZ | 0.78 | 0.87 | 2.41 | - |
| YUV | 19.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 43 | 1 | 0.42 | 0 | 0.83 | 205.12 | 1 | 0.08 |
| Hex | 0 | 19 | 2B | 64 | 2A | 0 | 53 | CD | 64 | 8 |
| Octal | 0 | 31 | 53 | 144 | 52 | 0 | 123 | 315 | 144 | 10 |
| Binary | 0 | 11001 | 101011 | 1100100 | 101010 | 0 | 1010011 | 11001101 | 1100100 | 1000 |
Color Harmonies of #00192B
Complementary color
Monochromatic Colors of #00192B
Black with #00192B
Text Example
Text Example
White with #00192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00192B; }
p { color: rgb(0,25,43); }
H1.HeaderClassName
{
color: #00192B;
}
.AnyTagClassName
{
color: #00192B;
}
</style>
background-color css
<style>
a { background-color: #00192B; }
a { background-color: rgb(0,25,43); }
div.DivClassName
{
background-color: #00192B;
}
.BgClassName
{
background-color: #00192B;
}
</style>
border-color css
<style>
span { border-color: #00192B; }
span { border-color: rgb(0,25,43); }
td.TdClassName
{
border-color: #00192B;
}
.TagClassName
{
border-color: #00192B;
}
</style>