Shades of Sapphire #022381
Tints of Sapphire #022381
RGB
CMYK
RGB Variations
Color information
#022381 (or 0x022381) is known color: Sapphire. HEX triplet: 02, 23 and 81. RGB value is (2,35,129). Sum of RGB (Red+Green+Blue) = 2+35+129=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 129 (50.78% from 255 or 77.71% from 166); Max value from RGB is 129 - color contains mainly: blue. Hex color #022381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022381 is #FDDC7E. Grayscale: #232323. Windows color (decimal): -16637055 or 8463106. OLE color: 8463106.
HSL color Cylindrical-coordinate representation of color #022381: hue angle of 224.41º 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 #022381 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 35 | 129 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.49 |
| HSL | 224.41º | 0.97% | 0.26% | - |
| HSV(B) | 224.41º | 0.98% | 0.51% | - |
| XYZ | 4.59 | 2.8 | 21.07 | - |
| YUV | 35.85 | 180.57 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 129 | 0.98 | 0.73 | 0 | 0.49 | 224.41 | 0.97 | 0.26 |
| Hex | 2 | 23 | 81 | 62 | 49 | 0 | 31 | E0 | 61 | 1A |
| Octal | 2 | 43 | 201 | 142 | 111 | 0 | 61 | 340 | 141 | 32 |
| Binary | 10 | 100011 | 10000001 | 1100010 | 1001001 | 0 | 110001 | 11100000 | 1100001 | 11010 |
Color Harmonies of #022381
Complementary color
Monochromatic Colors of #022381
Black with #022381
Text Example
Text Example
White with #022381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022381; }
p { color: rgb(2,35,129); }
H1.HeaderClassName
{
color: #022381;
}
.AnyTagClassName
{
color: #022381;
}
</style>
background-color css
<style>
a { background-color: #022381; }
a { background-color: rgb(2,35,129); }
div.DivClassName
{
background-color: #022381;
}
.BgClassName
{
background-color: #022381;
}
</style>
border-color css
<style>
span { border-color: #022381; }
span { border-color: rgb(2,35,129); }
td.TdClassName
{
border-color: #022381;
}
.TagClassName
{
border-color: #022381;
}
</style>