Shades of Sapphire #02194C
Tints of Sapphire #02194C
RGB
CMYK
RGB Variations
Color information
#02194C (or 0x02194C) is known color: Sapphire. HEX triplet: 02, 19 and 4C. RGB value is (2,25,76). Sum of RGB (Red+Green+Blue) = 2+25+76=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 76 (30.08% from 255 or 73.79% from 103); Max value from RGB is 76 - color contains mainly: blue. Hex color #02194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02194C is #FDE6B3. Grayscale: #171717. Windows color (decimal): -16639668 or 4987138. OLE color: 4987138.
HSL color Cylindrical-coordinate representation of color #02194C: hue angle of 221.35º 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 #02194C is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 25 | 76 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.70 |
| HSL | 221.35º | 0.95% | 0.15% | - |
| HSV(B) | 221.35º | 0.97% | 0.3% | - |
| XYZ | 1.68 | 1.23 | 6.99 | - |
| YUV | 23.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 76 | 0.97 | 0.67 | 0 | 0.70 | 221.35 | 0.95 | 0.15 |
| Hex | 2 | 19 | 4C | 61 | 43 | 0 | 46 | DD | 5F | F |
| Octal | 2 | 31 | 114 | 141 | 103 | 0 | 106 | 335 | 137 | 17 |
| Binary | 10 | 11001 | 1001100 | 1100001 | 1000011 | 0 | 1000110 | 11011101 | 1011111 | 1111 |
Color Harmonies of #02194C
Complementary color
Monochromatic Colors of #02194C
Black with #02194C
Text Example
Text Example
White with #02194C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02194C; }
p { color: rgb(2,25,76); }
H1.HeaderClassName
{
color: #02194C;
}
.AnyTagClassName
{
color: #02194C;
}
</style>
background-color css
<style>
a { background-color: #02194C; }
a { background-color: rgb(2,25,76); }
div.DivClassName
{
background-color: #02194C;
}
.BgClassName
{
background-color: #02194C;
}
</style>
border-color css
<style>
span { border-color: #02194C; }
span { border-color: rgb(2,25,76); }
td.TdClassName
{
border-color: #02194C;
}
.TagClassName
{
border-color: #02194C;
}
</style>