Shades of Sapphire #022068
Tints of Sapphire #022068
RGB
CMYK
RGB Variations
Color information
#022068 (or 0x022068) is known color: Sapphire. HEX triplet: 02, 20 and 68. RGB value is (2,32,104). Sum of RGB (Red+Green+Blue) = 2+32+104=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 104 (41.02% from 255 or 75.36% from 138); Max value from RGB is 104 - color contains mainly: blue. Hex color #022068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022068 is #FDDF97. Grayscale: #1E1E1E. Windows color (decimal): -16637848 or 6823938. OLE color: 6823938.
HSL color Cylindrical-coordinate representation of color #022068: hue angle of 222.35º 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 #022068 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 32 | 104 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.59 |
| HSL | 222.35º | 0.96% | 0.21% | - |
| HSV(B) | 222.35º | 0.98% | 0.41% | - |
| XYZ | 3.04 | 2.05 | 13.33 | - |
| YUV | 31.24 | 169.06 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 104 | 0.98 | 0.69 | 0 | 0.59 | 222.35 | 0.96 | 0.21 |
| Hex | 2 | 20 | 68 | 62 | 45 | 0 | 3B | DE | 60 | 15 |
| Octal | 2 | 40 | 150 | 142 | 105 | 0 | 73 | 336 | 140 | 25 |
| Binary | 10 | 100000 | 1101000 | 1100010 | 1000101 | 0 | 111011 | 11011110 | 1100000 | 10101 |
Color Harmonies of #022068
Complementary color
Monochromatic Colors of #022068
Black with #022068
Text Example
Text Example
White with #022068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022068; }
p { color: rgb(2,32,104); }
H1.HeaderClassName
{
color: #022068;
}
.AnyTagClassName
{
color: #022068;
}
</style>
background-color css
<style>
a { background-color: #022068; }
a { background-color: rgb(2,32,104); }
div.DivClassName
{
background-color: #022068;
}
.BgClassName
{
background-color: #022068;
}
</style>
border-color css
<style>
span { border-color: #022068; }
span { border-color: rgb(2,32,104); }
td.TdClassName
{
border-color: #022068;
}
.TagClassName
{
border-color: #022068;
}
</style>