Shades of Sapphire #021667
Tints of Sapphire #021667
RGB
CMYK
RGB Variations
Color information
#021667 (or 0x021667) is known color: Sapphire. HEX triplet: 02, 16 and 67. RGB value is (2,22,103). Sum of RGB (Red+Green+Blue) = 2+22+103=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 103 (40.62% from 255 or 81.10% from 127); Max value from RGB is 103 - color contains mainly: blue. Hex color #021667 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021667 is #FDE998. Grayscale: #181818. Windows color (decimal): -16640409 or 6755842. OLE color: 6755842.
HSL color Cylindrical-coordinate representation of color #021667: hue angle of 228.12º 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 #021667 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 22 | 103 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.60 |
| HSL | 228.12º | 0.96% | 0.21% | - |
| HSV(B) | 228.12º | 0.98% | 0.4% | - |
| XYZ | 2.76 | 1.57 | 12.99 | - |
| YUV | 25.25 | 171.87 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 103 | 0.98 | 0.79 | 0 | 0.60 | 228.12 | 0.96 | 0.21 |
| Hex | 2 | 16 | 67 | 62 | 4F | 0 | 3C | E4 | 60 | 15 |
| Octal | 2 | 26 | 147 | 142 | 117 | 0 | 74 | 344 | 140 | 25 |
| Binary | 10 | 10110 | 1100111 | 1100010 | 1001111 | 0 | 111100 | 11100100 | 1100000 | 10101 |
Color Harmonies of #021667
Complementary color
Monochromatic Colors of #021667
Black with #021667
Text Example
Text Example
White with #021667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021667; }
p { color: rgb(2,22,103); }
H1.HeaderClassName
{
color: #021667;
}
.AnyTagClassName
{
color: #021667;
}
</style>
background-color css
<style>
a { background-color: #021667; }
a { background-color: rgb(2,22,103); }
div.DivClassName
{
background-color: #021667;
}
.BgClassName
{
background-color: #021667;
}
</style>
border-color css
<style>
span { border-color: #021667; }
span { border-color: rgb(2,22,103); }
td.TdClassName
{
border-color: #021667;
}
.TagClassName
{
border-color: #021667;
}
</style>