Shades of Sapphire #0A2A75
Tints of Sapphire #0A2A75
RGB
CMYK
RGB Variations
Color information
#0A2A75 (or 0x0A2A75) is known color: Sapphire. HEX triplet: 0A, 2A and 75. RGB value is (10,42,117). Sum of RGB (Red+Green+Blue) = 10+42+117=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A2A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2A75 is #F5D58A. Grayscale: #282828. Windows color (decimal): -16110987 or 7678474. OLE color: 7678474.
HSL color Cylindrical-coordinate representation of color #0A2A75: hue angle of 222.06º 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 #0A2A75 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 42 | 117 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.54 |
| HSL | 222.06º | 0.84% | 0.25% | - |
| HSV(B) | 222.06º | 0.91% | 0.46% | - |
| XYZ | 4.16 | 3 | 17.19 | - |
| YUV | 40.98 | 170.9 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 42 | 117 | 0.91 | 0.64 | 0 | 0.54 | 222.06 | 0.84 | 0.25 |
| Hex | A | 2A | 75 | 5B | 40 | 0 | 36 | DE | 54 | 19 |
| Octal | 12 | 52 | 165 | 133 | 100 | 0 | 66 | 336 | 124 | 31 |
| Binary | 1010 | 101010 | 1110101 | 1011011 | 1000000 | 0 | 110110 | 11011110 | 1010100 | 11001 |
Color Harmonies of #0A2A75
Complementary color
Monochromatic Colors of #0A2A75
Black with #0A2A75
Text Example
Text Example
White with #0A2A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2A75; }
p { color: rgb(10,42,117); }
H1.HeaderClassName
{
color: #0A2A75;
}
.AnyTagClassName
{
color: #0A2A75;
}
</style>
background-color css
<style>
a { background-color: #0A2A75; }
a { background-color: rgb(10,42,117); }
div.DivClassName
{
background-color: #0A2A75;
}
.BgClassName
{
background-color: #0A2A75;
}
</style>
border-color css
<style>
span { border-color: #0A2A75; }
span { border-color: rgb(10,42,117); }
td.TdClassName
{
border-color: #0A2A75;
}
.TagClassName
{
border-color: #0A2A75;
}
</style>