Shades of Sapphire #0A2F7D
Tints of Sapphire #0A2F7D
RGB
CMYK
RGB Variations
Color information
#0A2F7D (or 0x0A2F7D) is known color: Sapphire. HEX triplet: 0A, 2F and 7D. RGB value is (10,47,125). Sum of RGB (Red+Green+Blue) = 10+47+125=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 125 (49.22% from 255 or 68.68% from 182); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A2F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2F7D is #F5D082. Grayscale: #2C2C2C. Windows color (decimal): -16109699 or 8204042. OLE color: 8204042.
HSL color Cylindrical-coordinate representation of color #0A2F7D: hue angle of 220.7º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A2F7D is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 47 | 125 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.51 |
| HSL | 220.7º | 0.85% | 0.26% | - |
| HSV(B) | 220.7º | 0.92% | 0.49% | - |
| XYZ | 4.84 | 3.58 | 19.84 | - |
| YUV | 44.83 | 173.24 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 125 | 0.92 | 0.62 | 0 | 0.51 | 220.7 | 0.85 | 0.26 |
| Hex | A | 2F | 7D | 5C | 3E | 0 | 33 | DD | 55 | 1A |
| Octal | 12 | 57 | 175 | 134 | 76 | 0 | 63 | 335 | 125 | 32 |
| Binary | 1010 | 101111 | 1111101 | 1011100 | 111110 | 0 | 110011 | 11011101 | 1010101 | 11010 |
Color Harmonies of #0A2F7D
Complementary color
Monochromatic Colors of #0A2F7D
Black with #0A2F7D
Text Example
Text Example
White with #0A2F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2F7D; }
p { color: rgb(10,47,125); }
H1.HeaderClassName
{
color: #0A2F7D;
}
.AnyTagClassName
{
color: #0A2F7D;
}
</style>
background-color css
<style>
a { background-color: #0A2F7D; }
a { background-color: rgb(10,47,125); }
div.DivClassName
{
background-color: #0A2F7D;
}
.BgClassName
{
background-color: #0A2F7D;
}
</style>
border-color css
<style>
span { border-color: #0A2F7D; }
span { border-color: rgb(10,47,125); }
td.TdClassName
{
border-color: #0A2F7D;
}
.TagClassName
{
border-color: #0A2F7D;
}
</style>