Shades of Sapphire #021769
Tints of Sapphire #021769
RGB
CMYK
RGB Variations
Color information
#021769 (or 0x021769) is known color: Sapphire. HEX triplet: 02, 17 and 69. RGB value is (2,23,105). Sum of RGB (Red+Green+Blue) = 2+23+105=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 105 (41.41% from 255 or 80.77% from 130); Max value from RGB is 105 - color contains mainly: blue. Hex color #021769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021769 is #FDE896. Grayscale: #191919. Windows color (decimal): -16640151 or 6887170. OLE color: 6887170.
HSL color Cylindrical-coordinate representation of color #021769: hue angle of 227.77º 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 #021769 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 23 | 105 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.59 |
| HSL | 227.77º | 0.96% | 0.21% | - |
| HSV(B) | 227.77º | 0.98% | 0.41% | - |
| XYZ | 2.88 | 1.65 | 13.53 | - |
| YUV | 26.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 105 | 0.98 | 0.78 | 0 | 0.59 | 227.77 | 0.96 | 0.21 |
| Hex | 2 | 17 | 69 | 62 | 4E | 0 | 3B | E4 | 60 | 15 |
| Octal | 2 | 27 | 151 | 142 | 116 | 0 | 73 | 344 | 140 | 25 |
| Binary | 10 | 10111 | 1101001 | 1100010 | 1001110 | 0 | 111011 | 11100100 | 1100000 | 10101 |
Color Harmonies of #021769
Complementary color
Monochromatic Colors of #021769
Black with #021769
Text Example
Text Example
White with #021769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021769; }
p { color: rgb(2,23,105); }
H1.HeaderClassName
{
color: #021769;
}
.AnyTagClassName
{
color: #021769;
}
</style>
background-color css
<style>
a { background-color: #021769; }
a { background-color: rgb(2,23,105); }
div.DivClassName
{
background-color: #021769;
}
.BgClassName
{
background-color: #021769;
}
</style>
border-color css
<style>
span { border-color: #021769; }
span { border-color: rgb(2,23,105); }
td.TdClassName
{
border-color: #021769;
}
.TagClassName
{
border-color: #021769;
}
</style>