Shades of Sapphire #0A1C5B
Tints of Sapphire #0A1C5B
RGB
CMYK
RGB Variations
Color information
#0A1C5B (or 0x0A1C5B) is known color: Sapphire. HEX triplet: 0A, 1C and 5B. RGB value is (10,28,91). Sum of RGB (Red+Green+Blue) = 10+28+91=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A1C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1C5B is #F5E3A4. Grayscale: #1D1D1D. Windows color (decimal): -16114597 or 5970954. OLE color: 5970954.
HSL color Cylindrical-coordinate representation of color #0A1C5B: hue angle of 226.67º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A1C5B is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 10 | 28 | 91 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.64 |
| HSL | 226.67º | 0.8% | 0.2% | - |
| HSV(B) | 226.67º | 0.89% | 0.36% | - |
| XYZ | 2.43 | 1.65 | 10.09 | - |
| YUV | 29.8 | 162.54 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 91 | 0.89 | 0.69 | 0 | 0.64 | 226.67 | 0.8 | 0.2 |
| Hex | A | 1C | 5B | 59 | 45 | 0 | 40 | E3 | 50 | 14 |
| Octal | 12 | 34 | 133 | 131 | 105 | 0 | 100 | 343 | 120 | 24 |
| Binary | 1010 | 11100 | 1011011 | 1011001 | 1000101 | 0 | 1000000 | 11100011 | 1010000 | 10100 |
Color Harmonies of #0A1C5B
Complementary color
Monochromatic Colors of #0A1C5B
Black with #0A1C5B
Text Example
Text Example
White with #0A1C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C5B; }
p { color: rgb(10,28,91); }
H1.HeaderClassName
{
color: #0A1C5B;
}
.AnyTagClassName
{
color: #0A1C5B;
}
</style>
background-color css
<style>
a { background-color: #0A1C5B; }
a { background-color: rgb(10,28,91); }
div.DivClassName
{
background-color: #0A1C5B;
}
.BgClassName
{
background-color: #0A1C5B;
}
</style>
border-color css
<style>
span { border-color: #0A1C5B; }
span { border-color: rgb(10,28,91); }
td.TdClassName
{
border-color: #0A1C5B;
}
.TagClassName
{
border-color: #0A1C5B;
}
</style>