Shades of Sapphire #03124E
Tints of Sapphire #03124E
RGB
CMYK
RGB Variations
Color information
#03124E (or 0x03124E) is known color: Sapphire. HEX triplet: 03, 12 and 4E. RGB value is (3,18,78). Sum of RGB (Red+Green+Blue) = 3+18+78=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 78 (30.86% from 255 or 78.79% from 99); Max value from RGB is 78 - color contains mainly: blue. Hex color #03124E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03124E is #FCEDB1. Grayscale: #141414. Windows color (decimal): -16575922 or 5116419. OLE color: 5116419.
HSL color Cylindrical-coordinate representation of color #03124E: hue angle of 228º 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 #03124E is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 18 | 78 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.69 |
| HSL | 228º | 0.93% | 0.16% | - |
| HSV(B) | 228º | 0.96% | 0.31% | - |
| XYZ | 1.63 | 1 | 7.32 | - |
| YUV | 20.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 78 | 0.96 | 0.77 | 0 | 0.69 | 228 | 0.93 | 0.16 |
| Hex | 3 | 12 | 4E | 60 | 4D | 0 | 45 | E4 | 5D | 10 |
| Octal | 3 | 22 | 116 | 140 | 115 | 0 | 105 | 344 | 135 | 20 |
| Binary | 11 | 10010 | 1001110 | 1100000 | 1001101 | 0 | 1000101 | 11100100 | 1011101 | 10000 |
Color Harmonies of #03124E
Complementary color
Monochromatic Colors of #03124E
Black with #03124E
Text Example
Text Example
White with #03124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03124E; }
p { color: rgb(3,18,78); }
H1.HeaderClassName
{
color: #03124E;
}
.AnyTagClassName
{
color: #03124E;
}
</style>
background-color css
<style>
a { background-color: #03124E; }
a { background-color: rgb(3,18,78); }
div.DivClassName
{
background-color: #03124E;
}
.BgClassName
{
background-color: #03124E;
}
</style>
border-color css
<style>
span { border-color: #03124E; }
span { border-color: rgb(3,18,78); }
td.TdClassName
{
border-color: #03124E;
}
.TagClassName
{
border-color: #03124E;
}
</style>