Shades of Sapphire #02145C
Tints of Sapphire #02145C
RGB
CMYK
RGB Variations
Color information
#02145C (or 0x02145C) is known color: Sapphire. HEX triplet: 02, 14 and 5C. RGB value is (2,20,92). Sum of RGB (Red+Green+Blue) = 2+20+92=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 92 (36.33% from 255 or 80.70% from 114); Max value from RGB is 92 - color contains mainly: blue. Hex color #02145C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02145C is #FDEBA3. Grayscale: #161616. Windows color (decimal): -16640932 or 6034434. OLE color: 6034434.
HSL color Cylindrical-coordinate representation of color #02145C: hue angle of 228º 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 #02145C is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 20 | 92 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.64 |
| HSL | 228º | 0.96% | 0.18% | - |
| HSV(B) | 228º | 0.98% | 0.36% | - |
| XYZ | 2.21 | 1.29 | 10.26 | - |
| YUV | 22.83 | 167.04 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 92 | 0.98 | 0.78 | 0 | 0.64 | 228 | 0.96 | 0.18 |
| Hex | 2 | 14 | 5C | 62 | 4E | 0 | 40 | E4 | 60 | 12 |
| Octal | 2 | 24 | 134 | 142 | 116 | 0 | 100 | 344 | 140 | 22 |
| Binary | 10 | 10100 | 1011100 | 1100010 | 1001110 | 0 | 1000000 | 11100100 | 1100000 | 10010 |
Color Harmonies of #02145C
Complementary color
Monochromatic Colors of #02145C
Black with #02145C
Text Example
Text Example
White with #02145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02145C; }
p { color: rgb(2,20,92); }
H1.HeaderClassName
{
color: #02145C;
}
.AnyTagClassName
{
color: #02145C;
}
</style>
background-color css
<style>
a { background-color: #02145C; }
a { background-color: rgb(2,20,92); }
div.DivClassName
{
background-color: #02145C;
}
.BgClassName
{
background-color: #02145C;
}
</style>
border-color css
<style>
span { border-color: #02145C; }
span { border-color: rgb(2,20,92); }
td.TdClassName
{
border-color: #02145C;
}
.TagClassName
{
border-color: #02145C;
}
</style>