Shades of Sapphire #030E51
Tints of Sapphire #030E51
RGB
CMYK
RGB Variations
Color information
#030E51 (or 0x030E51) is known color: Sapphire. HEX triplet: 03, 0E and 51. RGB value is (3,14,81). Sum of RGB (Red+Green+Blue) = 3+14+81=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 81 (32.03% from 255 or 82.65% from 98); Max value from RGB is 81 - color contains mainly: blue. Hex color #030E51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E51 is #FCF1AE. Grayscale: #121212. Windows color (decimal): -16576943 or 5312003. OLE color: 5312003.
HSL color Cylindrical-coordinate representation of color #030E51: hue angle of 231.54º 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 #030E51 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 14 | 81 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.68 |
| HSL | 231.54º | 0.93% | 0.16% | - |
| HSV(B) | 231.54º | 0.96% | 0.32% | - |
| XYZ | 1.68 | 0.93 | 7.88 | - |
| YUV | 18.35 | 163.36 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 81 | 0.96 | 0.83 | 0 | 0.68 | 231.54 | 0.93 | 0.16 |
| Hex | 3 | E | 51 | 60 | 53 | 0 | 44 | E8 | 5D | 10 |
| Octal | 3 | 16 | 121 | 140 | 123 | 0 | 104 | 350 | 135 | 20 |
| Binary | 11 | 1110 | 1010001 | 1100000 | 1010011 | 0 | 1000100 | 11101000 | 1011101 | 10000 |
Color Harmonies of #030E51
Complementary color
Monochromatic Colors of #030E51
Black with #030E51
Text Example
Text Example
White with #030E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E51; }
p { color: rgb(3,14,81); }
H1.HeaderClassName
{
color: #030E51;
}
.AnyTagClassName
{
color: #030E51;
}
</style>
background-color css
<style>
a { background-color: #030E51; }
a { background-color: rgb(3,14,81); }
div.DivClassName
{
background-color: #030E51;
}
.BgClassName
{
background-color: #030E51;
}
</style>
border-color css
<style>
span { border-color: #030E51; }
span { border-color: rgb(3,14,81); }
td.TdClassName
{
border-color: #030E51;
}
.TagClassName
{
border-color: #030E51;
}
</style>