Shades of Sapphire #02104E
Tints of Sapphire #02104E
RGB
CMYK
RGB Variations
Color information
#02104E (or 0x02104E) is known color: Sapphire. HEX triplet: 02, 10 and 4E. RGB value is (2,16,78). Sum of RGB (Red+Green+Blue) = 2+16+78=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 78 (30.86% from 255 or 81.25% from 96); Max value from RGB is 78 - color contains mainly: blue. Hex color #02104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02104E is #FDEFB1. Grayscale: #121212. Windows color (decimal): -16641970 or 5115906. OLE color: 5115906.
HSL color Cylindrical-coordinate representation of color #02104E: hue angle of 228.95º 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 #02104E is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 16 | 78 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.69 |
| HSL | 228.95º | 0.95% | 0.16% | - |
| HSV(B) | 228.95º | 0.97% | 0.31% | - |
| XYZ | 1.59 | 0.93 | 7.3 | - |
| YUV | 18.88 | 161.36 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 78 | 0.97 | 0.79 | 0 | 0.69 | 228.95 | 0.95 | 0.16 |
| Hex | 2 | 10 | 4E | 61 | 4F | 0 | 45 | E5 | 5F | 10 |
| Octal | 2 | 20 | 116 | 141 | 117 | 0 | 105 | 345 | 137 | 20 |
| Binary | 10 | 10000 | 1001110 | 1100001 | 1001111 | 0 | 1000101 | 11100101 | 1011111 | 10000 |
Color Harmonies of #02104E
Complementary color
Monochromatic Colors of #02104E
Black with #02104E
Text Example
Text Example
White with #02104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02104E; }
p { color: rgb(2,16,78); }
H1.HeaderClassName
{
color: #02104E;
}
.AnyTagClassName
{
color: #02104E;
}
</style>
background-color css
<style>
a { background-color: #02104E; }
a { background-color: rgb(2,16,78); }
div.DivClassName
{
background-color: #02104E;
}
.BgClassName
{
background-color: #02104E;
}
</style>
border-color css
<style>
span { border-color: #02104E; }
span { border-color: rgb(2,16,78); }
td.TdClassName
{
border-color: #02104E;
}
.TagClassName
{
border-color: #02104E;
}
</style>