Shades of Sapphire #02145A
Tints of Sapphire #02145A
RGB
CMYK
RGB Variations
Color information
#02145A (or 0x02145A) is known color: Sapphire. HEX triplet: 02, 14 and 5A. RGB value is (2,20,90). Sum of RGB (Red+Green+Blue) = 2+20+90=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 90 (35.55% from 255 or 80.36% from 112); Max value from RGB is 90 - color contains mainly: blue. Hex color #02145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02145A is #FDEBA5. Grayscale: #161616. Windows color (decimal): -16640934 or 5903362. OLE color: 5903362.
HSL color Cylindrical-coordinate representation of color #02145A: hue angle of 227.73º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02145A is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 20 | 90 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.65 |
| HSL | 227.73º | 0.96% | 0.18% | - |
| HSV(B) | 227.73º | 0.98% | 0.35% | - |
| XYZ | 2.12 | 1.25 | 9.8 | - |
| YUV | 22.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 90 | 0.98 | 0.78 | 0 | 0.65 | 227.73 | 0.96 | 0.18 |
| Hex | 2 | 14 | 5A | 62 | 4E | 0 | 41 | E4 | 60 | 12 |
| Octal | 2 | 24 | 132 | 142 | 116 | 0 | 101 | 344 | 140 | 22 |
| Binary | 10 | 10100 | 1011010 | 1100010 | 1001110 | 0 | 1000001 | 11100100 | 1100000 | 10010 |
Color Harmonies of #02145A
Complementary color
Monochromatic Colors of #02145A
Black with #02145A
Text Example
Text Example
White with #02145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02145A; }
p { color: rgb(2,20,90); }
H1.HeaderClassName
{
color: #02145A;
}
.AnyTagClassName
{
color: #02145A;
}
</style>
background-color css
<style>
a { background-color: #02145A; }
a { background-color: rgb(2,20,90); }
div.DivClassName
{
background-color: #02145A;
}
.BgClassName
{
background-color: #02145A;
}
</style>
border-color css
<style>
span { border-color: #02145A; }
span { border-color: rgb(2,20,90); }
td.TdClassName
{
border-color: #02145A;
}
.TagClassName
{
border-color: #02145A;
}
</style>