Shades of Sapphire #02245D
Tints of Sapphire #02245D
RGB
CMYK
RGB Variations
Color information
#02245D (or 0x02245D) is known color: Sapphire. HEX triplet: 02, 24 and 5D. RGB value is (2,36,93). Sum of RGB (Red+Green+Blue) = 2+36+93=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #02245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02245D is #FDDBA2. Grayscale: #202020. Windows color (decimal): -16636835 or 6104066. OLE color: 6104066.
HSL color Cylindrical-coordinate representation of color #02245D: hue angle of 217.58º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02245D is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 36 | 93 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.64 |
| HSL | 217.58º | 0.96% | 0.19% | - |
| HSV(B) | 217.58º | 0.98% | 0.36% | - |
| XYZ | 2.63 | 2.06 | 10.62 | - |
| YUV | 32.33 | 162.24 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 93 | 0.98 | 0.61 | 0 | 0.64 | 217.58 | 0.96 | 0.19 |
| Hex | 2 | 24 | 5D | 62 | 3D | 0 | 40 | DA | 60 | 13 |
| Octal | 2 | 44 | 135 | 142 | 75 | 0 | 100 | 332 | 140 | 23 |
| Binary | 10 | 100100 | 1011101 | 1100010 | 111101 | 0 | 1000000 | 11011010 | 1100000 | 10011 |
Color Harmonies of #02245D
Complementary color
Monochromatic Colors of #02245D
Black with #02245D
Text Example
Text Example
White with #02245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02245D; }
p { color: rgb(2,36,93); }
H1.HeaderClassName
{
color: #02245D;
}
.AnyTagClassName
{
color: #02245D;
}
</style>
background-color css
<style>
a { background-color: #02245D; }
a { background-color: rgb(2,36,93); }
div.DivClassName
{
background-color: #02245D;
}
.BgClassName
{
background-color: #02245D;
}
</style>
border-color css
<style>
span { border-color: #02245D; }
span { border-color: rgb(2,36,93); }
td.TdClassName
{
border-color: #02245D;
}
.TagClassName
{
border-color: #02245D;
}
</style>