Shades of Sapphire #001B63
Tints of Sapphire #001B63
RGB
CMYK
RGB Variations
Color information
#001B63 (or 0x001B63) is known color: Sapphire. HEX triplet: 00, 1B and 63. RGB value is (0,27,99). Sum of RGB (Red+Green+Blue) = 0+27+99=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 99 (39.06% from 255 or 78.57% from 126); Max value from RGB is 99 - color contains mainly: blue. Hex color #001B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B63 is #FFE49C. Grayscale: #1A1A1A. Windows color (decimal): -16770205 or 6494976. OLE color: 6494976.
HSL color Cylindrical-coordinate representation of color #001B63: hue angle of 223.64º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B63 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 27 | 99 | - |
| CMYK | 1 | 0.73 | 0 | 0.61 |
| HSL | 223.64º | 1% | 0.19% | - |
| HSV(B) | 223.64º | 1% | 0.39% | - |
| XYZ | 2.64 | 1.68 | 11.99 | - |
| YUV | 27.14 | 168.55 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 99 | 1 | 0.73 | 0 | 0.61 | 223.64 | 1 | 0.19 |
| Hex | 0 | 1B | 63 | 64 | 49 | 0 | 3D | E0 | 64 | 13 |
| Octal | 0 | 33 | 143 | 144 | 111 | 0 | 75 | 340 | 144 | 23 |
| Binary | 0 | 11011 | 1100011 | 1100100 | 1001001 | 0 | 111101 | 11100000 | 1100100 | 10011 |
Color Harmonies of #001B63
Complementary color
Monochromatic Colors of #001B63
Black with #001B63
Text Example
Text Example
White with #001B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B63; }
p { color: rgb(0,27,99); }
H1.HeaderClassName
{
color: #001B63;
}
.AnyTagClassName
{
color: #001B63;
}
</style>
background-color css
<style>
a { background-color: #001B63; }
a { background-color: rgb(0,27,99); }
div.DivClassName
{
background-color: #001B63;
}
.BgClassName
{
background-color: #001B63;
}
</style>
border-color css
<style>
span { border-color: #001B63; }
span { border-color: rgb(0,27,99); }
td.TdClassName
{
border-color: #001B63;
}
.TagClassName
{
border-color: #001B63;
}
</style>