Shades of Sapphire #02145B
Tints of Sapphire #02145B
RGB
CMYK
RGB Variations
Color information
#02145B (or 0x02145B) is known color: Sapphire. HEX triplet: 02, 14 and 5B. RGB value is (2,20,91). Sum of RGB (Red+Green+Blue) = 2+20+91=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #02145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02145B is #FDEBA4. Grayscale: #161616. Windows color (decimal): -16640933 or 5968898. OLE color: 5968898.
HSL color Cylindrical-coordinate representation of color #02145B: hue angle of 227.87º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02145B is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 20 | 91 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.64 |
| HSL | 227.87º | 0.96% | 0.18% | - |
| HSV(B) | 227.87º | 0.98% | 0.36% | - |
| XYZ | 2.16 | 1.27 | 10.03 | - |
| YUV | 22.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 91 | 0.98 | 0.78 | 0 | 0.64 | 227.87 | 0.96 | 0.18 |
| Hex | 2 | 14 | 5B | 62 | 4E | 0 | 40 | E4 | 60 | 12 |
| Octal | 2 | 24 | 133 | 142 | 116 | 0 | 100 | 344 | 140 | 22 |
| Binary | 10 | 10100 | 1011011 | 1100010 | 1001110 | 0 | 1000000 | 11100100 | 1100000 | 10010 |
Color Harmonies of #02145B
Complementary color
Monochromatic Colors of #02145B
Black with #02145B
Text Example
Text Example
White with #02145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02145B; }
p { color: rgb(2,20,91); }
H1.HeaderClassName
{
color: #02145B;
}
.AnyTagClassName
{
color: #02145B;
}
</style>
background-color css
<style>
a { background-color: #02145B; }
a { background-color: rgb(2,20,91); }
div.DivClassName
{
background-color: #02145B;
}
.BgClassName
{
background-color: #02145B;
}
</style>
border-color css
<style>
span { border-color: #02145B; }
span { border-color: rgb(2,20,91); }
td.TdClassName
{
border-color: #02145B;
}
.TagClassName
{
border-color: #02145B;
}
</style>