Shades of Sapphire #02297C
Tints of Sapphire #02297C
RGB
CMYK
RGB Variations
Color information
#02297C (or 0x02297C) is known color: Sapphire. HEX triplet: 02, 29 and 7C. RGB value is (2,41,124). Sum of RGB (Red+Green+Blue) = 2+41+124=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 124 (48.83% from 255 or 74.25% from 167); Max value from RGB is 124 - color contains mainly: blue. Hex color #02297C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02297C is #FDD683. Grayscale: #262626. Windows color (decimal): -16635524 or 8136962. OLE color: 8136962.
HSL color Cylindrical-coordinate representation of color #02297C: hue angle of 220.82º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02297C is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 41 | 124 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.51 |
| HSL | 220.82º | 0.97% | 0.25% | - |
| HSV(B) | 220.82º | 0.98% | 0.49% | - |
| XYZ | 4.46 | 3.05 | 19.42 | - |
| YUV | 38.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 124 | 0.98 | 0.67 | 0 | 0.51 | 220.82 | 0.97 | 0.25 |
| Hex | 2 | 29 | 7C | 62 | 43 | 0 | 33 | DD | 61 | 19 |
| Octal | 2 | 51 | 174 | 142 | 103 | 0 | 63 | 335 | 141 | 31 |
| Binary | 10 | 101001 | 1111100 | 1100010 | 1000011 | 0 | 110011 | 11011101 | 1100001 | 11001 |
Color Harmonies of #02297C
Complementary color
Monochromatic Colors of #02297C
Black with #02297C
Text Example
Text Example
White with #02297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02297C; }
p { color: rgb(2,41,124); }
H1.HeaderClassName
{
color: #02297C;
}
.AnyTagClassName
{
color: #02297C;
}
</style>
background-color css
<style>
a { background-color: #02297C; }
a { background-color: rgb(2,41,124); }
div.DivClassName
{
background-color: #02297C;
}
.BgClassName
{
background-color: #02297C;
}
</style>
border-color css
<style>
span { border-color: #02297C; }
span { border-color: rgb(2,41,124); }
td.TdClassName
{
border-color: #02297C;
}
.TagClassName
{
border-color: #02297C;
}
</style>