Shades of Sapphire #02296F
Tints of Sapphire #02296F
RGB
CMYK
RGB Variations
Color information
#02296F (or 0x02296F) is known color: Sapphire. HEX triplet: 02, 29 and 6F. RGB value is (2,41,111). Sum of RGB (Red+Green+Blue) = 2+41+111=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 111 (43.75% from 255 or 72.08% from 154); Max value from RGB is 111 - color contains mainly: blue. Hex color #02296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02296F is #FDD690. Grayscale: #252525. Windows color (decimal): -16635537 or 7284994. OLE color: 7284994.
HSL color Cylindrical-coordinate representation of color #02296F: hue angle of 218.53º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02296F is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 41 | 111 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.56 |
| HSL | 218.53º | 0.96% | 0.22% | - |
| HSV(B) | 218.53º | 0.98% | 0.44% | - |
| XYZ | 3.69 | 2.75 | 15.37 | - |
| YUV | 37.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 111 | 0.98 | 0.63 | 0 | 0.56 | 218.53 | 0.96 | 0.22 |
| Hex | 2 | 29 | 6F | 62 | 3F | 0 | 38 | DB | 60 | 16 |
| Octal | 2 | 51 | 157 | 142 | 77 | 0 | 70 | 333 | 140 | 26 |
| Binary | 10 | 101001 | 1101111 | 1100010 | 111111 | 0 | 111000 | 11011011 | 1100000 | 10110 |
Color Harmonies of #02296F
Complementary color
Monochromatic Colors of #02296F
Black with #02296F
Text Example
Text Example
White with #02296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02296F; }
p { color: rgb(2,41,111); }
H1.HeaderClassName
{
color: #02296F;
}
.AnyTagClassName
{
color: #02296F;
}
</style>
background-color css
<style>
a { background-color: #02296F; }
a { background-color: rgb(2,41,111); }
div.DivClassName
{
background-color: #02296F;
}
.BgClassName
{
background-color: #02296F;
}
</style>
border-color css
<style>
span { border-color: #02296F; }
span { border-color: rgb(2,41,111); }
td.TdClassName
{
border-color: #02296F;
}
.TagClassName
{
border-color: #02296F;
}
</style>