Shades of Sapphire #030E5D
Tints of Sapphire #030E5D
RGB
CMYK
RGB Variations
Color information
#030E5D (or 0x030E5D) is known color: Sapphire. HEX triplet: 03, 0E and 5D. RGB value is (3,14,93). Sum of RGB (Red+Green+Blue) = 3+14+93=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 93 (36.72% from 255 or 84.55% from 110); Max value from RGB is 93 - color contains mainly: blue. Hex color #030E5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E5D is #FCF1A2. Grayscale: #131313. Windows color (decimal): -16576931 or 6098435. OLE color: 6098435.
HSL color Cylindrical-coordinate representation of color #030E5D: hue angle of 232.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030E5D is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 14 | 93 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.64 |
| HSL | 232.67º | 0.94% | 0.19% | - |
| HSV(B) | 232.67º | 0.97% | 0.36% | - |
| XYZ | 2.17 | 1.12 | 10.46 | - |
| YUV | 19.72 | 169.36 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 93 | 0.97 | 0.85 | 0 | 0.64 | 232.67 | 0.94 | 0.19 |
| Hex | 3 | E | 5D | 61 | 55 | 0 | 40 | E9 | 5E | 13 |
| Octal | 3 | 16 | 135 | 141 | 125 | 0 | 100 | 351 | 136 | 23 |
| Binary | 11 | 1110 | 1011101 | 1100001 | 1010101 | 0 | 1000000 | 11101001 | 1011110 | 10011 |
Color Harmonies of #030E5D
Complementary color
Monochromatic Colors of #030E5D
Black with #030E5D
Text Example
Text Example
White with #030E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E5D; }
p { color: rgb(3,14,93); }
H1.HeaderClassName
{
color: #030E5D;
}
.AnyTagClassName
{
color: #030E5D;
}
</style>
background-color css
<style>
a { background-color: #030E5D; }
a { background-color: rgb(3,14,93); }
div.DivClassName
{
background-color: #030E5D;
}
.BgClassName
{
background-color: #030E5D;
}
</style>
border-color css
<style>
span { border-color: #030E5D; }
span { border-color: rgb(3,14,93); }
td.TdClassName
{
border-color: #030E5D;
}
.TagClassName
{
border-color: #030E5D;
}
</style>