Shades of Sapphire #0A1F4B
Tints of Sapphire #0A1F4B
RGB
CMYK
RGB Variations
Color information
#0A1F4B (or 0x0A1F4B) is known color: Sapphire. HEX triplet: 0A, 1F and 4B. RGB value is (10,31,75). Sum of RGB (Red+Green+Blue) = 10+31+75=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A1F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1F4B is #F5E0B4. Grayscale: #1D1D1D. Windows color (decimal): -16113845 or 4923146. OLE color: 4923146.
HSL color Cylindrical-coordinate representation of color #0A1F4B: hue angle of 220.62º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A1F4B is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 31 | 75 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.71 |
| HSL | 220.62º | 0.76% | 0.17% | - |
| HSV(B) | 220.62º | 0.87% | 0.29% | - |
| XYZ | 1.89 | 1.55 | 6.86 | - |
| YUV | 29.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 31 | 75 | 0.87 | 0.59 | 0 | 0.71 | 220.62 | 0.76 | 0.17 |
| Hex | A | 1F | 4B | 57 | 3B | 0 | 47 | DD | 4C | 11 |
| Octal | 12 | 37 | 113 | 127 | 73 | 0 | 107 | 335 | 114 | 21 |
| Binary | 1010 | 11111 | 1001011 | 1010111 | 111011 | 0 | 1000111 | 11011101 | 1001100 | 10001 |
Color Harmonies of #0A1F4B
Complementary color
Monochromatic Colors of #0A1F4B
Black with #0A1F4B
Text Example
Text Example
White with #0A1F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1F4B; }
p { color: rgb(10,31,75); }
H1.HeaderClassName
{
color: #0A1F4B;
}
.AnyTagClassName
{
color: #0A1F4B;
}
</style>
background-color css
<style>
a { background-color: #0A1F4B; }
a { background-color: rgb(10,31,75); }
div.DivClassName
{
background-color: #0A1F4B;
}
.BgClassName
{
background-color: #0A1F4B;
}
</style>
border-color css
<style>
span { border-color: #0A1F4B; }
span { border-color: rgb(10,31,75); }
td.TdClassName
{
border-color: #0A1F4B;
}
.TagClassName
{
border-color: #0A1F4B;
}
</style>