Shades of Sapphire #02207B
Tints of Sapphire #02207B
RGB
CMYK
RGB Variations
Color information
#02207B (or 0x02207B) is known color: Sapphire. HEX triplet: 02, 20 and 7B. RGB value is (2,32,123). Sum of RGB (Red+Green+Blue) = 2+32+123=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #02207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02207B is #FDDF84. Grayscale: #212121. Windows color (decimal): -16637829 or 8069122. OLE color: 8069122.
HSL color Cylindrical-coordinate representation of color #02207B: hue angle of 225.12º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02207B is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 32 | 123 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.52 |
| HSL | 225.12º | 0.97% | 0.25% | - |
| HSV(B) | 225.12º | 0.98% | 0.48% | - |
| XYZ | 4.12 | 2.48 | 19 | - |
| YUV | 33.4 | 178.56 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 123 | 0.98 | 0.74 | 0 | 0.52 | 225.12 | 0.97 | 0.25 |
| Hex | 2 | 20 | 7B | 62 | 4A | 0 | 34 | E1 | 61 | 19 |
| Octal | 2 | 40 | 173 | 142 | 112 | 0 | 64 | 341 | 141 | 31 |
| Binary | 10 | 100000 | 1111011 | 1100010 | 1001010 | 0 | 110100 | 11100001 | 1100001 | 11001 |
Color Harmonies of #02207B
Complementary color
Monochromatic Colors of #02207B
Black with #02207B
Text Example
Text Example
White with #02207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02207B; }
p { color: rgb(2,32,123); }
H1.HeaderClassName
{
color: #02207B;
}
.AnyTagClassName
{
color: #02207B;
}
</style>
background-color css
<style>
a { background-color: #02207B; }
a { background-color: rgb(2,32,123); }
div.DivClassName
{
background-color: #02207B;
}
.BgClassName
{
background-color: #02207B;
}
</style>
border-color css
<style>
span { border-color: #02207B; }
span { border-color: rgb(2,32,123); }
td.TdClassName
{
border-color: #02207B;
}
.TagClassName
{
border-color: #02207B;
}
</style>