Shades of Sapphire #02207D
Tints of Sapphire #02207D
RGB
CMYK
RGB Variations
Color information
#02207D (or 0x02207D) is known color: Sapphire. HEX triplet: 02, 20 and 7D. RGB value is (2,32,125). Sum of RGB (Red+Green+Blue) = 2+32+125=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 125 (49.22% from 255 or 78.62% from 159); Max value from RGB is 125 - color contains mainly: blue. Hex color #02207D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02207D is #FDDF82. Grayscale: #212121. Windows color (decimal): -16637827 or 8200194. OLE color: 8200194.
HSL color Cylindrical-coordinate representation of color #02207D: hue angle of 225.37º 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 #02207D is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 32 | 125 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.51 |
| HSL | 225.37º | 0.97% | 0.25% | - |
| HSV(B) | 225.37º | 0.98% | 0.49% | - |
| XYZ | 4.24 | 2.53 | 19.67 | - |
| YUV | 33.63 | 179.56 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 125 | 0.98 | 0.74 | 0 | 0.51 | 225.37 | 0.97 | 0.25 |
| Hex | 2 | 20 | 7D | 62 | 4A | 0 | 33 | E1 | 61 | 19 |
| Octal | 2 | 40 | 175 | 142 | 112 | 0 | 63 | 341 | 141 | 31 |
| Binary | 10 | 100000 | 1111101 | 1100010 | 1001010 | 0 | 110011 | 11100001 | 1100001 | 11001 |
Color Harmonies of #02207D
Complementary color
Monochromatic Colors of #02207D
Black with #02207D
Text Example
Text Example
White with #02207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02207D; }
p { color: rgb(2,32,125); }
H1.HeaderClassName
{
color: #02207D;
}
.AnyTagClassName
{
color: #02207D;
}
</style>
background-color css
<style>
a { background-color: #02207D; }
a { background-color: rgb(2,32,125); }
div.DivClassName
{
background-color: #02207D;
}
.BgClassName
{
background-color: #02207D;
}
</style>
border-color css
<style>
span { border-color: #02207D; }
span { border-color: rgb(2,32,125); }
td.TdClassName
{
border-color: #02207D;
}
.TagClassName
{
border-color: #02207D;
}
</style>