Shades of Sapphire #02186A
Tints of Sapphire #02186A
RGB
CMYK
RGB Variations
Color information
#02186A (or 0x02186A) is known color: Sapphire. HEX triplet: 02, 18 and 6A. RGB value is (2,24,106). Sum of RGB (Red+Green+Blue) = 2+24+106=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 106 (41.80% from 255 or 80.30% from 132); Max value from RGB is 106 - color contains mainly: blue. Hex color #02186A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02186A is #FDE795. Grayscale: #1A1A1A. Windows color (decimal): -16639894 or 6952962. OLE color: 6952962.
HSL color Cylindrical-coordinate representation of color #02186A: hue angle of 227.31º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02186A is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 24 | 106 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.58 |
| HSL | 227.31º | 0.96% | 0.21% | - |
| HSV(B) | 227.31º | 0.98% | 0.42% | - |
| XYZ | 2.95 | 1.71 | 13.81 | - |
| YUV | 26.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 106 | 0.98 | 0.77 | 0 | 0.58 | 227.31 | 0.96 | 0.21 |
| Hex | 2 | 18 | 6A | 62 | 4D | 0 | 3A | E3 | 60 | 15 |
| Octal | 2 | 30 | 152 | 142 | 115 | 0 | 72 | 343 | 140 | 25 |
| Binary | 10 | 11000 | 1101010 | 1100010 | 1001101 | 0 | 111010 | 11100011 | 1100000 | 10101 |
Color Harmonies of #02186A
Complementary color
Monochromatic Colors of #02186A
Black with #02186A
Text Example
Text Example
White with #02186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02186A; }
p { color: rgb(2,24,106); }
H1.HeaderClassName
{
color: #02186A;
}
.AnyTagClassName
{
color: #02186A;
}
</style>
background-color css
<style>
a { background-color: #02186A; }
a { background-color: rgb(2,24,106); }
div.DivClassName
{
background-color: #02186A;
}
.BgClassName
{
background-color: #02186A;
}
</style>
border-color css
<style>
span { border-color: #02186A; }
span { border-color: rgb(2,24,106); }
td.TdClassName
{
border-color: #02186A;
}
.TagClassName
{
border-color: #02186A;
}
</style>