Shades of Sapphire #001C48
Tints of Sapphire #001C48
RGB
CMYK
RGB Variations
Color information
#001C48 (or 0x001C48) is known color: Sapphire. HEX triplet: 00, 1C and 48. RGB value is (0,28,72). Sum of RGB (Red+Green+Blue) = 0+28+72=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #001C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C48 is #FFE3B7. Grayscale: #181818. Windows color (decimal): -16769976 or 4725760. OLE color: 4725760.
HSL color Cylindrical-coordinate representation of color #001C48: hue angle of 216.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C48 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 28 | 72 | - |
| CMYK | 1 | 0.61 | 0 | 0.72 |
| HSL | 216.67º | 1% | 0.14% | - |
| HSV(B) | 216.67º | 1% | 0.28% | - |
| XYZ | 1.58 | 1.3 | 6.3 | - |
| YUV | 24.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 72 | 1 | 0.61 | 0 | 0.72 | 216.67 | 1 | 0.14 |
| Hex | 0 | 1C | 48 | 64 | 3D | 0 | 48 | D9 | 64 | E |
| Octal | 0 | 34 | 110 | 144 | 75 | 0 | 110 | 331 | 144 | 16 |
| Binary | 0 | 11100 | 1001000 | 1100100 | 111101 | 0 | 1001000 | 11011001 | 1100100 | 1110 |
Color Harmonies of #001C48
Complementary color
Monochromatic Colors of #001C48
Black with #001C48
Text Example
Text Example
White with #001C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C48; }
p { color: rgb(0,28,72); }
H1.HeaderClassName
{
color: #001C48;
}
.AnyTagClassName
{
color: #001C48;
}
</style>
background-color css
<style>
a { background-color: #001C48; }
a { background-color: rgb(0,28,72); }
div.DivClassName
{
background-color: #001C48;
}
.BgClassName
{
background-color: #001C48;
}
</style>
border-color css
<style>
span { border-color: #001C48; }
span { border-color: rgb(0,28,72); }
td.TdClassName
{
border-color: #001C48;
}
.TagClassName
{
border-color: #001C48;
}
</style>