Shades of Sapphire #021B68
Tints of Sapphire #021B68
RGB
CMYK
RGB Variations
Color information
#021B68 (or 0x021B68) is known color: Sapphire. HEX triplet: 02, 1B and 68. RGB value is (2,27,104). Sum of RGB (Red+Green+Blue) = 2+27+104=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #021B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021B68 is #FDE497. Grayscale: #1B1B1B. Windows color (decimal): -16639128 or 6822658. OLE color: 6822658.
HSL color Cylindrical-coordinate representation of color #021B68: hue angle of 225.29º 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 #021B68 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 27 | 104 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.59 |
| HSL | 225.29º | 0.96% | 0.21% | - |
| HSV(B) | 225.29º | 0.98% | 0.41% | - |
| XYZ | 2.92 | 1.8 | 13.29 | - |
| YUV | 28.3 | 170.72 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 104 | 0.98 | 0.74 | 0 | 0.59 | 225.29 | 0.96 | 0.21 |
| Hex | 2 | 1B | 68 | 62 | 4A | 0 | 3B | E1 | 60 | 15 |
| Octal | 2 | 33 | 150 | 142 | 112 | 0 | 73 | 341 | 140 | 25 |
| Binary | 10 | 11011 | 1101000 | 1100010 | 1001010 | 0 | 111011 | 11100001 | 1100000 | 10101 |
Color Harmonies of #021B68
Complementary color
Monochromatic Colors of #021B68
Black with #021B68
Text Example
Text Example
White with #021B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B68; }
p { color: rgb(2,27,104); }
H1.HeaderClassName
{
color: #021B68;
}
.AnyTagClassName
{
color: #021B68;
}
</style>
background-color css
<style>
a { background-color: #021B68; }
a { background-color: rgb(2,27,104); }
div.DivClassName
{
background-color: #021B68;
}
.BgClassName
{
background-color: #021B68;
}
</style>
border-color css
<style>
span { border-color: #021B68; }
span { border-color: rgb(2,27,104); }
td.TdClassName
{
border-color: #021B68;
}
.TagClassName
{
border-color: #021B68;
}
</style>