Shades of Sapphire #02194D
Tints of Sapphire #02194D
RGB
CMYK
RGB Variations
Color information
#02194D (or 0x02194D) is known color: Sapphire. HEX triplet: 02, 19 and 4D. RGB value is (2,25,77). Sum of RGB (Red+Green+Blue) = 2+25+77=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #02194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02194D is #FDE6B2. Grayscale: #171717. Windows color (decimal): -16639667 or 5052674. OLE color: 5052674.
HSL color Cylindrical-coordinate representation of color #02194D: hue angle of 221.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02194D is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 25 | 77 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.70 |
| HSL | 221.6º | 0.95% | 0.15% | - |
| HSV(B) | 221.6º | 0.97% | 0.3% | - |
| XYZ | 1.71 | 1.24 | 7.17 | - |
| YUV | 24.05 | 157.88 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 77 | 0.97 | 0.68 | 0 | 0.70 | 221.6 | 0.95 | 0.15 |
| Hex | 2 | 19 | 4D | 61 | 44 | 0 | 46 | DE | 5F | F |
| Octal | 2 | 31 | 115 | 141 | 104 | 0 | 106 | 336 | 137 | 17 |
| Binary | 10 | 11001 | 1001101 | 1100001 | 1000100 | 0 | 1000110 | 11011110 | 1011111 | 1111 |
Color Harmonies of #02194D
Complementary color
Monochromatic Colors of #02194D
Black with #02194D
Text Example
Text Example
White with #02194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02194D; }
p { color: rgb(2,25,77); }
H1.HeaderClassName
{
color: #02194D;
}
.AnyTagClassName
{
color: #02194D;
}
</style>
background-color css
<style>
a { background-color: #02194D; }
a { background-color: rgb(2,25,77); }
div.DivClassName
{
background-color: #02194D;
}
.BgClassName
{
background-color: #02194D;
}
</style>
border-color css
<style>
span { border-color: #02194D; }
span { border-color: rgb(2,25,77); }
td.TdClassName
{
border-color: #02194D;
}
.TagClassName
{
border-color: #02194D;
}
</style>