Shades of Sapphire #02124E
Tints of Sapphire #02124E
RGB
CMYK
RGB Variations
Color information
#02124E (or 0x02124E) is known color: Sapphire. HEX triplet: 02, 12 and 4E. RGB value is (2,18,78). Sum of RGB (Red+Green+Blue) = 2+18+78=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #02124E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02124E is #FDEDB1. Grayscale: #131313. Windows color (decimal): -16641458 or 5116418. OLE color: 5116418.
HSL color Cylindrical-coordinate representation of color #02124E: hue angle of 227.37º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02124E is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 18 | 78 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.69 |
| HSL | 227.37º | 0.95% | 0.16% | - |
| HSV(B) | 227.37º | 0.97% | 0.31% | - |
| XYZ | 1.62 | 1 | 7.31 | - |
| YUV | 20.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 78 | 0.97 | 0.77 | 0 | 0.69 | 227.37 | 0.95 | 0.16 |
| Hex | 2 | 12 | 4E | 61 | 4D | 0 | 45 | E3 | 5F | 10 |
| Octal | 2 | 22 | 116 | 141 | 115 | 0 | 105 | 343 | 137 | 20 |
| Binary | 10 | 10010 | 1001110 | 1100001 | 1001101 | 0 | 1000101 | 11100011 | 1011111 | 10000 |
Color Harmonies of #02124E
Complementary color
Monochromatic Colors of #02124E
Black with #02124E
Text Example
Text Example
White with #02124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02124E; }
p { color: rgb(2,18,78); }
H1.HeaderClassName
{
color: #02124E;
}
.AnyTagClassName
{
color: #02124E;
}
</style>
background-color css
<style>
a { background-color: #02124E; }
a { background-color: rgb(2,18,78); }
div.DivClassName
{
background-color: #02124E;
}
.BgClassName
{
background-color: #02124E;
}
</style>
border-color css
<style>
span { border-color: #02124E; }
span { border-color: rgb(2,18,78); }
td.TdClassName
{
border-color: #02124E;
}
.TagClassName
{
border-color: #02124E;
}
</style>