Shades of Sapphire #0A1967
Tints of Sapphire #0A1967
RGB
CMYK
RGB Variations
Color information
#0A1967 (or 0x0A1967) is known color: Sapphire. HEX triplet: 0A, 19 and 67. RGB value is (10,25,103). Sum of RGB (Red+Green+Blue) = 10+25+103=138 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.25% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 103 (40.62% from 255 or 74.64% from 138); Max value from RGB is 103 - color contains mainly: blue. Hex color #0A1967 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1967 is #F5E698. Grayscale: #1D1D1D. Windows color (decimal): -16115353 or 6756618. OLE color: 6756618.
HSL color Cylindrical-coordinate representation of color #0A1967: hue angle of 230.32º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A1967 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 25 | 103 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.60 |
| HSL | 230.32º | 0.82% | 0.22% | - |
| HSV(B) | 230.32º | 0.9% | 0.4% | - |
| XYZ | 2.92 | 1.74 | 13.01 | - |
| YUV | 29.41 | 169.53 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 103 | 0.90 | 0.76 | 0 | 0.60 | 230.32 | 0.82 | 0.22 |
| Hex | A | 19 | 67 | 5A | 4C | 0 | 3C | E6 | 52 | 16 |
| Octal | 12 | 31 | 147 | 132 | 114 | 0 | 74 | 346 | 122 | 26 |
| Binary | 1010 | 11001 | 1100111 | 1011010 | 1001100 | 0 | 111100 | 11100110 | 1010010 | 10110 |
Color Harmonies of #0A1967
Complementary color
Monochromatic Colors of #0A1967
Black with #0A1967
Text Example
Text Example
White with #0A1967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1967; }
p { color: rgb(10,25,103); }
H1.HeaderClassName
{
color: #0A1967;
}
.AnyTagClassName
{
color: #0A1967;
}
</style>
background-color css
<style>
a { background-color: #0A1967; }
a { background-color: rgb(10,25,103); }
div.DivClassName
{
background-color: #0A1967;
}
.BgClassName
{
background-color: #0A1967;
}
</style>
border-color css
<style>
span { border-color: #0A1967; }
span { border-color: rgb(10,25,103); }
td.TdClassName
{
border-color: #0A1967;
}
.TagClassName
{
border-color: #0A1967;
}
</style>