Shades of Sapphire #0A2F75
Tints of Sapphire #0A2F75
RGB
CMYK
RGB Variations
Color information
#0A2F75 (or 0x0A2F75) is known color: Sapphire. HEX triplet: 0A, 2F and 75. RGB value is (10,47,117). Sum of RGB (Red+Green+Blue) = 10+47+117=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A2F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2F75 is #F5D08A. Grayscale: #2B2B2B. Windows color (decimal): -16109707 or 7679754. OLE color: 7679754.
HSL color Cylindrical-coordinate representation of color #0A2F75: hue angle of 219.25º 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 #0A2F75 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 47 | 117 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.54 |
| HSL | 219.25º | 0.84% | 0.25% | - |
| HSV(B) | 219.25º | 0.91% | 0.46% | - |
| XYZ | 4.35 | 3.38 | 17.25 | - |
| YUV | 43.92 | 169.24 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 117 | 0.91 | 0.60 | 0 | 0.54 | 219.25 | 0.84 | 0.25 |
| Hex | A | 2F | 75 | 5B | 3C | 0 | 36 | DB | 54 | 19 |
| Octal | 12 | 57 | 165 | 133 | 74 | 0 | 66 | 333 | 124 | 31 |
| Binary | 1010 | 101111 | 1110101 | 1011011 | 111100 | 0 | 110110 | 11011011 | 1010100 | 11001 |
Color Harmonies of #0A2F75
Complementary color
Monochromatic Colors of #0A2F75
Black with #0A2F75
Text Example
Text Example
White with #0A2F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2F75; }
p { color: rgb(10,47,117); }
H1.HeaderClassName
{
color: #0A2F75;
}
.AnyTagClassName
{
color: #0A2F75;
}
</style>
background-color css
<style>
a { background-color: #0A2F75; }
a { background-color: rgb(10,47,117); }
div.DivClassName
{
background-color: #0A2F75;
}
.BgClassName
{
background-color: #0A2F75;
}
</style>
border-color css
<style>
span { border-color: #0A2F75; }
span { border-color: rgb(10,47,117); }
td.TdClassName
{
border-color: #0A2F75;
}
.TagClassName
{
border-color: #0A2F75;
}
</style>