Shades of Sapphire #001B58
Tints of Sapphire #001B58
RGB
CMYK
RGB Variations
Color information
#001B58 (or 0x001B58) is known color: Sapphire. HEX triplet: 00, 1B and 58. RGB value is (0,27,88). Sum of RGB (Red+Green+Blue) = 0+27+88=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #001B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B58 is #FFE4A7. Grayscale: #191919. Windows color (decimal): -16770216 or 5774080. OLE color: 5774080.
HSL color Cylindrical-coordinate representation of color #001B58: hue angle of 221.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B58 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 27 | 88 | - |
| CMYK | 1 | 0.69 | 0 | 0.65 |
| HSL | 221.59º | 1% | 0.17% | - |
| HSV(B) | 221.59º | 1% | 0.35% | - |
| XYZ | 2.15 | 1.49 | 9.41 | - |
| YUV | 25.88 | 163.05 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 88 | 1 | 0.69 | 0 | 0.65 | 221.59 | 1 | 0.17 |
| Hex | 0 | 1B | 58 | 64 | 45 | 0 | 41 | DE | 64 | 11 |
| Octal | 0 | 33 | 130 | 144 | 105 | 0 | 101 | 336 | 144 | 21 |
| Binary | 0 | 11011 | 1011000 | 1100100 | 1000101 | 0 | 1000001 | 11011110 | 1100100 | 10001 |
Color Harmonies of #001B58
Complementary color
Monochromatic Colors of #001B58
Black with #001B58
Text Example
Text Example
White with #001B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B58; }
p { color: rgb(0,27,88); }
H1.HeaderClassName
{
color: #001B58;
}
.AnyTagClassName
{
color: #001B58;
}
</style>
background-color css
<style>
a { background-color: #001B58; }
a { background-color: rgb(0,27,88); }
div.DivClassName
{
background-color: #001B58;
}
.BgClassName
{
background-color: #001B58;
}
</style>
border-color css
<style>
span { border-color: #001B58; }
span { border-color: rgb(0,27,88); }
td.TdClassName
{
border-color: #001B58;
}
.TagClassName
{
border-color: #001B58;
}
</style>