Shades of Sapphire #02206E
Tints of Sapphire #02206E
RGB
CMYK
RGB Variations
Color information
#02206E (or 0x02206E) is known color: Sapphire. HEX triplet: 02, 20 and 6E. RGB value is (2,32,110). Sum of RGB (Red+Green+Blue) = 2+32+110=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 110 (43.36% from 255 or 76.39% from 144); Max value from RGB is 110 - color contains mainly: blue. Hex color #02206E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02206E is #FDDF91. Grayscale: #1F1F1F. Windows color (decimal): -16637842 or 7217154. OLE color: 7217154.
HSL color Cylindrical-coordinate representation of color #02206E: hue angle of 223.33º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02206E is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 32 | 110 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.57 |
| HSL | 223.33º | 0.96% | 0.22% | - |
| HSV(B) | 223.33º | 0.98% | 0.43% | - |
| XYZ | 3.36 | 2.17 | 14.99 | - |
| YUV | 31.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 110 | 0.98 | 0.71 | 0 | 0.57 | 223.33 | 0.96 | 0.22 |
| Hex | 2 | 20 | 6E | 62 | 47 | 0 | 39 | DF | 60 | 16 |
| Octal | 2 | 40 | 156 | 142 | 107 | 0 | 71 | 337 | 140 | 26 |
| Binary | 10 | 100000 | 1101110 | 1100010 | 1000111 | 0 | 111001 | 11011111 | 1100000 | 10110 |
Color Harmonies of #02206E
Complementary color
Monochromatic Colors of #02206E
Black with #02206E
Text Example
Text Example
White with #02206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02206E; }
p { color: rgb(2,32,110); }
H1.HeaderClassName
{
color: #02206E;
}
.AnyTagClassName
{
color: #02206E;
}
</style>
background-color css
<style>
a { background-color: #02206E; }
a { background-color: rgb(2,32,110); }
div.DivClassName
{
background-color: #02206E;
}
.BgClassName
{
background-color: #02206E;
}
</style>
border-color css
<style>
span { border-color: #02206E; }
span { border-color: rgb(2,32,110); }
td.TdClassName
{
border-color: #02206E;
}
.TagClassName
{
border-color: #02206E;
}
</style>