Shades of Sapphire #02247D
Tints of Sapphire #02247D
RGB
CMYK
RGB Variations
Color information
#02247D (or 0x02247D) is known color: Sapphire. HEX triplet: 02, 24 and 7D. RGB value is (2,36,125). Sum of RGB (Red+Green+Blue) = 2+36+125=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #02247D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02247D is #FDDB82. Grayscale: #232323. Windows color (decimal): -16636803 or 8201218. OLE color: 8201218.
HSL color Cylindrical-coordinate representation of color #02247D: hue angle of 223.41º 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 #02247D is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 36 | 125 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.51 |
| HSL | 223.41º | 0.97% | 0.25% | - |
| HSV(B) | 223.41º | 0.98% | 0.49% | - |
| XYZ | 4.36 | 2.76 | 19.7 | - |
| YUV | 35.98 | 178.24 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 125 | 0.98 | 0.71 | 0 | 0.51 | 223.41 | 0.97 | 0.25 |
| Hex | 2 | 24 | 7D | 62 | 47 | 0 | 33 | DF | 61 | 19 |
| Octal | 2 | 44 | 175 | 142 | 107 | 0 | 63 | 337 | 141 | 31 |
| Binary | 10 | 100100 | 1111101 | 1100010 | 1000111 | 0 | 110011 | 11011111 | 1100001 | 11001 |
Color Harmonies of #02247D
Complementary color
Monochromatic Colors of #02247D
Black with #02247D
Text Example
Text Example
White with #02247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02247D; }
p { color: rgb(2,36,125); }
H1.HeaderClassName
{
color: #02247D;
}
.AnyTagClassName
{
color: #02247D;
}
</style>
background-color css
<style>
a { background-color: #02247D; }
a { background-color: rgb(2,36,125); }
div.DivClassName
{
background-color: #02247D;
}
.BgClassName
{
background-color: #02247D;
}
</style>
border-color css
<style>
span { border-color: #02247D; }
span { border-color: rgb(2,36,125); }
td.TdClassName
{
border-color: #02247D;
}
.TagClassName
{
border-color: #02247D;
}
</style>