Shades of Sapphire #0A1E55
Tints of Sapphire #0A1E55
RGB
CMYK
RGB Variations
Color information
#0A1E55 (or 0x0A1E55) is known color: Sapphire. HEX triplet: 0A, 1E and 55. RGB value is (10,30,85). Sum of RGB (Red+Green+Blue) = 10+30+85=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #0A1E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1E55 is #F5E1AA. Grayscale: #1E1E1E. Windows color (decimal): -16114091 or 5578250. OLE color: 5578250.
HSL color Cylindrical-coordinate representation of color #0A1E55: hue angle of 224º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A1E55 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 30 | 85 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.67 |
| HSL | 224º | 0.79% | 0.19% | - |
| HSV(B) | 224º | 0.88% | 0.33% | - |
| XYZ | 2.23 | 1.65 | 8.8 | - |
| YUV | 30.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 85 | 0.88 | 0.65 | 0 | 0.67 | 224 | 0.79 | 0.19 |
| Hex | A | 1E | 55 | 58 | 41 | 0 | 43 | E0 | 4F | 13 |
| Octal | 12 | 36 | 125 | 130 | 101 | 0 | 103 | 340 | 117 | 23 |
| Binary | 1010 | 11110 | 1010101 | 1011000 | 1000001 | 0 | 1000011 | 11100000 | 1001111 | 10011 |
Color Harmonies of #0A1E55
Complementary color
Monochromatic Colors of #0A1E55
Black with #0A1E55
Text Example
Text Example
White with #0A1E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1E55; }
p { color: rgb(10,30,85); }
H1.HeaderClassName
{
color: #0A1E55;
}
.AnyTagClassName
{
color: #0A1E55;
}
</style>
background-color css
<style>
a { background-color: #0A1E55; }
a { background-color: rgb(10,30,85); }
div.DivClassName
{
background-color: #0A1E55;
}
.BgClassName
{
background-color: #0A1E55;
}
</style>
border-color css
<style>
span { border-color: #0A1E55; }
span { border-color: rgb(10,30,85); }
td.TdClassName
{
border-color: #0A1E55;
}
.TagClassName
{
border-color: #0A1E55;
}
</style>