Shades of Sapphire #02145D
Tints of Sapphire #02145D
RGB
CMYK
RGB Variations
Color information
#02145D (or 0x02145D) is known color: Sapphire. HEX triplet: 02, 14 and 5D. RGB value is (2,20,93). Sum of RGB (Red+Green+Blue) = 2+20+93=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 93 (36.72% from 255 or 80.87% from 115); Max value from RGB is 93 - color contains mainly: blue. Hex color #02145D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02145D is #FDEBA2. Grayscale: #161616. Windows color (decimal): -16640931 or 6099970. OLE color: 6099970.
HSL color Cylindrical-coordinate representation of color #02145D: hue angle of 228.13º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02145D is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 20 | 93 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.64 |
| HSL | 228.13º | 0.96% | 0.19% | - |
| HSV(B) | 228.13º | 0.98% | 0.36% | - |
| XYZ | 2.25 | 1.3 | 10.49 | - |
| YUV | 22.94 | 167.54 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 93 | 0.98 | 0.78 | 0 | 0.64 | 228.13 | 0.96 | 0.19 |
| Hex | 2 | 14 | 5D | 62 | 4E | 0 | 40 | E4 | 60 | 13 |
| Octal | 2 | 24 | 135 | 142 | 116 | 0 | 100 | 344 | 140 | 23 |
| Binary | 10 | 10100 | 1011101 | 1100010 | 1001110 | 0 | 1000000 | 11100100 | 1100000 | 10011 |
Color Harmonies of #02145D
Complementary color
Monochromatic Colors of #02145D
Black with #02145D
Text Example
Text Example
White with #02145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02145D; }
p { color: rgb(2,20,93); }
H1.HeaderClassName
{
color: #02145D;
}
.AnyTagClassName
{
color: #02145D;
}
</style>
background-color css
<style>
a { background-color: #02145D; }
a { background-color: rgb(2,20,93); }
div.DivClassName
{
background-color: #02145D;
}
.BgClassName
{
background-color: #02145D;
}
</style>
border-color css
<style>
span { border-color: #02145D; }
span { border-color: rgb(2,20,93); }
td.TdClassName
{
border-color: #02145D;
}
.TagClassName
{
border-color: #02145D;
}
</style>