Shades of Sapphire #001B51
Tints of Sapphire #001B51
RGB
CMYK
RGB Variations
Color information
#001B51 (or 0x001B51) is known color: Sapphire. HEX triplet: 00, 1B and 51. RGB value is (0,27,81). Sum of RGB (Red+Green+Blue) = 0+27+81=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 81 (32.03% from 255 or 75% from 108); Max value from RGB is 81 - color contains mainly: blue. Hex color #001B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B51 is #FFE4AE. Grayscale: #181818. Windows color (decimal): -16770223 or 5315328. OLE color: 5315328.
HSL color Cylindrical-coordinate representation of color #001B51: hue angle of 220º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B51 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 27 | 81 | - |
| CMYK | 1 | 0.67 | 0 | 0.68 |
| HSL | 220º | 1% | 0.16% | - |
| HSV(B) | 220º | 1% | 0.32% | - |
| XYZ | 1.88 | 1.38 | 7.95 | - |
| YUV | 25.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 81 | 1 | 0.67 | 0 | 0.68 | 220 | 1 | 0.16 |
| Hex | 0 | 1B | 51 | 64 | 43 | 0 | 44 | DC | 64 | 10 |
| Octal | 0 | 33 | 121 | 144 | 103 | 0 | 104 | 334 | 144 | 20 |
| Binary | 0 | 11011 | 1010001 | 1100100 | 1000011 | 0 | 1000100 | 11011100 | 1100100 | 10000 |
Color Harmonies of #001B51
Complementary color
Monochromatic Colors of #001B51
Black with #001B51
Text Example
Text Example
White with #001B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B51; }
p { color: rgb(0,27,81); }
H1.HeaderClassName
{
color: #001B51;
}
.AnyTagClassName
{
color: #001B51;
}
</style>
background-color css
<style>
a { background-color: #001B51; }
a { background-color: rgb(0,27,81); }
div.DivClassName
{
background-color: #001B51;
}
.BgClassName
{
background-color: #001B51;
}
</style>
border-color css
<style>
span { border-color: #001B51; }
span { border-color: rgb(0,27,81); }
td.TdClassName
{
border-color: #001B51;
}
.TagClassName
{
border-color: #001B51;
}
</style>