Shades of Sapphire #0A1E75
Tints of Sapphire #0A1E75
RGB
CMYK
RGB Variations
Color information
#0A1E75 (or 0x0A1E75) is known color: Sapphire. HEX triplet: 0A, 1E and 75. RGB value is (10,30,117). Sum of RGB (Red+Green+Blue) = 10+30+117=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A1E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A1E75 is #F5E18A. Grayscale: #212121. Windows color (decimal): -16114059 or 7675402. OLE color: 7675402.
HSL color Cylindrical-coordinate representation of color #0A1E75: hue angle of 228.79º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1E75 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 30 | 117 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.54 |
| HSL | 228.79º | 0.84% | 0.25% | - |
| HSV(B) | 228.79º | 0.91% | 0.46% | - |
| XYZ | 3.8 | 2.28 | 17.07 | - |
| YUV | 33.94 | 174.87 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 117 | 0.91 | 0.74 | 0 | 0.54 | 228.79 | 0.84 | 0.25 |
| Hex | A | 1E | 75 | 5B | 4A | 0 | 36 | E5 | 54 | 19 |
| Octal | 12 | 36 | 165 | 133 | 112 | 0 | 66 | 345 | 124 | 31 |
| Binary | 1010 | 11110 | 1110101 | 1011011 | 1001010 | 0 | 110110 | 11100101 | 1010100 | 11001 |
Color Harmonies of #0A1E75
Complementary color
Monochromatic Colors of #0A1E75
Black with #0A1E75
Text Example
Text Example
White with #0A1E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1E75; }
p { color: rgb(10,30,117); }
H1.HeaderClassName
{
color: #0A1E75;
}
.AnyTagClassName
{
color: #0A1E75;
}
</style>
background-color css
<style>
a { background-color: #0A1E75; }
a { background-color: rgb(10,30,117); }
div.DivClassName
{
background-color: #0A1E75;
}
.BgClassName
{
background-color: #0A1E75;
}
</style>
border-color css
<style>
span { border-color: #0A1E75; }
span { border-color: rgb(10,30,117); }
td.TdClassName
{
border-color: #0A1E75;
}
.TagClassName
{
border-color: #0A1E75;
}
</style>