Shades of Sapphire #030E63
Tints of Sapphire #030E63
RGB
CMYK
RGB Variations
Color information
#030E63 (or 0x030E63) is known color: Sapphire. HEX triplet: 03, 0E and 63. RGB value is (3,14,99). Sum of RGB (Red+Green+Blue) = 3+14+99=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 99 (39.06% from 255 or 85.34% from 116); Max value from RGB is 99 - color contains mainly: blue. Hex color #030E63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E63 is #FCF19C. Grayscale: #141414. Windows color (decimal): -16576925 or 6491651. OLE color: 6491651.
HSL color Cylindrical-coordinate representation of color #030E63: hue angle of 233.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030E63 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 14 | 99 | - |
| CMYK | 0.97 | 0.86 | 0 | 0.61 |
| HSL | 233.13º | 0.94% | 0.2% | - |
| HSV(B) | 233.13º | 0.97% | 0.39% | - |
| XYZ | 2.45 | 1.23 | 11.91 | - |
| YUV | 20.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 99 | 0.97 | 0.86 | 0 | 0.61 | 233.13 | 0.94 | 0.2 |
| Hex | 3 | E | 63 | 61 | 56 | 0 | 3D | E9 | 5E | 14 |
| Octal | 3 | 16 | 143 | 141 | 126 | 0 | 75 | 351 | 136 | 24 |
| Binary | 11 | 1110 | 1100011 | 1100001 | 1010110 | 0 | 111101 | 11101001 | 1011110 | 10100 |
Color Harmonies of #030E63
Complementary color
Monochromatic Colors of #030E63
Black with #030E63
Text Example
Text Example
White with #030E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E63; }
p { color: rgb(3,14,99); }
H1.HeaderClassName
{
color: #030E63;
}
.AnyTagClassName
{
color: #030E63;
}
</style>
background-color css
<style>
a { background-color: #030E63; }
a { background-color: rgb(3,14,99); }
div.DivClassName
{
background-color: #030E63;
}
.BgClassName
{
background-color: #030E63;
}
</style>
border-color css
<style>
span { border-color: #030E63; }
span { border-color: rgb(3,14,99); }
td.TdClassName
{
border-color: #030E63;
}
.TagClassName
{
border-color: #030E63;
}
</style>