Shades of Sapphire #02155A
Tints of Sapphire #02155A
RGB
CMYK
RGB Variations
Color information
#02155A (or 0x02155A) is known color: Sapphire. HEX triplet: 02, 15 and 5A. RGB value is (2,21,90). Sum of RGB (Red+Green+Blue) = 2+21+90=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #02155A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02155A is #FDEAA5. Grayscale: #161616. Windows color (decimal): -16640678 or 5903618. OLE color: 5903618.
HSL color Cylindrical-coordinate representation of color #02155A: hue angle of 227.05º 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 #02155A is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 21 | 90 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.65 |
| HSL | 227.05º | 0.96% | 0.18% | - |
| HSV(B) | 227.05º | 0.98% | 0.35% | - |
| XYZ | 2.14 | 1.29 | 9.81 | - |
| YUV | 23.19 | 165.71 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 90 | 0.98 | 0.77 | 0 | 0.65 | 227.05 | 0.96 | 0.18 |
| Hex | 2 | 15 | 5A | 62 | 4D | 0 | 41 | E3 | 60 | 12 |
| Octal | 2 | 25 | 132 | 142 | 115 | 0 | 101 | 343 | 140 | 22 |
| Binary | 10 | 10101 | 1011010 | 1100010 | 1001101 | 0 | 1000001 | 11100011 | 1100000 | 10010 |
Color Harmonies of #02155A
Complementary color
Monochromatic Colors of #02155A
Black with #02155A
Text Example
Text Example
White with #02155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02155A; }
p { color: rgb(2,21,90); }
H1.HeaderClassName
{
color: #02155A;
}
.AnyTagClassName
{
color: #02155A;
}
</style>
background-color css
<style>
a { background-color: #02155A; }
a { background-color: rgb(2,21,90); }
div.DivClassName
{
background-color: #02155A;
}
.BgClassName
{
background-color: #02155A;
}
</style>
border-color css
<style>
span { border-color: #02155A; }
span { border-color: rgb(2,21,90); }
td.TdClassName
{
border-color: #02155A;
}
.TagClassName
{
border-color: #02155A;
}
</style>