Shades of Sapphire #02154D
Tints of Sapphire #02154D
RGB
CMYK
RGB Variations
Color information
#02154D (or 0x02154D) is known color: Sapphire. HEX triplet: 02, 15 and 4D. RGB value is (2,21,77). Sum of RGB (Red+Green+Blue) = 2+21+77=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 77 (30.47% from 255 or 77% from 100); Max value from RGB is 77 - color contains mainly: blue. Hex color #02154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02154D is #FDEAB2. Grayscale: #151515. Windows color (decimal): -16640691 or 5051650. OLE color: 5051650.
HSL color Cylindrical-coordinate representation of color #02154D: hue angle of 224.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02154D is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 21 | 77 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.70 |
| HSL | 224.8º | 0.95% | 0.15% | - |
| HSV(B) | 224.8º | 0.97% | 0.3% | - |
| XYZ | 1.63 | 1.09 | 7.14 | - |
| YUV | 21.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 77 | 0.97 | 0.73 | 0 | 0.70 | 224.8 | 0.95 | 0.15 |
| Hex | 2 | 15 | 4D | 61 | 49 | 0 | 46 | E1 | 5F | F |
| Octal | 2 | 25 | 115 | 141 | 111 | 0 | 106 | 341 | 137 | 17 |
| Binary | 10 | 10101 | 1001101 | 1100001 | 1001001 | 0 | 1000110 | 11100001 | 1011111 | 1111 |
Color Harmonies of #02154D
Complementary color
Monochromatic Colors of #02154D
Black with #02154D
Text Example
Text Example
White with #02154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02154D; }
p { color: rgb(2,21,77); }
H1.HeaderClassName
{
color: #02154D;
}
.AnyTagClassName
{
color: #02154D;
}
</style>
background-color css
<style>
a { background-color: #02154D; }
a { background-color: rgb(2,21,77); }
div.DivClassName
{
background-color: #02154D;
}
.BgClassName
{
background-color: #02154D;
}
</style>
border-color css
<style>
span { border-color: #02154D; }
span { border-color: rgb(2,21,77); }
td.TdClassName
{
border-color: #02154D;
}
.TagClassName
{
border-color: #02154D;
}
</style>