Shades of Sapphire #022363
Tints of Sapphire #022363
RGB
CMYK
RGB Variations
Color information
#022363 (or 0x022363) is known color: Sapphire. HEX triplet: 02, 23 and 63. RGB value is (2,35,99). Sum of RGB (Red+Green+Blue) = 2+35+99=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 99 (39.06% from 255 or 72.79% from 136); Max value from RGB is 99 - color contains mainly: blue. Hex color #022363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022363 is #FDDC9C. Grayscale: #202020. Windows color (decimal): -16637085 or 6497026. OLE color: 6497026.
HSL color Cylindrical-coordinate representation of color #022363: hue angle of 219.59º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022363 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 35 | 99 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.61 |
| HSL | 219.59º | 0.96% | 0.2% | - |
| HSV(B) | 219.59º | 0.98% | 0.39% | - |
| XYZ | 2.88 | 2.12 | 12.06 | - |
| YUV | 32.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 99 | 0.98 | 0.65 | 0 | 0.61 | 219.59 | 0.96 | 0.2 |
| Hex | 2 | 23 | 63 | 62 | 41 | 0 | 3D | DC | 60 | 14 |
| Octal | 2 | 43 | 143 | 142 | 101 | 0 | 75 | 334 | 140 | 24 |
| Binary | 10 | 100011 | 1100011 | 1100010 | 1000001 | 0 | 111101 | 11011100 | 1100000 | 10100 |
Color Harmonies of #022363
Complementary color
Monochromatic Colors of #022363
Black with #022363
Text Example
Text Example
White with #022363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022363; }
p { color: rgb(2,35,99); }
H1.HeaderClassName
{
color: #022363;
}
.AnyTagClassName
{
color: #022363;
}
</style>
background-color css
<style>
a { background-color: #022363; }
a { background-color: rgb(2,35,99); }
div.DivClassName
{
background-color: #022363;
}
.BgClassName
{
background-color: #022363;
}
</style>
border-color css
<style>
span { border-color: #022363; }
span { border-color: rgb(2,35,99); }
td.TdClassName
{
border-color: #022363;
}
.TagClassName
{
border-color: #022363;
}
</style>