Shades of Sapphire #002169
Tints of Sapphire #002169
RGB
CMYK
RGB Variations
Color information
#002169 (or 0x002169) is known color: Sapphire. HEX triplet: 00, 21 and 69. RGB value is (0,33,105). Sum of RGB (Red+Green+Blue) = 0+33+105=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #002169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002169 is #FFDE96. Grayscale: #1F1F1F. Windows color (decimal): -16768663 or 6889728. OLE color: 6889728.
HSL color Cylindrical-coordinate representation of color #002169: hue angle of 221.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002169 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 33 | 105 | - |
| CMYK | 1 | 0.69 | 0 | 0.59 |
| HSL | 221.14º | 1% | 0.21% | - |
| HSV(B) | 221.14º | 1% | 0.41% | - |
| XYZ | 3.09 | 2.11 | 13.61 | - |
| YUV | 31.34 | 169.57 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 105 | 1 | 0.69 | 0 | 0.59 | 221.14 | 1 | 0.21 |
| Hex | 0 | 21 | 69 | 64 | 45 | 0 | 3B | DD | 64 | 15 |
| Octal | 0 | 41 | 151 | 144 | 105 | 0 | 73 | 335 | 144 | 25 |
| Binary | 0 | 100001 | 1101001 | 1100100 | 1000101 | 0 | 111011 | 11011101 | 1100100 | 10101 |
Color Harmonies of #002169
Complementary color
Monochromatic Colors of #002169
Black with #002169
Text Example
Text Example
White with #002169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002169; }
p { color: rgb(0,33,105); }
H1.HeaderClassName
{
color: #002169;
}
.AnyTagClassName
{
color: #002169;
}
</style>
background-color css
<style>
a { background-color: #002169; }
a { background-color: rgb(0,33,105); }
div.DivClassName
{
background-color: #002169;
}
.BgClassName
{
background-color: #002169;
}
</style>
border-color css
<style>
span { border-color: #002169; }
span { border-color: rgb(0,33,105); }
td.TdClassName
{
border-color: #002169;
}
.TagClassName
{
border-color: #002169;
}
</style>