Shades of Sapphire #0A1C71
Tints of Sapphire #0A1C71
RGB
CMYK
RGB Variations
Color information
#0A1C71 (or 0x0A1C71) is known color: Sapphire. HEX triplet: 0A, 1C and 71. RGB value is (10,28,113). Sum of RGB (Red+Green+Blue) = 10+28+113=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A1C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1C71 is #F5E38E. Grayscale: #1F1F1F. Windows color (decimal): -16114575 or 7412746. OLE color: 7412746.
HSL color Cylindrical-coordinate representation of color #0A1C71: hue angle of 229.51º 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 #0A1C71 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 28 | 113 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.56 |
| HSL | 229.51º | 0.84% | 0.24% | - |
| HSV(B) | 229.51º | 0.91% | 0.44% | - |
| XYZ | 3.52 | 2.09 | 15.84 | - |
| YUV | 32.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 113 | 0.91 | 0.75 | 0 | 0.56 | 229.51 | 0.84 | 0.24 |
| Hex | A | 1C | 71 | 5B | 4B | 0 | 38 | E6 | 54 | 18 |
| Octal | 12 | 34 | 161 | 133 | 113 | 0 | 70 | 346 | 124 | 30 |
| Binary | 1010 | 11100 | 1110001 | 1011011 | 1001011 | 0 | 111000 | 11100110 | 1010100 | 11000 |
Color Harmonies of #0A1C71
Complementary color
Monochromatic Colors of #0A1C71
Black with #0A1C71
Text Example
Text Example
White with #0A1C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C71; }
p { color: rgb(10,28,113); }
H1.HeaderClassName
{
color: #0A1C71;
}
.AnyTagClassName
{
color: #0A1C71;
}
</style>
background-color css
<style>
a { background-color: #0A1C71; }
a { background-color: rgb(10,28,113); }
div.DivClassName
{
background-color: #0A1C71;
}
.BgClassName
{
background-color: #0A1C71;
}
</style>
border-color css
<style>
span { border-color: #0A1C71; }
span { border-color: rgb(10,28,113); }
td.TdClassName
{
border-color: #0A1C71;
}
.TagClassName
{
border-color: #0A1C71;
}
</style>