Shades of Sapphire #02247A
Tints of Sapphire #02247A
RGB
CMYK
RGB Variations
Color information
#02247A (or 0x02247A) is known color: Sapphire. HEX triplet: 02, 24 and 7A. RGB value is (2,36,122). Sum of RGB (Red+Green+Blue) = 2+36+122=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 122 (48.05% from 255 or 76.25% from 160); Max value from RGB is 122 - color contains mainly: blue. Hex color #02247A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02247A is #FDDB85. Grayscale: #232323. Windows color (decimal): -16636806 or 8004610. OLE color: 8004610.
HSL color Cylindrical-coordinate representation of color #02247A: hue angle of 223º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02247A is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 36 | 122 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.52 |
| HSL | 223º | 0.97% | 0.24% | - |
| HSV(B) | 223º | 0.98% | 0.48% | - |
| XYZ | 4.17 | 2.68 | 18.71 | - |
| YUV | 35.64 | 176.74 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 122 | 0.98 | 0.70 | 0 | 0.52 | 223 | 0.97 | 0.24 |
| Hex | 2 | 24 | 7A | 62 | 46 | 0 | 34 | DF | 61 | 18 |
| Octal | 2 | 44 | 172 | 142 | 106 | 0 | 64 | 337 | 141 | 30 |
| Binary | 10 | 100100 | 1111010 | 1100010 | 1000110 | 0 | 110100 | 11011111 | 1100001 | 11000 |
Color Harmonies of #02247A
Complementary color
Monochromatic Colors of #02247A
Black with #02247A
Text Example
Text Example
White with #02247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02247A; }
p { color: rgb(2,36,122); }
H1.HeaderClassName
{
color: #02247A;
}
.AnyTagClassName
{
color: #02247A;
}
</style>
background-color css
<style>
a { background-color: #02247A; }
a { background-color: rgb(2,36,122); }
div.DivClassName
{
background-color: #02247A;
}
.BgClassName
{
background-color: #02247A;
}
</style>
border-color css
<style>
span { border-color: #02247A; }
span { border-color: rgb(2,36,122); }
td.TdClassName
{
border-color: #02247A;
}
.TagClassName
{
border-color: #02247A;
}
</style>