Shades of Sapphire #030E50
Tints of Sapphire #030E50
RGB
CMYK
RGB Variations
Color information
#030E50 (or 0x030E50) is known color: Sapphire. HEX triplet: 03, 0E and 50. RGB value is (3,14,80). Sum of RGB (Red+Green+Blue) = 3+14+80=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 80 (31.64% from 255 or 82.47% from 97); Max value from RGB is 80 - color contains mainly: blue. Hex color #030E50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E50 is #FCF1AF. Grayscale: #111111. Windows color (decimal): -16576944 or 5246467. OLE color: 5246467.
HSL color Cylindrical-coordinate representation of color #030E50: hue angle of 231.43º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030E50 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 14 | 80 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.69 |
| HSL | 231.43º | 0.93% | 0.16% | - |
| HSV(B) | 231.43º | 0.96% | 0.31% | - |
| XYZ | 1.64 | 0.91 | 7.68 | - |
| YUV | 18.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 80 | 0.96 | 0.83 | 0 | 0.69 | 231.43 | 0.93 | 0.16 |
| Hex | 3 | E | 50 | 60 | 53 | 0 | 45 | E7 | 5D | 10 |
| Octal | 3 | 16 | 120 | 140 | 123 | 0 | 105 | 347 | 135 | 20 |
| Binary | 11 | 1110 | 1010000 | 1100000 | 1010011 | 0 | 1000101 | 11100111 | 1011101 | 10000 |
Color Harmonies of #030E50
Complementary color
Monochromatic Colors of #030E50
Black with #030E50
Text Example
Text Example
White with #030E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E50; }
p { color: rgb(3,14,80); }
H1.HeaderClassName
{
color: #030E50;
}
.AnyTagClassName
{
color: #030E50;
}
</style>
background-color css
<style>
a { background-color: #030E50; }
a { background-color: rgb(3,14,80); }
div.DivClassName
{
background-color: #030E50;
}
.BgClassName
{
background-color: #030E50;
}
</style>
border-color css
<style>
span { border-color: #030E50; }
span { border-color: rgb(3,14,80); }
td.TdClassName
{
border-color: #030E50;
}
.TagClassName
{
border-color: #030E50;
}
</style>