Shades of Sapphire #02187B
Tints of Sapphire #02187B
RGB
CMYK
RGB Variations
Color information
#02187B (or 0x02187B) is known color: Sapphire. HEX triplet: 02, 18 and 7B. RGB value is (2,24,123). Sum of RGB (Red+Green+Blue) = 2+24+123=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 123 (48.44% from 255 or 82.55% from 149); Max value from RGB is 123 - color contains mainly: blue. Hex color #02187B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02187B is #FDE784. Grayscale: #1C1C1C. Windows color (decimal): -16639877 or 8067074. OLE color: 8067074.
HSL color Cylindrical-coordinate representation of color #02187B: hue angle of 229.09º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02187B is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 24 | 123 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.52 |
| HSL | 229.09º | 0.97% | 0.25% | - |
| HSV(B) | 229.09º | 0.98% | 0.48% | - |
| XYZ | 3.93 | 2.1 | 18.94 | - |
| YUV | 28.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 123 | 0.98 | 0.80 | 0 | 0.52 | 229.09 | 0.97 | 0.25 |
| Hex | 2 | 18 | 7B | 62 | 50 | 0 | 34 | E5 | 61 | 19 |
| Octal | 2 | 30 | 173 | 142 | 120 | 0 | 64 | 345 | 141 | 31 |
| Binary | 10 | 11000 | 1111011 | 1100010 | 1010000 | 0 | 110100 | 11100101 | 1100001 | 11001 |
Color Harmonies of #02187B
Complementary color
Monochromatic Colors of #02187B
Black with #02187B
Text Example
Text Example
White with #02187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02187B; }
p { color: rgb(2,24,123); }
H1.HeaderClassName
{
color: #02187B;
}
.AnyTagClassName
{
color: #02187B;
}
</style>
background-color css
<style>
a { background-color: #02187B; }
a { background-color: rgb(2,24,123); }
div.DivClassName
{
background-color: #02187B;
}
.BgClassName
{
background-color: #02187B;
}
</style>
border-color css
<style>
span { border-color: #02187B; }
span { border-color: rgb(2,24,123); }
td.TdClassName
{
border-color: #02187B;
}
.TagClassName
{
border-color: #02187B;
}
</style>