Shades of Sapphire #02285D
Tints of Sapphire #02285D
RGB
CMYK
RGB Variations
Color information
#02285D (or 0x02285D) is known color: Sapphire. HEX triplet: 02, 28 and 5D. RGB value is (2,40,93). Sum of RGB (Red+Green+Blue) = 2+40+93=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #02285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02285D is #FDD7A2. Grayscale: #222222. Windows color (decimal): -16635811 or 6105090. OLE color: 6105090.
HSL color Cylindrical-coordinate representation of color #02285D: hue angle of 214.95º 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 #02285D is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 40 | 93 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.64 |
| HSL | 214.95º | 0.96% | 0.19% | - |
| HSV(B) | 214.95º | 0.98% | 0.36% | - |
| XYZ | 2.76 | 2.32 | 10.66 | - |
| YUV | 34.68 | 160.91 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 93 | 0.98 | 0.57 | 0 | 0.64 | 214.95 | 0.96 | 0.19 |
| Hex | 2 | 28 | 5D | 62 | 39 | 0 | 40 | D7 | 60 | 13 |
| Octal | 2 | 50 | 135 | 142 | 71 | 0 | 100 | 327 | 140 | 23 |
| Binary | 10 | 101000 | 1011101 | 1100010 | 111001 | 0 | 1000000 | 11010111 | 1100000 | 10011 |
Color Harmonies of #02285D
Complementary color
Monochromatic Colors of #02285D
Black with #02285D
Text Example
Text Example
White with #02285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02285D; }
p { color: rgb(2,40,93); }
H1.HeaderClassName
{
color: #02285D;
}
.AnyTagClassName
{
color: #02285D;
}
</style>
background-color css
<style>
a { background-color: #02285D; }
a { background-color: rgb(2,40,93); }
div.DivClassName
{
background-color: #02285D;
}
.BgClassName
{
background-color: #02285D;
}
</style>
border-color css
<style>
span { border-color: #02285D; }
span { border-color: rgb(2,40,93); }
td.TdClassName
{
border-color: #02285D;
}
.TagClassName
{
border-color: #02285D;
}
</style>