Shades of Sapphire #02195E
Tints of Sapphire #02195E
RGB
CMYK
RGB Variations
Color information
#02195E (or 0x02195E) is known color: Sapphire. HEX triplet: 02, 19 and 5E. RGB value is (2,25,94). Sum of RGB (Red+Green+Blue) = 2+25+94=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 94 (37.11% from 255 or 77.69% from 121); Max value from RGB is 94 - color contains mainly: blue. Hex color #02195E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02195E is #FDE6A1. Grayscale: #191919. Windows color (decimal): -16639650 or 6166786. OLE color: 6166786.
HSL color Cylindrical-coordinate representation of color #02195E: hue angle of 225º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02195E is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 25 | 94 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.63 |
| HSL | 225º | 0.96% | 0.19% | - |
| HSV(B) | 225º | 0.98% | 0.37% | - |
| XYZ | 2.39 | 1.52 | 10.76 | - |
| YUV | 25.99 | 166.38 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 94 | 0.98 | 0.73 | 0 | 0.63 | 225 | 0.96 | 0.19 |
| Hex | 2 | 19 | 5E | 62 | 49 | 0 | 3F | E1 | 60 | 13 |
| Octal | 2 | 31 | 136 | 142 | 111 | 0 | 77 | 341 | 140 | 23 |
| Binary | 10 | 11001 | 1011110 | 1100010 | 1001001 | 0 | 111111 | 11100001 | 1100000 | 10011 |
Color Harmonies of #02195E
Complementary color
Monochromatic Colors of #02195E
Black with #02195E
Text Example
Text Example
White with #02195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02195E; }
p { color: rgb(2,25,94); }
H1.HeaderClassName
{
color: #02195E;
}
.AnyTagClassName
{
color: #02195E;
}
</style>
background-color css
<style>
a { background-color: #02195E; }
a { background-color: rgb(2,25,94); }
div.DivClassName
{
background-color: #02195E;
}
.BgClassName
{
background-color: #02195E;
}
</style>
border-color css
<style>
span { border-color: #02195E; }
span { border-color: rgb(2,25,94); }
td.TdClassName
{
border-color: #02195E;
}
.TagClassName
{
border-color: #02195E;
}
</style>