Shades of Sapphire #0A1964
Tints of Sapphire #0A1964
RGB
CMYK
RGB Variations
Color information
#0A1964 (or 0x0A1964) is known color: Sapphire. HEX triplet: 0A, 19 and 64. RGB value is (10,25,100). Sum of RGB (Red+Green+Blue) = 10+25+100=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 100 (39.45% from 255 or 74.07% from 135); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A1964 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1964 is #F5E69B. Grayscale: #1C1C1C. Windows color (decimal): -16115356 or 6560010. OLE color: 6560010.
HSL color Cylindrical-coordinate representation of color #0A1964: hue angle of 230º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1964 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 25 | 100 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.61 |
| HSL | 230º | 0.82% | 0.22% | - |
| HSV(B) | 230º | 0.9% | 0.39% | - |
| XYZ | 2.77 | 1.68 | 12.23 | - |
| YUV | 29.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 100 | 0.90 | 0.75 | 0 | 0.61 | 230 | 0.82 | 0.22 |
| Hex | A | 19 | 64 | 5A | 4B | 0 | 3D | E6 | 52 | 16 |
| Octal | 12 | 31 | 144 | 132 | 113 | 0 | 75 | 346 | 122 | 26 |
| Binary | 1010 | 11001 | 1100100 | 1011010 | 1001011 | 0 | 111101 | 11100110 | 1010010 | 10110 |
Color Harmonies of #0A1964
Complementary color
Monochromatic Colors of #0A1964
Black with #0A1964
Text Example
Text Example
White with #0A1964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1964; }
p { color: rgb(10,25,100); }
H1.HeaderClassName
{
color: #0A1964;
}
.AnyTagClassName
{
color: #0A1964;
}
</style>
background-color css
<style>
a { background-color: #0A1964; }
a { background-color: rgb(10,25,100); }
div.DivClassName
{
background-color: #0A1964;
}
.BgClassName
{
background-color: #0A1964;
}
</style>
border-color css
<style>
span { border-color: #0A1964; }
span { border-color: rgb(10,25,100); }
td.TdClassName
{
border-color: #0A1964;
}
.TagClassName
{
border-color: #0A1964;
}
</style>