Shades of Black Pearl #0A192A
Tints of Black Pearl #0A192A
RGB
CMYK
RGB Variations
Color information
#0A192A (or 0x0A192A) is known color: Black Pearl. HEX triplet: 0A, 19 and 2A. RGB value is (10,25,42). Sum of RGB (Red+Green+Blue) = 10+25+42=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #0A192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A192A is #F5E6D5. Grayscale: #161616. Windows color (decimal): -16115414 or 2758922. OLE color: 2758922.
HSL color Cylindrical-coordinate representation of color #0A192A: hue angle of 211.88º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0A192A is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 25 | 42 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.84 |
| HSL | 211.88º | 0.62% | 0.1% | - |
| HSV(B) | 211.88º | 0.76% | 0.16% | - |
| XYZ | 0.89 | 0.93 | 2.32 | - |
| YUV | 22.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 42 | 0.76 | 0.40 | 0 | 0.84 | 211.88 | 0.62 | 0.1 |
| Hex | A | 19 | 2A | 4C | 28 | 0 | 54 | D4 | 3E | A |
| Octal | 12 | 31 | 52 | 114 | 50 | 0 | 124 | 324 | 76 | 12 |
| Binary | 1010 | 11001 | 101010 | 1001100 | 101000 | 0 | 1010100 | 11010100 | 111110 | 1010 |
Color Harmonies of #0A192A
Complementary color
Monochromatic Colors of #0A192A
Black with #0A192A
Text Example
Text Example
White with #0A192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A192A; }
p { color: rgb(10,25,42); }
H1.HeaderClassName
{
color: #0A192A;
}
.AnyTagClassName
{
color: #0A192A;
}
</style>
background-color css
<style>
a { background-color: #0A192A; }
a { background-color: rgb(10,25,42); }
div.DivClassName
{
background-color: #0A192A;
}
.BgClassName
{
background-color: #0A192A;
}
</style>
border-color css
<style>
span { border-color: #0A192A; }
span { border-color: rgb(10,25,42); }
td.TdClassName
{
border-color: #0A192A;
}
.TagClassName
{
border-color: #0A192A;
}
</style>