Shades of Sapphire #02286F
Tints of Sapphire #02286F
RGB
CMYK
RGB Variations
Color information
#02286F (or 0x02286F) is known color: Sapphire. HEX triplet: 02, 28 and 6F. RGB value is (2,40,111). Sum of RGB (Red+Green+Blue) = 2+40+111=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 111 (43.75% from 255 or 72.55% from 153); Max value from RGB is 111 - color contains mainly: blue. Hex color #02286F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02286F is #FDD790. Grayscale: #242424. Windows color (decimal): -16635793 or 7284738. OLE color: 7284738.
HSL color Cylindrical-coordinate representation of color #02286F: hue angle of 219.08º 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 #02286F is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 40 | 111 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.56 |
| HSL | 219.08º | 0.96% | 0.22% | - |
| HSV(B) | 219.08º | 0.98% | 0.44% | - |
| XYZ | 3.65 | 2.68 | 15.36 | - |
| YUV | 36.73 | 169.91 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 111 | 0.98 | 0.64 | 0 | 0.56 | 219.08 | 0.96 | 0.22 |
| Hex | 2 | 28 | 6F | 62 | 40 | 0 | 38 | DB | 60 | 16 |
| Octal | 2 | 50 | 157 | 142 | 100 | 0 | 70 | 333 | 140 | 26 |
| Binary | 10 | 101000 | 1101111 | 1100010 | 1000000 | 0 | 111000 | 11011011 | 1100000 | 10110 |
Color Harmonies of #02286F
Complementary color
Monochromatic Colors of #02286F
Black with #02286F
Text Example
Text Example
White with #02286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02286F; }
p { color: rgb(2,40,111); }
H1.HeaderClassName
{
color: #02286F;
}
.AnyTagClassName
{
color: #02286F;
}
</style>
background-color css
<style>
a { background-color: #02286F; }
a { background-color: rgb(2,40,111); }
div.DivClassName
{
background-color: #02286F;
}
.BgClassName
{
background-color: #02286F;
}
</style>
border-color css
<style>
span { border-color: #02286F; }
span { border-color: rgb(2,40,111); }
td.TdClassName
{
border-color: #02286F;
}
.TagClassName
{
border-color: #02286F;
}
</style>