Shades of Sapphire #0A3175
Tints of Sapphire #0A3175
RGB
CMYK
RGB Variations
Color information
#0A3175 (or 0x0A3175) is known color: Sapphire. HEX triplet: 0A, 31 and 75. RGB value is (10,49,117). Sum of RGB (Red+Green+Blue) = 10+49+117=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A3175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3175 is #F5CE8A. Grayscale: #2C2C2C. Windows color (decimal): -16109195 or 7680266. OLE color: 7680266.
HSL color Cylindrical-coordinate representation of color #0A3175: hue angle of 218.13º 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 #0A3175 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 49 | 117 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.54 |
| HSL | 218.13º | 0.84% | 0.25% | - |
| HSV(B) | 218.13º | 0.91% | 0.46% | - |
| XYZ | 4.43 | 3.55 | 17.28 | - |
| YUV | 45.09 | 168.58 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 117 | 0.91 | 0.58 | 0 | 0.54 | 218.13 | 0.84 | 0.25 |
| Hex | A | 31 | 75 | 5B | 3A | 0 | 36 | DA | 54 | 19 |
| Octal | 12 | 61 | 165 | 133 | 72 | 0 | 66 | 332 | 124 | 31 |
| Binary | 1010 | 110001 | 1110101 | 1011011 | 111010 | 0 | 110110 | 11011010 | 1010100 | 11001 |
Color Harmonies of #0A3175
Complementary color
Monochromatic Colors of #0A3175
Black with #0A3175
Text Example
Text Example
White with #0A3175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3175; }
p { color: rgb(10,49,117); }
H1.HeaderClassName
{
color: #0A3175;
}
.AnyTagClassName
{
color: #0A3175;
}
</style>
background-color css
<style>
a { background-color: #0A3175; }
a { background-color: rgb(10,49,117); }
div.DivClassName
{
background-color: #0A3175;
}
.BgClassName
{
background-color: #0A3175;
}
</style>
border-color css
<style>
span { border-color: #0A3175; }
span { border-color: rgb(10,49,117); }
td.TdClassName
{
border-color: #0A3175;
}
.TagClassName
{
border-color: #0A3175;
}
</style>