Shades of Sapphire #001B65
Tints of Sapphire #001B65
RGB
CMYK
RGB Variations
Color information
#001B65 (or 0x001B65) is known color: Sapphire. HEX triplet: 00, 1B and 65. RGB value is (0,27,101). Sum of RGB (Red+Green+Blue) = 0+27+101=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 101 (39.84% from 255 or 78.91% from 128); Max value from RGB is 101 - color contains mainly: blue. Hex color #001B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001B65 is #FFE49A. Grayscale: #1B1B1B. Windows color (decimal): -16770203 or 6626048. OLE color: 6626048.
HSL color Cylindrical-coordinate representation of color #001B65: hue angle of 223.96º 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 #001B65 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 27 | 101 | - |
| CMYK | 1 | 0.73 | 0 | 0.60 |
| HSL | 223.96º | 1% | 0.2% | - |
| HSV(B) | 223.96º | 1% | 0.4% | - |
| XYZ | 2.74 | 1.72 | 12.5 | - |
| YUV | 27.36 | 169.55 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 101 | 1 | 0.73 | 0 | 0.60 | 223.96 | 1 | 0.2 |
| Hex | 0 | 1B | 65 | 64 | 49 | 0 | 3C | E0 | 64 | 14 |
| Octal | 0 | 33 | 145 | 144 | 111 | 0 | 74 | 340 | 144 | 24 |
| Binary | 0 | 11011 | 1100101 | 1100100 | 1001001 | 0 | 111100 | 11100000 | 1100100 | 10100 |
Color Harmonies of #001B65
Complementary color
Monochromatic Colors of #001B65
Black with #001B65
Text Example
Text Example
White with #001B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B65; }
p { color: rgb(0,27,101); }
H1.HeaderClassName
{
color: #001B65;
}
.AnyTagClassName
{
color: #001B65;
}
</style>
background-color css
<style>
a { background-color: #001B65; }
a { background-color: rgb(0,27,101); }
div.DivClassName
{
background-color: #001B65;
}
.BgClassName
{
background-color: #001B65;
}
</style>
border-color css
<style>
span { border-color: #001B65; }
span { border-color: rgb(0,27,101); }
td.TdClassName
{
border-color: #001B65;
}
.TagClassName
{
border-color: #001B65;
}
</style>