Shades of Sapphire #0A1D71
Tints of Sapphire #0A1D71
RGB
CMYK
RGB Variations
Color information
#0A1D71 (or 0x0A1D71) is known color: Sapphire. HEX triplet: 0A, 1D and 71. RGB value is (10,29,113). Sum of RGB (Red+Green+Blue) = 10+29+113=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A1D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1D71 is #F5E28E. Grayscale: #202020. Windows color (decimal): -16114319 or 7413002. OLE color: 7413002.
HSL color Cylindrical-coordinate representation of color #0A1D71: hue angle of 228.93º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1D71 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 29 | 113 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.56 |
| HSL | 228.93º | 0.84% | 0.24% | - |
| HSV(B) | 228.93º | 0.91% | 0.44% | - |
| XYZ | 3.55 | 2.14 | 15.85 | - |
| YUV | 32.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 113 | 0.91 | 0.74 | 0 | 0.56 | 228.93 | 0.84 | 0.24 |
| Hex | A | 1D | 71 | 5B | 4A | 0 | 38 | E5 | 54 | 18 |
| Octal | 12 | 35 | 161 | 133 | 112 | 0 | 70 | 345 | 124 | 30 |
| Binary | 1010 | 11101 | 1110001 | 1011011 | 1001010 | 0 | 111000 | 11100101 | 1010100 | 11000 |
Color Harmonies of #0A1D71
Complementary color
Monochromatic Colors of #0A1D71
Black with #0A1D71
Text Example
Text Example
White with #0A1D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1D71; }
p { color: rgb(10,29,113); }
H1.HeaderClassName
{
color: #0A1D71;
}
.AnyTagClassName
{
color: #0A1D71;
}
</style>
background-color css
<style>
a { background-color: #0A1D71; }
a { background-color: rgb(10,29,113); }
div.DivClassName
{
background-color: #0A1D71;
}
.BgClassName
{
background-color: #0A1D71;
}
</style>
border-color css
<style>
span { border-color: #0A1D71; }
span { border-color: rgb(10,29,113); }
td.TdClassName
{
border-color: #0A1D71;
}
.TagClassName
{
border-color: #0A1D71;
}
</style>