Shades of Sapphire #02105D
Tints of Sapphire #02105D
RGB
CMYK
RGB Variations
Color information
#02105D (or 0x02105D) is known color: Sapphire. HEX triplet: 02, 10 and 5D. RGB value is (2,16,93). Sum of RGB (Red+Green+Blue) = 2+16+93=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 93 (36.72% from 255 or 83.78% from 111); Max value from RGB is 93 - color contains mainly: blue. Hex color #02105D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02105D is #FDEFA2. Grayscale: #141414. Windows color (decimal): -16641955 or 6098946. OLE color: 6098946.
HSL color Cylindrical-coordinate representation of color #02105D: hue angle of 230.77º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02105D is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 16 | 93 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.64 |
| HSL | 230.77º | 0.96% | 0.19% | - |
| HSV(B) | 230.77º | 0.98% | 0.36% | - |
| XYZ | 2.19 | 1.17 | 10.47 | - |
| YUV | 20.59 | 168.86 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 93 | 0.98 | 0.83 | 0 | 0.64 | 230.77 | 0.96 | 0.19 |
| Hex | 2 | 10 | 5D | 62 | 53 | 0 | 40 | E7 | 60 | 13 |
| Octal | 2 | 20 | 135 | 142 | 123 | 0 | 100 | 347 | 140 | 23 |
| Binary | 10 | 10000 | 1011101 | 1100010 | 1010011 | 0 | 1000000 | 11100111 | 1100000 | 10011 |
Color Harmonies of #02105D
Complementary color
Monochromatic Colors of #02105D
Black with #02105D
Text Example
Text Example
White with #02105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02105D; }
p { color: rgb(2,16,93); }
H1.HeaderClassName
{
color: #02105D;
}
.AnyTagClassName
{
color: #02105D;
}
</style>
background-color css
<style>
a { background-color: #02105D; }
a { background-color: rgb(2,16,93); }
div.DivClassName
{
background-color: #02105D;
}
.BgClassName
{
background-color: #02105D;
}
</style>
border-color css
<style>
span { border-color: #02105D; }
span { border-color: rgb(2,16,93); }
td.TdClassName
{
border-color: #02105D;
}
.TagClassName
{
border-color: #02105D;
}
</style>