Shades of Sapphire #001969
Tints of Sapphire #001969
RGB
CMYK
RGB Variations
Color information
#001969 (or 0x001969) is known color: Sapphire. HEX triplet: 00, 19 and 69. RGB value is (0,25,105). Sum of RGB (Red+Green+Blue) = 0+25+105=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 25 (10.16% from 255 or 19.23% 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 #001969 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001969 is #FFE696. Grayscale: #1A1A1A. Windows color (decimal): -16770711 or 6887680. OLE color: 6887680.
HSL color Cylindrical-coordinate representation of color #001969: hue angle of 225.71º 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 #001969 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 25 | 105 | - |
| CMYK | 1 | 0.76 | 0 | 0.59 |
| HSL | 225.71º | 1% | 0.21% | - |
| HSV(B) | 225.71º | 1% | 0.41% | - |
| XYZ | 2.9 | 1.72 | 13.54 | - |
| YUV | 26.65 | 172.22 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 105 | 1 | 0.76 | 0 | 0.59 | 225.71 | 1 | 0.21 |
| Hex | 0 | 19 | 69 | 64 | 4C | 0 | 3B | E2 | 64 | 15 |
| Octal | 0 | 31 | 151 | 144 | 114 | 0 | 73 | 342 | 144 | 25 |
| Binary | 0 | 11001 | 1101001 | 1100100 | 1001100 | 0 | 111011 | 11100010 | 1100100 | 10101 |
Color Harmonies of #001969
Complementary color
Monochromatic Colors of #001969
Black with #001969
Text Example
Text Example
White with #001969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001969; }
p { color: rgb(0,25,105); }
H1.HeaderClassName
{
color: #001969;
}
.AnyTagClassName
{
color: #001969;
}
</style>
background-color css
<style>
a { background-color: #001969; }
a { background-color: rgb(0,25,105); }
div.DivClassName
{
background-color: #001969;
}
.BgClassName
{
background-color: #001969;
}
</style>
border-color css
<style>
span { border-color: #001969; }
span { border-color: rgb(0,25,105); }
td.TdClassName
{
border-color: #001969;
}
.TagClassName
{
border-color: #001969;
}
</style>