Shades of Sapphire #022567
Tints of Sapphire #022567
RGB
CMYK
RGB Variations
Color information
#022567 (or 0x022567) is known color: Sapphire. HEX triplet: 02, 25 and 67. RGB value is (2,37,103). Sum of RGB (Red+Green+Blue) = 2+37+103=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 103 (40.62% from 255 or 72.54% from 142); Max value from RGB is 103 - color contains mainly: blue. Hex color #022567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022567 is #FDDA98. Grayscale: #212121. Windows color (decimal): -16636569 or 6759682. OLE color: 6759682.
HSL color Cylindrical-coordinate representation of color #022567: hue angle of 219.21º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022567 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 37 | 103 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.60 |
| HSL | 219.21º | 0.96% | 0.21% | - |
| HSV(B) | 219.21º | 0.98% | 0.4% | - |
| XYZ | 3.13 | 2.32 | 13.11 | - |
| YUV | 34.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 103 | 0.98 | 0.64 | 0 | 0.60 | 219.21 | 0.96 | 0.21 |
| Hex | 2 | 25 | 67 | 62 | 40 | 0 | 3C | DB | 60 | 15 |
| Octal | 2 | 45 | 147 | 142 | 100 | 0 | 74 | 333 | 140 | 25 |
| Binary | 10 | 100101 | 1100111 | 1100010 | 1000000 | 0 | 111100 | 11011011 | 1100000 | 10101 |
Color Harmonies of #022567
Complementary color
Monochromatic Colors of #022567
Black with #022567
Text Example
Text Example
White with #022567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022567; }
p { color: rgb(2,37,103); }
H1.HeaderClassName
{
color: #022567;
}
.AnyTagClassName
{
color: #022567;
}
</style>
background-color css
<style>
a { background-color: #022567; }
a { background-color: rgb(2,37,103); }
div.DivClassName
{
background-color: #022567;
}
.BgClassName
{
background-color: #022567;
}
</style>
border-color css
<style>
span { border-color: #022567; }
span { border-color: rgb(2,37,103); }
td.TdClassName
{
border-color: #022567;
}
.TagClassName
{
border-color: #022567;
}
</style>