Shades of Sapphire #001C44
Tints of Sapphire #001C44
RGB
CMYK
RGB Variations
Color information
#001C44 (or 0x001C44) is known color: Sapphire. HEX triplet: 00, 1C and 44. RGB value is (0,28,68). Sum of RGB (Red+Green+Blue) = 0+28+68=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 68 (26.95% from 255 or 70.83% from 96); Max value from RGB is 68 - color contains mainly: blue. Hex color #001C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C44 is #FFE3BB. Grayscale: #181818. Windows color (decimal): -16769980 or 4463616. OLE color: 4463616.
HSL color Cylindrical-coordinate representation of color #001C44: hue angle of 215.29º 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 #001C44 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 28 | 68 | - |
| CMYK | 1 | 0.59 | 0 | 0.73 |
| HSL | 215.29º | 1% | 0.13% | - |
| HSV(B) | 215.29º | 1% | 0.27% | - |
| XYZ | 1.46 | 1.25 | 5.63 | - |
| YUV | 24.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 68 | 1 | 0.59 | 0 | 0.73 | 215.29 | 1 | 0.13 |
| Hex | 0 | 1C | 44 | 64 | 3B | 0 | 49 | D7 | 64 | D |
| Octal | 0 | 34 | 104 | 144 | 73 | 0 | 111 | 327 | 144 | 15 |
| Binary | 0 | 11100 | 1000100 | 1100100 | 111011 | 0 | 1001001 | 11010111 | 1100100 | 1101 |
Color Harmonies of #001C44
Complementary color
Monochromatic Colors of #001C44
Black with #001C44
Text Example
Text Example
White with #001C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C44; }
p { color: rgb(0,28,68); }
H1.HeaderClassName
{
color: #001C44;
}
.AnyTagClassName
{
color: #001C44;
}
</style>
background-color css
<style>
a { background-color: #001C44; }
a { background-color: rgb(0,28,68); }
div.DivClassName
{
background-color: #001C44;
}
.BgClassName
{
background-color: #001C44;
}
</style>
border-color css
<style>
span { border-color: #001C44; }
span { border-color: rgb(0,28,68); }
td.TdClassName
{
border-color: #001C44;
}
.TagClassName
{
border-color: #001C44;
}
</style>