Shades of Sapphire #02186B
Tints of Sapphire #02186B
RGB
CMYK
RGB Variations
Color information
#02186B (or 0x02186B) is known color: Sapphire. HEX triplet: 02, 18 and 6B. RGB value is (2,24,107). Sum of RGB (Red+Green+Blue) = 2+24+107=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 107 (42.19% from 255 or 80.45% from 133); Max value from RGB is 107 - color contains mainly: blue. Hex color #02186B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02186B is #FDE794. Grayscale: #1A1A1A. Windows color (decimal): -16639893 or 7018498. OLE color: 7018498.
HSL color Cylindrical-coordinate representation of color #02186B: hue angle of 227.43º 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 #02186B is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 24 | 107 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.58 |
| HSL | 227.43º | 0.96% | 0.21% | - |
| HSV(B) | 227.43º | 0.98% | 0.42% | - |
| XYZ | 3.01 | 1.73 | 14.08 | - |
| YUV | 26.88 | 173.21 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 107 | 0.98 | 0.78 | 0 | 0.58 | 227.43 | 0.96 | 0.21 |
| Hex | 2 | 18 | 6B | 62 | 4E | 0 | 3A | E3 | 60 | 15 |
| Octal | 2 | 30 | 153 | 142 | 116 | 0 | 72 | 343 | 140 | 25 |
| Binary | 10 | 11000 | 1101011 | 1100010 | 1001110 | 0 | 111010 | 11100011 | 1100000 | 10101 |
Color Harmonies of #02186B
Complementary color
Monochromatic Colors of #02186B
Black with #02186B
Text Example
Text Example
White with #02186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02186B; }
p { color: rgb(2,24,107); }
H1.HeaderClassName
{
color: #02186B;
}
.AnyTagClassName
{
color: #02186B;
}
</style>
background-color css
<style>
a { background-color: #02186B; }
a { background-color: rgb(2,24,107); }
div.DivClassName
{
background-color: #02186B;
}
.BgClassName
{
background-color: #02186B;
}
</style>
border-color css
<style>
span { border-color: #02186B; }
span { border-color: rgb(2,24,107); }
td.TdClassName
{
border-color: #02186B;
}
.TagClassName
{
border-color: #02186B;
}
</style>