Shades of Sapphire #02194A
Tints of Sapphire #02194A
RGB
CMYK
RGB Variations
Color information
#02194A (or 0x02194A) is known color: Sapphire. HEX triplet: 02, 19 and 4A. RGB value is (2,25,74). Sum of RGB (Red+Green+Blue) = 2+25+74=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 74 (29.30% from 255 or 73.27% from 101); Max value from RGB is 74 - color contains mainly: blue. Hex color #02194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02194A is #FDE6B5. Grayscale: #171717. Windows color (decimal): -16639670 or 4856066. OLE color: 4856066.
HSL color Cylindrical-coordinate representation of color #02194A: hue angle of 220.83º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02194A is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 25 | 74 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.71 |
| HSL | 220.83º | 0.95% | 0.15% | - |
| HSV(B) | 220.83º | 0.97% | 0.29% | - |
| XYZ | 1.61 | 1.2 | 6.63 | - |
| YUV | 23.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 74 | 0.97 | 0.66 | 0 | 0.71 | 220.83 | 0.95 | 0.15 |
| Hex | 2 | 19 | 4A | 61 | 42 | 0 | 47 | DD | 5F | F |
| Octal | 2 | 31 | 112 | 141 | 102 | 0 | 107 | 335 | 137 | 17 |
| Binary | 10 | 11001 | 1001010 | 1100001 | 1000010 | 0 | 1000111 | 11011101 | 1011111 | 1111 |
Color Harmonies of #02194A
Complementary color
Monochromatic Colors of #02194A
Black with #02194A
Text Example
Text Example
White with #02194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02194A; }
p { color: rgb(2,25,74); }
H1.HeaderClassName
{
color: #02194A;
}
.AnyTagClassName
{
color: #02194A;
}
</style>
background-color css
<style>
a { background-color: #02194A; }
a { background-color: rgb(2,25,74); }
div.DivClassName
{
background-color: #02194A;
}
.BgClassName
{
background-color: #02194A;
}
</style>
border-color css
<style>
span { border-color: #02194A; }
span { border-color: rgb(2,25,74); }
td.TdClassName
{
border-color: #02194A;
}
.TagClassName
{
border-color: #02194A;
}
</style>