Shades of Sapphire #02145F
Tints of Sapphire #02145F
RGB
CMYK
RGB Variations
Color information
#02145F (or 0x02145F) is known color: Sapphire. HEX triplet: 02, 14 and 5F. RGB value is (2,20,95). Sum of RGB (Red+Green+Blue) = 2+20+95=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 95 (37.5% from 255 or 81.20% from 117); Max value from RGB is 95 - color contains mainly: blue. Hex color #02145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02145F is #FDEBA0. Grayscale: #161616. Windows color (decimal): -16640929 or 6231042. OLE color: 6231042.
HSL color Cylindrical-coordinate representation of color #02145F: hue angle of 228.39º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02145F is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 20 | 95 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.63 |
| HSL | 228.39º | 0.96% | 0.19% | - |
| HSV(B) | 228.39º | 0.98% | 0.37% | - |
| XYZ | 2.34 | 1.34 | 10.96 | - |
| YUV | 23.17 | 168.54 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 95 | 0.98 | 0.79 | 0 | 0.63 | 228.39 | 0.96 | 0.19 |
| Hex | 2 | 14 | 5F | 62 | 4F | 0 | 3F | E4 | 60 | 13 |
| Octal | 2 | 24 | 137 | 142 | 117 | 0 | 77 | 344 | 140 | 23 |
| Binary | 10 | 10100 | 1011111 | 1100010 | 1001111 | 0 | 111111 | 11100100 | 1100000 | 10011 |
Color Harmonies of #02145F
Complementary color
Monochromatic Colors of #02145F
Black with #02145F
Text Example
Text Example
White with #02145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02145F; }
p { color: rgb(2,20,95); }
H1.HeaderClassName
{
color: #02145F;
}
.AnyTagClassName
{
color: #02145F;
}
</style>
background-color css
<style>
a { background-color: #02145F; }
a { background-color: rgb(2,20,95); }
div.DivClassName
{
background-color: #02145F;
}
.BgClassName
{
background-color: #02145F;
}
</style>
border-color css
<style>
span { border-color: #02145F; }
span { border-color: rgb(2,20,95); }
td.TdClassName
{
border-color: #02145F;
}
.TagClassName
{
border-color: #02145F;
}
</style>