Shades of Sapphire #001B5D
Tints of Sapphire #001B5D
RGB
CMYK
RGB Variations
Color information
#001B5D (or 0x001B5D) is known color: Sapphire. HEX triplet: 00, 1B and 5D. RGB value is (0,27,93). Sum of RGB (Red+Green+Blue) = 0+27+93=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 93 (36.72% from 255 or 77.5% from 120); Max value from RGB is 93 - color contains mainly: blue. Hex color #001B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B5D is #FFE4A2. Grayscale: #1A1A1A. Windows color (decimal): -16770211 or 6101760. OLE color: 6101760.
HSL color Cylindrical-coordinate representation of color #001B5D: hue angle of 222.58º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B5D is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 27 | 93 | - |
| CMYK | 1 | 0.71 | 0 | 0.64 |
| HSL | 222.58º | 1% | 0.18% | - |
| HSV(B) | 222.58º | 1% | 0.36% | - |
| XYZ | 2.37 | 1.57 | 10.53 | - |
| YUV | 26.45 | 165.55 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 93 | 1 | 0.71 | 0 | 0.64 | 222.58 | 1 | 0.18 |
| Hex | 0 | 1B | 5D | 64 | 47 | 0 | 40 | DF | 64 | 12 |
| Octal | 0 | 33 | 135 | 144 | 107 | 0 | 100 | 337 | 144 | 22 |
| Binary | 0 | 11011 | 1011101 | 1100100 | 1000111 | 0 | 1000000 | 11011111 | 1100100 | 10010 |
Color Harmonies of #001B5D
Complementary color
Monochromatic Colors of #001B5D
Black with #001B5D
Text Example
Text Example
White with #001B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B5D; }
p { color: rgb(0,27,93); }
H1.HeaderClassName
{
color: #001B5D;
}
.AnyTagClassName
{
color: #001B5D;
}
</style>
background-color css
<style>
a { background-color: #001B5D; }
a { background-color: rgb(0,27,93); }
div.DivClassName
{
background-color: #001B5D;
}
.BgClassName
{
background-color: #001B5D;
}
</style>
border-color css
<style>
span { border-color: #001B5D; }
span { border-color: rgb(0,27,93); }
td.TdClassName
{
border-color: #001B5D;
}
.TagClassName
{
border-color: #001B5D;
}
</style>