Shades of Sapphire #001B44
Tints of Sapphire #001B44
RGB
CMYK
RGB Variations
Color information
#001B44 (or 0x001B44) is known color: Sapphire. HEX triplet: 00, 1B and 44. RGB value is (0,27,68). Sum of RGB (Red+Green+Blue) = 0+27+68=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 68 (26.95% from 255 or 71.58% from 95); Max value from RGB is 68 - color contains mainly: blue. Hex color #001B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B44 is #FFE4BB. Grayscale: #171717. Windows color (decimal): -16770236 or 4463360. OLE color: 4463360.
HSL color Cylindrical-coordinate representation of color #001B44: hue angle of 216.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B44 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 27 | 68 | - |
| CMYK | 1 | 0.60 | 0 | 0.73 |
| HSL | 216.18º | 1% | 0.13% | - |
| HSV(B) | 216.18º | 1% | 0.27% | - |
| XYZ | 1.44 | 1.2 | 5.63 | - |
| YUV | 23.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 68 | 1 | 0.60 | 0 | 0.73 | 216.18 | 1 | 0.13 |
| Hex | 0 | 1B | 44 | 64 | 3C | 0 | 49 | D8 | 64 | D |
| Octal | 0 | 33 | 104 | 144 | 74 | 0 | 111 | 330 | 144 | 15 |
| Binary | 0 | 11011 | 1000100 | 1100100 | 111100 | 0 | 1001001 | 11011000 | 1100100 | 1101 |
Color Harmonies of #001B44
Complementary color
Monochromatic Colors of #001B44
Black with #001B44
Text Example
Text Example
White with #001B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B44; }
p { color: rgb(0,27,68); }
H1.HeaderClassName
{
color: #001B44;
}
.AnyTagClassName
{
color: #001B44;
}
</style>
background-color css
<style>
a { background-color: #001B44; }
a { background-color: rgb(0,27,68); }
div.DivClassName
{
background-color: #001B44;
}
.BgClassName
{
background-color: #001B44;
}
</style>
border-color css
<style>
span { border-color: #001B44; }
span { border-color: rgb(0,27,68); }
td.TdClassName
{
border-color: #001B44;
}
.TagClassName
{
border-color: #001B44;
}
</style>