Shades of Sapphire #030E53
Tints of Sapphire #030E53
RGB
CMYK
RGB Variations
Color information
#030E53 (or 0x030E53) is known color: Sapphire. HEX triplet: 03, 0E and 53. RGB value is (3,14,83). Sum of RGB (Red+Green+Blue) = 3+14+83=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 83 (32.81% from 255 or 83% from 100); Max value from RGB is 83 - color contains mainly: blue. Hex color #030E53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E53 is #FCF1AC. Grayscale: #121212. Windows color (decimal): -16576941 or 5443075. OLE color: 5443075.
HSL color Cylindrical-coordinate representation of color #030E53: hue angle of 231.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030E53 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 14 | 83 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.67 |
| HSL | 231.75º | 0.93% | 0.17% | - |
| HSV(B) | 231.75º | 0.96% | 0.33% | - |
| XYZ | 1.76 | 0.96 | 8.28 | - |
| YUV | 18.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 83 | 0.96 | 0.83 | 0 | 0.67 | 231.75 | 0.93 | 0.17 |
| Hex | 3 | E | 53 | 60 | 53 | 0 | 43 | E8 | 5D | 11 |
| Octal | 3 | 16 | 123 | 140 | 123 | 0 | 103 | 350 | 135 | 21 |
| Binary | 11 | 1110 | 1010011 | 1100000 | 1010011 | 0 | 1000011 | 11101000 | 1011101 | 10001 |
Color Harmonies of #030E53
Complementary color
Monochromatic Colors of #030E53
Black with #030E53
Text Example
Text Example
White with #030E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E53; }
p { color: rgb(3,14,83); }
H1.HeaderClassName
{
color: #030E53;
}
.AnyTagClassName
{
color: #030E53;
}
</style>
background-color css
<style>
a { background-color: #030E53; }
a { background-color: rgb(3,14,83); }
div.DivClassName
{
background-color: #030E53;
}
.BgClassName
{
background-color: #030E53;
}
</style>
border-color css
<style>
span { border-color: #030E53; }
span { border-color: rgb(3,14,83); }
td.TdClassName
{
border-color: #030E53;
}
.TagClassName
{
border-color: #030E53;
}
</style>