Shades of Sapphire #022581
Tints of Sapphire #022581
RGB
CMYK
RGB Variations
Color information
#022581 (or 0x022581) is known color: Sapphire. HEX triplet: 02, 25 and 81. RGB value is (2,37,129). Sum of RGB (Red+Green+Blue) = 2+37+129=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 129 (50.78% from 255 or 76.79% from 168); Max value from RGB is 129 - color contains mainly: blue. Hex color #022581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022581 is #FDDA7E. Grayscale: #242424. Windows color (decimal): -16636543 or 8463618. OLE color: 8463618.
HSL color Cylindrical-coordinate representation of color #022581: hue angle of 223.46º 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 #022581 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 37 | 129 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.49 |
| HSL | 223.46º | 0.97% | 0.26% | - |
| HSV(B) | 223.46º | 0.98% | 0.51% | - |
| XYZ | 4.65 | 2.92 | 21.09 | - |
| YUV | 37.02 | 179.9 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 129 | 0.98 | 0.71 | 0 | 0.49 | 223.46 | 0.97 | 0.26 |
| Hex | 2 | 25 | 81 | 62 | 47 | 0 | 31 | DF | 61 | 1A |
| Octal | 2 | 45 | 201 | 142 | 107 | 0 | 61 | 337 | 141 | 32 |
| Binary | 10 | 100101 | 10000001 | 1100010 | 1000111 | 0 | 110001 | 11011111 | 1100001 | 11010 |
Color Harmonies of #022581
Complementary color
Monochromatic Colors of #022581
Black with #022581
Text Example
Text Example
White with #022581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022581; }
p { color: rgb(2,37,129); }
H1.HeaderClassName
{
color: #022581;
}
.AnyTagClassName
{
color: #022581;
}
</style>
background-color css
<style>
a { background-color: #022581; }
a { background-color: rgb(2,37,129); }
div.DivClassName
{
background-color: #022581;
}
.BgClassName
{
background-color: #022581;
}
</style>
border-color css
<style>
span { border-color: #022581; }
span { border-color: rgb(2,37,129); }
td.TdClassName
{
border-color: #022581;
}
.TagClassName
{
border-color: #022581;
}
</style>