Shades of Sapphire #0A3075
Tints of Sapphire #0A3075
RGB
CMYK
RGB Variations
Color information
#0A3075 (or 0x0A3075) is known color: Sapphire. HEX triplet: 0A, 30 and 75. RGB value is (10,48,117). Sum of RGB (Red+Green+Blue) = 10+48+117=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #0A3075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3075 is #F5CF8A. Grayscale: #2C2C2C. Windows color (decimal): -16109451 or 7680010. OLE color: 7680010.
HSL color Cylindrical-coordinate representation of color #0A3075: hue angle of 218.69º 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 #0A3075 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 48 | 117 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.54 |
| HSL | 218.69º | 0.84% | 0.25% | - |
| HSV(B) | 218.69º | 0.91% | 0.46% | - |
| XYZ | 4.39 | 3.46 | 17.27 | - |
| YUV | 44.5 | 168.91 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 117 | 0.91 | 0.59 | 0 | 0.54 | 218.69 | 0.84 | 0.25 |
| Hex | A | 30 | 75 | 5B | 3B | 0 | 36 | DB | 54 | 19 |
| Octal | 12 | 60 | 165 | 133 | 73 | 0 | 66 | 333 | 124 | 31 |
| Binary | 1010 | 110000 | 1110101 | 1011011 | 111011 | 0 | 110110 | 11011011 | 1010100 | 11001 |
Color Harmonies of #0A3075
Complementary color
Monochromatic Colors of #0A3075
Black with #0A3075
Text Example
Text Example
White with #0A3075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3075; }
p { color: rgb(10,48,117); }
H1.HeaderClassName
{
color: #0A3075;
}
.AnyTagClassName
{
color: #0A3075;
}
</style>
background-color css
<style>
a { background-color: #0A3075; }
a { background-color: rgb(10,48,117); }
div.DivClassName
{
background-color: #0A3075;
}
.BgClassName
{
background-color: #0A3075;
}
</style>
border-color css
<style>
span { border-color: #0A3075; }
span { border-color: rgb(10,48,117); }
td.TdClassName
{
border-color: #0A3075;
}
.TagClassName
{
border-color: #0A3075;
}
</style>