Shades of Sapphire #001B6D
Tints of Sapphire #001B6D
RGB
CMYK
RGB Variations
Color information
#001B6D (or 0x001B6D) is known color: Sapphire. HEX triplet: 00, 1B and 6D. RGB value is (0,27,109). Sum of RGB (Red+Green+Blue) = 0+27+109=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 109 (42.97% from 255 or 80.15% from 136); Max value from RGB is 109 - color contains mainly: blue. Hex color #001B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B6D is #FFE492. Grayscale: #1B1B1B. Windows color (decimal): -16770195 or 7150336. OLE color: 7150336.
HSL color Cylindrical-coordinate representation of color #001B6D: hue angle of 225.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B6D is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 27 | 109 | - |
| CMYK | 1 | 0.75 | 0 | 0.57 |
| HSL | 225.14º | 1% | 0.21% | - |
| HSV(B) | 225.14º | 1% | 0.43% | - |
| XYZ | 3.15 | 1.89 | 14.67 | - |
| YUV | 28.28 | 173.55 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 109 | 1 | 0.75 | 0 | 0.57 | 225.14 | 1 | 0.21 |
| Hex | 0 | 1B | 6D | 64 | 4B | 0 | 39 | E1 | 64 | 15 |
| Octal | 0 | 33 | 155 | 144 | 113 | 0 | 71 | 341 | 144 | 25 |
| Binary | 0 | 11011 | 1101101 | 1100100 | 1001011 | 0 | 111001 | 11100001 | 1100100 | 10101 |
Color Harmonies of #001B6D
Complementary color
Monochromatic Colors of #001B6D
Black with #001B6D
Text Example
Text Example
White with #001B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B6D; }
p { color: rgb(0,27,109); }
H1.HeaderClassName
{
color: #001B6D;
}
.AnyTagClassName
{
color: #001B6D;
}
</style>
background-color css
<style>
a { background-color: #001B6D; }
a { background-color: rgb(0,27,109); }
div.DivClassName
{
background-color: #001B6D;
}
.BgClassName
{
background-color: #001B6D;
}
</style>
border-color css
<style>
span { border-color: #001B6D; }
span { border-color: rgb(0,27,109); }
td.TdClassName
{
border-color: #001B6D;
}
.TagClassName
{
border-color: #001B6D;
}
</style>