Shades of Sapphire #0A2F6D
Tints of Sapphire #0A2F6D
RGB
CMYK
RGB Variations
Color information
#0A2F6D (or 0x0A2F6D) is known color: Sapphire. HEX triplet: 0A, 2F and 6D. RGB value is (10,47,109). Sum of RGB (Red+Green+Blue) = 10+47+109=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 109 (42.97% from 255 or 65.66% from 166); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A2F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2F6D is #F5D092. Grayscale: #2A2A2A. Windows color (decimal): -16109715 or 7155466. OLE color: 7155466.
HSL color Cylindrical-coordinate representation of color #0A2F6D: hue angle of 217.58º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2F6D is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 47 | 109 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.57 |
| HSL | 217.58º | 0.83% | 0.23% | - |
| HSV(B) | 217.58º | 0.91% | 0.43% | - |
| XYZ | 3.9 | 3.2 | 14.88 | - |
| YUV | 43.01 | 165.24 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 109 | 0.91 | 0.57 | 0 | 0.57 | 217.58 | 0.83 | 0.23 |
| Hex | A | 2F | 6D | 5B | 39 | 0 | 39 | DA | 53 | 17 |
| Octal | 12 | 57 | 155 | 133 | 71 | 0 | 71 | 332 | 123 | 27 |
| Binary | 1010 | 101111 | 1101101 | 1011011 | 111001 | 0 | 111001 | 11011010 | 1010011 | 10111 |
Color Harmonies of #0A2F6D
Complementary color
Monochromatic Colors of #0A2F6D
Black with #0A2F6D
Text Example
Text Example
White with #0A2F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2F6D; }
p { color: rgb(10,47,109); }
H1.HeaderClassName
{
color: #0A2F6D;
}
.AnyTagClassName
{
color: #0A2F6D;
}
</style>
background-color css
<style>
a { background-color: #0A2F6D; }
a { background-color: rgb(10,47,109); }
div.DivClassName
{
background-color: #0A2F6D;
}
.BgClassName
{
background-color: #0A2F6D;
}
</style>
border-color css
<style>
span { border-color: #0A2F6D; }
span { border-color: rgb(10,47,109); }
td.TdClassName
{
border-color: #0A2F6D;
}
.TagClassName
{
border-color: #0A2F6D;
}
</style>