Shades of Sapphire #002969
Tints of Sapphire #002969
RGB
CMYK
RGB Variations
Color information
#002969 (or 0x002969) is known color: Sapphire. HEX triplet: 00, 29 and 69. RGB value is (0,41,105). Sum of RGB (Red+Green+Blue) = 0+41+105=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 105 (41.41% from 255 or 71.92% from 146); Max value from RGB is 105 - color contains mainly: blue. Hex color #002969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002969 is #FFD696. Grayscale: #232323. Windows color (decimal): -16766615 or 6891776. OLE color: 6891776.
HSL color Cylindrical-coordinate representation of color #002969: hue angle of 216.57º 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 #002969 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 41 | 105 | - |
| CMYK | 1 | 0.61 | 0 | 0.59 |
| HSL | 216.57º | 1% | 0.21% | - |
| HSV(B) | 216.57º | 1% | 0.41% | - |
| XYZ | 3.34 | 2.61 | 13.69 | - |
| YUV | 36.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 105 | 1 | 0.61 | 0 | 0.59 | 216.57 | 1 | 0.21 |
| Hex | 0 | 29 | 69 | 64 | 3D | 0 | 3B | D9 | 64 | 15 |
| Octal | 0 | 51 | 151 | 144 | 75 | 0 | 73 | 331 | 144 | 25 |
| Binary | 0 | 101001 | 1101001 | 1100100 | 111101 | 0 | 111011 | 11011001 | 1100100 | 10101 |
Color Harmonies of #002969
Complementary color
Monochromatic Colors of #002969
Black with #002969
Text Example
Text Example
White with #002969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002969; }
p { color: rgb(0,41,105); }
H1.HeaderClassName
{
color: #002969;
}
.AnyTagClassName
{
color: #002969;
}
</style>
background-color css
<style>
a { background-color: #002969; }
a { background-color: rgb(0,41,105); }
div.DivClassName
{
background-color: #002969;
}
.BgClassName
{
background-color: #002969;
}
</style>
border-color css
<style>
span { border-color: #002969; }
span { border-color: rgb(0,41,105); }
td.TdClassName
{
border-color: #002969;
}
.TagClassName
{
border-color: #002969;
}
</style>