Shades of Sapphire #022269
Tints of Sapphire #022269
RGB
CMYK
RGB Variations
Color information
#022269 (or 0x022269) is known color: Sapphire. HEX triplet: 02, 22 and 69. RGB value is (2,34,105). Sum of RGB (Red+Green+Blue) = 2+34+105=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 105 (41.41% from 255 or 74.47% from 141); Max value from RGB is 105 - color contains mainly: blue. Hex color #022269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022269 is #FDDD96. Grayscale: #202020. Windows color (decimal): -16637335 or 6889986. OLE color: 6889986.
HSL color Cylindrical-coordinate representation of color #022269: hue angle of 221.36º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022269 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 34 | 105 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.59 |
| HSL | 221.36º | 0.96% | 0.21% | - |
| HSV(B) | 221.36º | 0.98% | 0.41% | - |
| XYZ | 3.15 | 2.18 | 13.62 | - |
| YUV | 32.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 105 | 0.98 | 0.68 | 0 | 0.59 | 221.36 | 0.96 | 0.21 |
| Hex | 2 | 22 | 69 | 62 | 44 | 0 | 3B | DD | 60 | 15 |
| Octal | 2 | 42 | 151 | 142 | 104 | 0 | 73 | 335 | 140 | 25 |
| Binary | 10 | 100010 | 1101001 | 1100010 | 1000100 | 0 | 111011 | 11011101 | 1100000 | 10101 |
Color Harmonies of #022269
Complementary color
Monochromatic Colors of #022269
Black with #022269
Text Example
Text Example
White with #022269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022269; }
p { color: rgb(2,34,105); }
H1.HeaderClassName
{
color: #022269;
}
.AnyTagClassName
{
color: #022269;
}
</style>
background-color css
<style>
a { background-color: #022269; }
a { background-color: rgb(2,34,105); }
div.DivClassName
{
background-color: #022269;
}
.BgClassName
{
background-color: #022269;
}
</style>
border-color css
<style>
span { border-color: #022269; }
span { border-color: rgb(2,34,105); }
td.TdClassName
{
border-color: #022269;
}
.TagClassName
{
border-color: #022269;
}
</style>