Shades of Sapphire #030E59
Tints of Sapphire #030E59
RGB
CMYK
RGB Variations
Color information
#030E59 (or 0x030E59) is known color: Sapphire. HEX triplet: 03, 0E and 59. RGB value is (3,14,89). Sum of RGB (Red+Green+Blue) = 3+14+89=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 89 (35.16% from 255 or 83.96% from 106); Max value from RGB is 89 - color contains mainly: blue. Hex color #030E59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E59 is #FCF1A6. Grayscale: #121212. Windows color (decimal): -16576935 or 5836291. OLE color: 5836291.
HSL color Cylindrical-coordinate representation of color #030E59: hue angle of 232.33º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030E59 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 14 | 89 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.65 |
| HSL | 232.33º | 0.93% | 0.18% | - |
| HSV(B) | 232.33º | 0.97% | 0.35% | - |
| XYZ | 2 | 1.05 | 9.55 | - |
| YUV | 19.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 89 | 0.97 | 0.84 | 0 | 0.65 | 232.33 | 0.93 | 0.18 |
| Hex | 3 | E | 59 | 61 | 54 | 0 | 41 | E8 | 5D | 12 |
| Octal | 3 | 16 | 131 | 141 | 124 | 0 | 101 | 350 | 135 | 22 |
| Binary | 11 | 1110 | 1011001 | 1100001 | 1010100 | 0 | 1000001 | 11101000 | 1011101 | 10010 |
Color Harmonies of #030E59
Complementary color
Monochromatic Colors of #030E59
Black with #030E59
Text Example
Text Example
White with #030E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E59; }
p { color: rgb(3,14,89); }
H1.HeaderClassName
{
color: #030E59;
}
.AnyTagClassName
{
color: #030E59;
}
</style>
background-color css
<style>
a { background-color: #030E59; }
a { background-color: rgb(3,14,89); }
div.DivClassName
{
background-color: #030E59;
}
.BgClassName
{
background-color: #030E59;
}
</style>
border-color css
<style>
span { border-color: #030E59; }
span { border-color: rgb(3,14,89); }
td.TdClassName
{
border-color: #030E59;
}
.TagClassName
{
border-color: #030E59;
}
</style>