Shades of Sapphire #001F69
Tints of Sapphire #001F69
RGB
CMYK
RGB Variations
Color information
#001F69 (or 0x001F69) is known color: Sapphire. HEX triplet: 00, 1F and 69. RGB value is (0,31,105). Sum of RGB (Red+Green+Blue) = 0+31+105=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #001F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001F69 is #FFE096. Grayscale: #1D1D1D. Windows color (decimal): -16769175 or 6889216. OLE color: 6889216.
HSL color Cylindrical-coordinate representation of color #001F69: hue angle of 222.29º 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 #001F69 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 31 | 105 | - |
| CMYK | 1 | 0.70 | 0 | 0.59 |
| HSL | 222.29º | 1% | 0.21% | - |
| HSV(B) | 222.29º | 1% | 0.41% | - |
| XYZ | 3.04 | 2 | 13.59 | - |
| YUV | 30.17 | 170.23 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 105 | 1 | 0.70 | 0 | 0.59 | 222.29 | 1 | 0.21 |
| Hex | 0 | 1F | 69 | 64 | 46 | 0 | 3B | DE | 64 | 15 |
| Octal | 0 | 37 | 151 | 144 | 106 | 0 | 73 | 336 | 144 | 25 |
| Binary | 0 | 11111 | 1101001 | 1100100 | 1000110 | 0 | 111011 | 11011110 | 1100100 | 10101 |
Color Harmonies of #001F69
Complementary color
Monochromatic Colors of #001F69
Black with #001F69
Text Example
Text Example
White with #001F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F69; }
p { color: rgb(0,31,105); }
H1.HeaderClassName
{
color: #001F69;
}
.AnyTagClassName
{
color: #001F69;
}
</style>
background-color css
<style>
a { background-color: #001F69; }
a { background-color: rgb(0,31,105); }
div.DivClassName
{
background-color: #001F69;
}
.BgClassName
{
background-color: #001F69;
}
</style>
border-color css
<style>
span { border-color: #001F69; }
span { border-color: rgb(0,31,105); }
td.TdClassName
{
border-color: #001F69;
}
.TagClassName
{
border-color: #001F69;
}
</style>