Shades of Sapphire #001B6B
Tints of Sapphire #001B6B
RGB
CMYK
RGB Variations
Color information
#001B6B (or 0x001B6B) is known color: Sapphire. HEX triplet: 00, 1B and 6B. RGB value is (0,27,107). Sum of RGB (Red+Green+Blue) = 0+27+107=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 107 (42.19% from 255 or 79.85% from 134); Max value from RGB is 107 - color contains mainly: blue. Hex color #001B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B6B is #FFE494. Grayscale: #1B1B1B. Windows color (decimal): -16770197 or 7019264. OLE color: 7019264.
HSL color Cylindrical-coordinate representation of color #001B6B: hue angle of 224.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B6B is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 27 | 107 | - |
| CMYK | 1 | 0.75 | 0 | 0.58 |
| HSL | 224.86º | 1% | 0.21% | - |
| HSV(B) | 224.86º | 1% | 0.42% | - |
| XYZ | 3.05 | 1.85 | 14.11 | - |
| YUV | 28.05 | 172.55 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 107 | 1 | 0.75 | 0 | 0.58 | 224.86 | 1 | 0.21 |
| Hex | 0 | 1B | 6B | 64 | 4B | 0 | 3A | E1 | 64 | 15 |
| Octal | 0 | 33 | 153 | 144 | 113 | 0 | 72 | 341 | 144 | 25 |
| Binary | 0 | 11011 | 1101011 | 1100100 | 1001011 | 0 | 111010 | 11100001 | 1100100 | 10101 |
Color Harmonies of #001B6B
Complementary color
Monochromatic Colors of #001B6B
Black with #001B6B
Text Example
Text Example
White with #001B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B6B; }
p { color: rgb(0,27,107); }
H1.HeaderClassName
{
color: #001B6B;
}
.AnyTagClassName
{
color: #001B6B;
}
</style>
background-color css
<style>
a { background-color: #001B6B; }
a { background-color: rgb(0,27,107); }
div.DivClassName
{
background-color: #001B6B;
}
.BgClassName
{
background-color: #001B6B;
}
</style>
border-color css
<style>
span { border-color: #001B6B; }
span { border-color: rgb(0,27,107); }
td.TdClassName
{
border-color: #001B6B;
}
.TagClassName
{
border-color: #001B6B;
}
</style>