Shades of Sapphire #03124D
Tints of Sapphire #03124D
RGB
CMYK
RGB Variations
Color information
#03124D (or 0x03124D) is known color: Sapphire. HEX triplet: 03, 12 and 4D. RGB value is (3,18,77). Sum of RGB (Red+Green+Blue) = 3+18+77=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 77 (30.47% from 255 or 78.57% from 98); Max value from RGB is 77 - color contains mainly: blue. Hex color #03124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03124D is #FCEDB2. Grayscale: #131313. Windows color (decimal): -16575923 or 5050883. OLE color: 5050883.
HSL color Cylindrical-coordinate representation of color #03124D: hue angle of 227.84º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03124D is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 18 | 77 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.70 |
| HSL | 227.84º | 0.93% | 0.16% | - |
| HSV(B) | 227.84º | 0.96% | 0.3% | - |
| XYZ | 1.59 | 0.99 | 7.13 | - |
| YUV | 20.24 | 160.03 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 77 | 0.96 | 0.77 | 0 | 0.70 | 227.84 | 0.93 | 0.16 |
| Hex | 3 | 12 | 4D | 60 | 4D | 0 | 46 | E4 | 5C | 10 |
| Octal | 3 | 22 | 115 | 140 | 115 | 0 | 106 | 344 | 134 | 20 |
| Binary | 11 | 10010 | 1001101 | 1100000 | 1001101 | 0 | 1000110 | 11100100 | 1011100 | 10000 |
Color Harmonies of #03124D
Complementary color
Monochromatic Colors of #03124D
Black with #03124D
Text Example
Text Example
White with #03124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03124D; }
p { color: rgb(3,18,77); }
H1.HeaderClassName
{
color: #03124D;
}
.AnyTagClassName
{
color: #03124D;
}
</style>
background-color css
<style>
a { background-color: #03124D; }
a { background-color: rgb(3,18,77); }
div.DivClassName
{
background-color: #03124D;
}
.BgClassName
{
background-color: #03124D;
}
</style>
border-color css
<style>
span { border-color: #03124D; }
span { border-color: rgb(3,18,77); }
td.TdClassName
{
border-color: #03124D;
}
.TagClassName
{
border-color: #03124D;
}
</style>