Shades of Sapphire #001B67
Tints of Sapphire #001B67
RGB
CMYK
RGB Variations
Color information
#001B67 (or 0x001B67) is known color: Sapphire. HEX triplet: 00, 1B and 67. RGB value is (0,27,103). Sum of RGB (Red+Green+Blue) = 0+27+103=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 103 (40.62% from 255 or 79.23% from 130); Max value from RGB is 103 - color contains mainly: blue. Hex color #001B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B67 is #FFE498. Grayscale: #1B1B1B. Windows color (decimal): -16770201 or 6757120. OLE color: 6757120.
HSL color Cylindrical-coordinate representation of color #001B67: hue angle of 224.27º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B67 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 27 | 103 | - |
| CMYK | 1 | 0.74 | 0 | 0.60 |
| HSL | 224.27º | 1% | 0.2% | - |
| HSV(B) | 224.27º | 1% | 0.4% | - |
| XYZ | 2.84 | 1.76 | 13.02 | - |
| YUV | 27.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 103 | 1 | 0.74 | 0 | 0.60 | 224.27 | 1 | 0.2 |
| Hex | 0 | 1B | 67 | 64 | 4A | 0 | 3C | E0 | 64 | 14 |
| Octal | 0 | 33 | 147 | 144 | 112 | 0 | 74 | 340 | 144 | 24 |
| Binary | 0 | 11011 | 1100111 | 1100100 | 1001010 | 0 | 111100 | 11100000 | 1100100 | 10100 |
Color Harmonies of #001B67
Complementary color
Monochromatic Colors of #001B67
Black with #001B67
Text Example
Text Example
White with #001B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B67; }
p { color: rgb(0,27,103); }
H1.HeaderClassName
{
color: #001B67;
}
.AnyTagClassName
{
color: #001B67;
}
</style>
background-color css
<style>
a { background-color: #001B67; }
a { background-color: rgb(0,27,103); }
div.DivClassName
{
background-color: #001B67;
}
.BgClassName
{
background-color: #001B67;
}
</style>
border-color css
<style>
span { border-color: #001B67; }
span { border-color: rgb(0,27,103); }
td.TdClassName
{
border-color: #001B67;
}
.TagClassName
{
border-color: #001B67;
}
</style>