Shades of Sapphire #001C51
Tints of Sapphire #001C51
RGB
CMYK
RGB Variations
Color information
#001C51 (or 0x001C51) is known color: Sapphire. HEX triplet: 00, 1C and 51. RGB value is (0,28,81). Sum of RGB (Red+Green+Blue) = 0+28+81=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 81 (32.03% from 255 or 74.31% from 109); Max value from RGB is 81 - color contains mainly: blue. Hex color #001C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C51 is #FFE3AE. Grayscale: #191919. Windows color (decimal): -16769967 or 5315584. OLE color: 5315584.
HSL color Cylindrical-coordinate representation of color #001C51: hue angle of 219.26º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C51 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 28 | 81 | - |
| CMYK | 1 | 0.65 | 0 | 0.68 |
| HSL | 219.26º | 1% | 0.16% | - |
| HSV(B) | 219.26º | 1% | 0.32% | - |
| XYZ | 1.9 | 1.42 | 7.96 | - |
| YUV | 25.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 81 | 1 | 0.65 | 0 | 0.68 | 219.26 | 1 | 0.16 |
| Hex | 0 | 1C | 51 | 64 | 41 | 0 | 44 | DB | 64 | 10 |
| Octal | 0 | 34 | 121 | 144 | 101 | 0 | 104 | 333 | 144 | 20 |
| Binary | 0 | 11100 | 1010001 | 1100100 | 1000001 | 0 | 1000100 | 11011011 | 1100100 | 10000 |
Color Harmonies of #001C51
Complementary color
Monochromatic Colors of #001C51
Black with #001C51
Text Example
Text Example
White with #001C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C51; }
p { color: rgb(0,28,81); }
H1.HeaderClassName
{
color: #001C51;
}
.AnyTagClassName
{
color: #001C51;
}
</style>
background-color css
<style>
a { background-color: #001C51; }
a { background-color: rgb(0,28,81); }
div.DivClassName
{
background-color: #001C51;
}
.BgClassName
{
background-color: #001C51;
}
</style>
border-color css
<style>
span { border-color: #001C51; }
span { border-color: rgb(0,28,81); }
td.TdClassName
{
border-color: #001C51;
}
.TagClassName
{
border-color: #001C51;
}
</style>