Shades of Sapphire #001B79
Tints of Sapphire #001B79
RGB
CMYK
RGB Variations
Color information
#001B79 (or 0x001B79) is known color: Sapphire. HEX triplet: 00, 1B and 79. RGB value is (0,27,121). Sum of RGB (Red+Green+Blue) = 0+27+121=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 121 (47.66% from 255 or 81.76% from 148); Max value from RGB is 121 - color contains mainly: blue. Hex color #001B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B79 is #FFE486. Grayscale: #1D1D1D. Windows color (decimal): -16770183 or 7936768. OLE color: 7936768.
HSL color Cylindrical-coordinate representation of color #001B79: hue angle of 226.61º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B79 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 27 | 121 | - |
| CMYK | 1 | 0.78 | 0 | 0.53 |
| HSL | 226.61º | 1% | 0.24% | - |
| HSV(B) | 226.61º | 1% | 0.47% | - |
| XYZ | 3.84 | 2.16 | 18.3 | - |
| YUV | 29.64 | 179.55 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 121 | 1 | 0.78 | 0 | 0.53 | 226.61 | 1 | 0.24 |
| Hex | 0 | 1B | 79 | 64 | 4E | 0 | 35 | E3 | 64 | 18 |
| Octal | 0 | 33 | 171 | 144 | 116 | 0 | 65 | 343 | 144 | 30 |
| Binary | 0 | 11011 | 1111001 | 1100100 | 1001110 | 0 | 110101 | 11100011 | 1100100 | 11000 |
Color Harmonies of #001B79
Complementary color
Monochromatic Colors of #001B79
Black with #001B79
Text Example
Text Example
White with #001B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B79; }
p { color: rgb(0,27,121); }
H1.HeaderClassName
{
color: #001B79;
}
.AnyTagClassName
{
color: #001B79;
}
</style>
background-color css
<style>
a { background-color: #001B79; }
a { background-color: rgb(0,27,121); }
div.DivClassName
{
background-color: #001B79;
}
.BgClassName
{
background-color: #001B79;
}
</style>
border-color css
<style>
span { border-color: #001B79; }
span { border-color: rgb(0,27,121); }
td.TdClassName
{
border-color: #001B79;
}
.TagClassName
{
border-color: #001B79;
}
</style>