Shades of Sapphire #001B54
Tints of Sapphire #001B54
RGB
CMYK
RGB Variations
Color information
#001B54 (or 0x001B54) is known color: Sapphire. HEX triplet: 00, 1B and 54. RGB value is (0,27,84). Sum of RGB (Red+Green+Blue) = 0+27+84=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 84 (33.20% from 255 or 75.68% from 111); Max value from RGB is 84 - color contains mainly: blue. Hex color #001B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B54 is #FFE4AB. Grayscale: #191919. Windows color (decimal): -16770220 or 5511936. OLE color: 5511936.
HSL color Cylindrical-coordinate representation of color #001B54: hue angle of 220.71º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B54 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 27 | 84 | - |
| CMYK | 1 | 0.68 | 0 | 0.67 |
| HSL | 220.71º | 1% | 0.16% | - |
| HSV(B) | 220.71º | 1% | 0.33% | - |
| XYZ | 1.99 | 1.42 | 8.56 | - |
| YUV | 25.43 | 161.05 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 84 | 1 | 0.68 | 0 | 0.67 | 220.71 | 1 | 0.16 |
| Hex | 0 | 1B | 54 | 64 | 44 | 0 | 43 | DD | 64 | 10 |
| Octal | 0 | 33 | 124 | 144 | 104 | 0 | 103 | 335 | 144 | 20 |
| Binary | 0 | 11011 | 1010100 | 1100100 | 1000100 | 0 | 1000011 | 11011101 | 1100100 | 10000 |
Color Harmonies of #001B54
Complementary color
Monochromatic Colors of #001B54
Black with #001B54
Text Example
Text Example
White with #001B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B54; }
p { color: rgb(0,27,84); }
H1.HeaderClassName
{
color: #001B54;
}
.AnyTagClassName
{
color: #001B54;
}
</style>
background-color css
<style>
a { background-color: #001B54; }
a { background-color: rgb(0,27,84); }
div.DivClassName
{
background-color: #001B54;
}
.BgClassName
{
background-color: #001B54;
}
</style>
border-color css
<style>
span { border-color: #001B54; }
span { border-color: rgb(0,27,84); }
td.TdClassName
{
border-color: #001B54;
}
.TagClassName
{
border-color: #001B54;
}
</style>