Shades of Sapphire #001C53
Tints of Sapphire #001C53
RGB
CMYK
RGB Variations
Color information
#001C53 (or 0x001C53) is known color: Sapphire. HEX triplet: 00, 1C and 53. RGB value is (0,28,83). Sum of RGB (Red+Green+Blue) = 0+28+83=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #001C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C53 is #FFE3AC. Grayscale: #191919. Windows color (decimal): -16769965 or 5446656. OLE color: 5446656.
HSL color Cylindrical-coordinate representation of color #001C53: hue angle of 219.76º 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 #001C53 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 28 | 83 | - |
| CMYK | 1 | 0.66 | 0 | 0.67 |
| HSL | 219.76º | 1% | 0.16% | - |
| HSV(B) | 219.76º | 1% | 0.33% | - |
| XYZ | 1.98 | 1.46 | 8.36 | - |
| YUV | 25.9 | 160.22 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 83 | 1 | 0.66 | 0 | 0.67 | 219.76 | 1 | 0.16 |
| Hex | 0 | 1C | 53 | 64 | 42 | 0 | 43 | DC | 64 | 10 |
| Octal | 0 | 34 | 123 | 144 | 102 | 0 | 103 | 334 | 144 | 20 |
| Binary | 0 | 11100 | 1010011 | 1100100 | 1000010 | 0 | 1000011 | 11011100 | 1100100 | 10000 |
Color Harmonies of #001C53
Complementary color
Monochromatic Colors of #001C53
Black with #001C53
Text Example
Text Example
White with #001C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C53; }
p { color: rgb(0,28,83); }
H1.HeaderClassName
{
color: #001C53;
}
.AnyTagClassName
{
color: #001C53;
}
</style>
background-color css
<style>
a { background-color: #001C53; }
a { background-color: rgb(0,28,83); }
div.DivClassName
{
background-color: #001C53;
}
.BgClassName
{
background-color: #001C53;
}
</style>
border-color css
<style>
span { border-color: #001C53; }
span { border-color: rgb(0,28,83); }
td.TdClassName
{
border-color: #001C53;
}
.TagClassName
{
border-color: #001C53;
}
</style>