Shades of Sapphire #001C54
Tints of Sapphire #001C54
RGB
CMYK
RGB Variations
Color information
#001C54 (or 0x001C54) is known color: Sapphire. HEX triplet: 00, 1C and 54. RGB value is (0,28,84). Sum of RGB (Red+Green+Blue) = 0+28+84=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 84 (33.20% from 255 or 75% from 112); Max value from RGB is 84 - color contains mainly: blue. Hex color #001C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C54 is #FFE3AB. Grayscale: #191919. Windows color (decimal): -16769964 or 5512192. OLE color: 5512192.
HSL color Cylindrical-coordinate representation of color #001C54: hue angle of 220º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C54 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 28 | 84 | - |
| CMYK | 1 | 0.67 | 0 | 0.67 |
| HSL | 220º | 1% | 0.16% | - |
| HSV(B) | 220º | 1% | 0.33% | - |
| XYZ | 2.02 | 1.47 | 8.57 | - |
| YUV | 26.01 | 160.72 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 84 | 1 | 0.67 | 0 | 0.67 | 220 | 1 | 0.16 |
| Hex | 0 | 1C | 54 | 64 | 43 | 0 | 43 | DC | 64 | 10 |
| Octal | 0 | 34 | 124 | 144 | 103 | 0 | 103 | 334 | 144 | 20 |
| Binary | 0 | 11100 | 1010100 | 1100100 | 1000011 | 0 | 1000011 | 11011100 | 1100100 | 10000 |
Color Harmonies of #001C54
Complementary color
Monochromatic Colors of #001C54
Black with #001C54
Text Example
Text Example
White with #001C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C54; }
p { color: rgb(0,28,84); }
H1.HeaderClassName
{
color: #001C54;
}
.AnyTagClassName
{
color: #001C54;
}
</style>
background-color css
<style>
a { background-color: #001C54; }
a { background-color: rgb(0,28,84); }
div.DivClassName
{
background-color: #001C54;
}
.BgClassName
{
background-color: #001C54;
}
</style>
border-color css
<style>
span { border-color: #001C54; }
span { border-color: rgb(0,28,84); }
td.TdClassName
{
border-color: #001C54;
}
.TagClassName
{
border-color: #001C54;
}
</style>