Shades of Sapphire #022665
Tints of Sapphire #022665
RGB
CMYK
RGB Variations
Color information
#022665 (or 0x022665) is known color: Sapphire. HEX triplet: 02, 26 and 65. RGB value is (2,38,101). Sum of RGB (Red+Green+Blue) = 2+38+101=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 101 (39.84% from 255 or 71.63% from 141); Max value from RGB is 101 - color contains mainly: blue. Hex color #022665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022665 is #FDD99A. Grayscale: #222222. Windows color (decimal): -16636315 or 6628866. OLE color: 6628866.
HSL color Cylindrical-coordinate representation of color #022665: hue angle of 218.18º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022665 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 38 | 101 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.60 |
| HSL | 218.18º | 0.96% | 0.2% | - |
| HSV(B) | 218.18º | 0.98% | 0.4% | - |
| XYZ | 3.07 | 2.34 | 12.6 | - |
| YUV | 34.42 | 165.57 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 101 | 0.98 | 0.62 | 0 | 0.60 | 218.18 | 0.96 | 0.2 |
| Hex | 2 | 26 | 65 | 62 | 3E | 0 | 3C | DA | 60 | 14 |
| Octal | 2 | 46 | 145 | 142 | 76 | 0 | 74 | 332 | 140 | 24 |
| Binary | 10 | 100110 | 1100101 | 1100010 | 111110 | 0 | 111100 | 11011010 | 1100000 | 10100 |
Color Harmonies of #022665
Complementary color
Monochromatic Colors of #022665
Black with #022665
Text Example
Text Example
White with #022665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022665; }
p { color: rgb(2,38,101); }
H1.HeaderClassName
{
color: #022665;
}
.AnyTagClassName
{
color: #022665;
}
</style>
background-color css
<style>
a { background-color: #022665; }
a { background-color: rgb(2,38,101); }
div.DivClassName
{
background-color: #022665;
}
.BgClassName
{
background-color: #022665;
}
</style>
border-color css
<style>
span { border-color: #022665; }
span { border-color: rgb(2,38,101); }
td.TdClassName
{
border-color: #022665;
}
.TagClassName
{
border-color: #022665;
}
</style>