Shades of Sapphire #02195D
Tints of Sapphire #02195D
RGB
CMYK
RGB Variations
Color information
#02195D (or 0x02195D) is known color: Sapphire. HEX triplet: 02, 19 and 5D. RGB value is (2,25,93). Sum of RGB (Red+Green+Blue) = 2+25+93=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 93 (36.72% from 255 or 77.5% from 120); Max value from RGB is 93 - color contains mainly: blue. Hex color #02195D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02195D is #FDE6A2. Grayscale: #191919. Windows color (decimal): -16639651 or 6101250. OLE color: 6101250.
HSL color Cylindrical-coordinate representation of color #02195D: hue angle of 224.84º 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 #02195D is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 25 | 93 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.64 |
| HSL | 224.84º | 0.96% | 0.19% | - |
| HSV(B) | 224.84º | 0.98% | 0.36% | - |
| XYZ | 2.35 | 1.5 | 10.52 | - |
| YUV | 25.88 | 165.88 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 93 | 0.98 | 0.73 | 0 | 0.64 | 224.84 | 0.96 | 0.19 |
| Hex | 2 | 19 | 5D | 62 | 49 | 0 | 40 | E1 | 60 | 13 |
| Octal | 2 | 31 | 135 | 142 | 111 | 0 | 100 | 341 | 140 | 23 |
| Binary | 10 | 11001 | 1011101 | 1100010 | 1001001 | 0 | 1000000 | 11100001 | 1100000 | 10011 |
Color Harmonies of #02195D
Complementary color
Monochromatic Colors of #02195D
Black with #02195D
Text Example
Text Example
White with #02195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02195D; }
p { color: rgb(2,25,93); }
H1.HeaderClassName
{
color: #02195D;
}
.AnyTagClassName
{
color: #02195D;
}
</style>
background-color css
<style>
a { background-color: #02195D; }
a { background-color: rgb(2,25,93); }
div.DivClassName
{
background-color: #02195D;
}
.BgClassName
{
background-color: #02195D;
}
</style>
border-color css
<style>
span { border-color: #02195D; }
span { border-color: rgb(2,25,93); }
td.TdClassName
{
border-color: #02195D;
}
.TagClassName
{
border-color: #02195D;
}
</style>