Shades of Sapphire #02155C
Tints of Sapphire #02155C
RGB
CMYK
RGB Variations
Color information
#02155C (or 0x02155C) is known color: Sapphire. HEX triplet: 02, 15 and 5C. RGB value is (2,21,92). Sum of RGB (Red+Green+Blue) = 2+21+92=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #02155C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02155C is #FDEAA3. Grayscale: #171717. Windows color (decimal): -16640676 or 6034690. OLE color: 6034690.
HSL color Cylindrical-coordinate representation of color #02155C: hue angle of 227.33º 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 #02155C is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 21 | 92 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.64 |
| HSL | 227.33º | 0.96% | 0.18% | - |
| HSV(B) | 227.33º | 0.98% | 0.36% | - |
| XYZ | 2.22 | 1.32 | 10.26 | - |
| YUV | 23.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 92 | 0.98 | 0.77 | 0 | 0.64 | 227.33 | 0.96 | 0.18 |
| Hex | 2 | 15 | 5C | 62 | 4D | 0 | 40 | E3 | 60 | 12 |
| Octal | 2 | 25 | 134 | 142 | 115 | 0 | 100 | 343 | 140 | 22 |
| Binary | 10 | 10101 | 1011100 | 1100010 | 1001101 | 0 | 1000000 | 11100011 | 1100000 | 10010 |
Color Harmonies of #02155C
Complementary color
Monochromatic Colors of #02155C
Black with #02155C
Text Example
Text Example
White with #02155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02155C; }
p { color: rgb(2,21,92); }
H1.HeaderClassName
{
color: #02155C;
}
.AnyTagClassName
{
color: #02155C;
}
</style>
background-color css
<style>
a { background-color: #02155C; }
a { background-color: rgb(2,21,92); }
div.DivClassName
{
background-color: #02155C;
}
.BgClassName
{
background-color: #02155C;
}
</style>
border-color css
<style>
span { border-color: #02155C; }
span { border-color: rgb(2,21,92); }
td.TdClassName
{
border-color: #02155C;
}
.TagClassName
{
border-color: #02155C;
}
</style>