Shades of Sapphire #022083
Tints of Sapphire #022083
RGB
CMYK
RGB Variations
Color information
#022083 (or 0x022083) is known color: Sapphire. HEX triplet: 02, 20 and 83. RGB value is (2,32,131). Sum of RGB (Red+Green+Blue) = 2+32+131=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 131 (51.56% from 255 or 79.39% from 165); Max value from RGB is 131 - color contains mainly: blue. Hex color #022083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022083 is #FDDF7C. Grayscale: #212121. Windows color (decimal): -16637821 or 8593410. OLE color: 8593410.
HSL color Cylindrical-coordinate representation of color #022083: hue angle of 226.05º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022083 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 32 | 131 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.49 |
| HSL | 226.05º | 0.97% | 0.26% | - |
| HSV(B) | 226.05º | 0.98% | 0.51% | - |
| XYZ | 4.64 | 2.68 | 21.75 | - |
| YUV | 34.32 | 182.56 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 131 | 0.98 | 0.76 | 0 | 0.49 | 226.05 | 0.97 | 0.26 |
| Hex | 2 | 20 | 83 | 62 | 4C | 0 | 31 | E2 | 61 | 1A |
| Octal | 2 | 40 | 203 | 142 | 114 | 0 | 61 | 342 | 141 | 32 |
| Binary | 10 | 100000 | 10000011 | 1100010 | 1001100 | 0 | 110001 | 11100010 | 1100001 | 11010 |
Color Harmonies of #022083
Complementary color
Monochromatic Colors of #022083
Black with #022083
Text Example
Text Example
White with #022083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022083; }
p { color: rgb(2,32,131); }
H1.HeaderClassName
{
color: #022083;
}
.AnyTagClassName
{
color: #022083;
}
</style>
background-color css
<style>
a { background-color: #022083; }
a { background-color: rgb(2,32,131); }
div.DivClassName
{
background-color: #022083;
}
.BgClassName
{
background-color: #022083;
}
</style>
border-color css
<style>
span { border-color: #022083; }
span { border-color: rgb(2,32,131); }
td.TdClassName
{
border-color: #022083;
}
.TagClassName
{
border-color: #022083;
}
</style>