Shades of Sapphire #001B5F
Tints of Sapphire #001B5F
RGB
CMYK
RGB Variations
Color information
#001B5F (or 0x001B5F) is known color: Sapphire. HEX triplet: 00, 1B and 5F. RGB value is (0,27,95). Sum of RGB (Red+Green+Blue) = 0+27+95=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 95 (37.5% from 255 or 77.87% from 122); Max value from RGB is 95 - color contains mainly: blue. Hex color #001B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B5F is #FFE4A0. Grayscale: #1A1A1A. Windows color (decimal): -16770209 or 6232832. OLE color: 6232832.
HSL color Cylindrical-coordinate representation of color #001B5F: hue angle of 222.95º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B5F is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 27 | 95 | - |
| CMYK | 1 | 0.72 | 0 | 0.63 |
| HSL | 222.95º | 1% | 0.19% | - |
| HSV(B) | 222.95º | 1% | 0.37% | - |
| XYZ | 2.46 | 1.61 | 11.01 | - |
| YUV | 26.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 95 | 1 | 0.72 | 0 | 0.63 | 222.95 | 1 | 0.19 |
| Hex | 0 | 1B | 5F | 64 | 48 | 0 | 3F | DF | 64 | 13 |
| Octal | 0 | 33 | 137 | 144 | 110 | 0 | 77 | 337 | 144 | 23 |
| Binary | 0 | 11011 | 1011111 | 1100100 | 1001000 | 0 | 111111 | 11011111 | 1100100 | 10011 |
Color Harmonies of #001B5F
Complementary color
Monochromatic Colors of #001B5F
Black with #001B5F
Text Example
Text Example
White with #001B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B5F; }
p { color: rgb(0,27,95); }
H1.HeaderClassName
{
color: #001B5F;
}
.AnyTagClassName
{
color: #001B5F;
}
</style>
background-color css
<style>
a { background-color: #001B5F; }
a { background-color: rgb(0,27,95); }
div.DivClassName
{
background-color: #001B5F;
}
.BgClassName
{
background-color: #001B5F;
}
</style>
border-color css
<style>
span { border-color: #001B5F; }
span { border-color: rgb(0,27,95); }
td.TdClassName
{
border-color: #001B5F;
}
.TagClassName
{
border-color: #001B5F;
}
</style>