Shades of Tolopea #0A0038
Tints of Tolopea #0A0038
RGB
CMYK
RGB Variations
Color information
#0A0038 (or 0x0A0038) is known color: Tolopea. HEX triplet: 0A, 00 and 38. RGB value is (10,0,56). Sum of RGB (Red+Green+Blue) = 10+0+56=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 56 (22.27% from 255 or 84.85% from 66); Max value from RGB is 56 - color contains mainly: blue. Hex color #0A0038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0038 is #F5FFC7. Grayscale: #090909. Windows color (decimal): -16121800 or 3670026. OLE color: 3670026.
HSL color Cylindrical-coordinate representation of color #0A0038: hue angle of 250.71º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0038 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 0 | 56 | - |
| CMYK | 0.82 | 1 | 0 | 0.78 |
| HSL | 250.71º | 1% | 0.11% | - |
| HSV(B) | 250.71º | 1% | 0.22% | - |
| XYZ | 0.84 | 0.35 | 3.76 | - |
| YUV | 9.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 56 | 0.82 | 1 | 0 | 0.78 | 250.71 | 1 | 0.11 |
| Hex | A | 0 | 38 | 52 | 64 | 0 | 4E | FB | 64 | B |
| Octal | 12 | 0 | 70 | 122 | 144 | 0 | 116 | 373 | 144 | 13 |
| Binary | 1010 | 0 | 111000 | 1010010 | 1100100 | 0 | 1001110 | 11111011 | 1100100 | 1011 |
Color Harmonies of #0A0038
Complementary color
Monochromatic Colors of #0A0038
Black with #0A0038
Text Example
Text Example
White with #0A0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0038; }
p { color: rgb(10,0,56); }
H1.HeaderClassName
{
color: #0A0038;
}
.AnyTagClassName
{
color: #0A0038;
}
</style>
background-color css
<style>
a { background-color: #0A0038; }
a { background-color: rgb(10,0,56); }
div.DivClassName
{
background-color: #0A0038;
}
.BgClassName
{
background-color: #0A0038;
}
</style>
border-color css
<style>
span { border-color: #0A0038; }
span { border-color: rgb(10,0,56); }
td.TdClassName
{
border-color: #0A0038;
}
.TagClassName
{
border-color: #0A0038;
}
</style>