Shades of Sapphire #030F51
Tints of Sapphire #030F51
RGB
CMYK
RGB Variations
Color information
#030F51 (or 0x030F51) is known color: Sapphire. HEX triplet: 03, 0F and 51. RGB value is (3,15,81). Sum of RGB (Red+Green+Blue) = 3+15+81=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 81 (32.03% from 255 or 81.82% from 99); Max value from RGB is 81 - color contains mainly: blue. Hex color #030F51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030F51 is #FCF0AE. Grayscale: #121212. Windows color (decimal): -16576687 or 5312259. OLE color: 5312259.
HSL color Cylindrical-coordinate representation of color #030F51: hue angle of 230.77º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030F51 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 15 | 81 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.68 |
| HSL | 230.77º | 0.93% | 0.16% | - |
| HSV(B) | 230.77º | 0.96% | 0.32% | - |
| XYZ | 1.69 | 0.96 | 7.88 | - |
| YUV | 18.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 81 | 0.96 | 0.81 | 0 | 0.68 | 230.77 | 0.93 | 0.16 |
| Hex | 3 | F | 51 | 60 | 51 | 0 | 44 | E7 | 5D | 10 |
| Octal | 3 | 17 | 121 | 140 | 121 | 0 | 104 | 347 | 135 | 20 |
| Binary | 11 | 1111 | 1010001 | 1100000 | 1010001 | 0 | 1000100 | 11100111 | 1011101 | 10000 |
Color Harmonies of #030F51
Complementary color
Monochromatic Colors of #030F51
Black with #030F51
Text Example
Text Example
White with #030F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F51; }
p { color: rgb(3,15,81); }
H1.HeaderClassName
{
color: #030F51;
}
.AnyTagClassName
{
color: #030F51;
}
</style>
background-color css
<style>
a { background-color: #030F51; }
a { background-color: rgb(3,15,81); }
div.DivClassName
{
background-color: #030F51;
}
.BgClassName
{
background-color: #030F51;
}
</style>
border-color css
<style>
span { border-color: #030F51; }
span { border-color: rgb(3,15,81); }
td.TdClassName
{
border-color: #030F51;
}
.TagClassName
{
border-color: #030F51;
}
</style>