Shades of Sapphire #001C5C
Tints of Sapphire #001C5C
RGB
CMYK
RGB Variations
Color information
#001C5C (or 0x001C5C) is known color: Sapphire. HEX triplet: 00, 1C and 5C. RGB value is (0,28,92). Sum of RGB (Red+Green+Blue) = 0+28+92=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 92 (36.33% from 255 or 76.67% from 120); Max value from RGB is 92 - color contains mainly: blue. Hex color #001C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C5C is #FFE3A3. Grayscale: #1A1A1A. Windows color (decimal): -16769956 or 6036480. OLE color: 6036480.
HSL color Cylindrical-coordinate representation of color #001C5C: hue angle of 221.74º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C5C is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 28 | 92 | - |
| CMYK | 1 | 0.70 | 0 | 0.64 |
| HSL | 221.74º | 1% | 0.18% | - |
| HSV(B) | 221.74º | 1% | 0.36% | - |
| XYZ | 2.35 | 1.6 | 10.31 | - |
| YUV | 26.92 | 164.72 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 92 | 1 | 0.70 | 0 | 0.64 | 221.74 | 1 | 0.18 |
| Hex | 0 | 1C | 5C | 64 | 46 | 0 | 40 | DE | 64 | 12 |
| Octal | 0 | 34 | 134 | 144 | 106 | 0 | 100 | 336 | 144 | 22 |
| Binary | 0 | 11100 | 1011100 | 1100100 | 1000110 | 0 | 1000000 | 11011110 | 1100100 | 10010 |
Color Harmonies of #001C5C
Complementary color
Monochromatic Colors of #001C5C
Black with #001C5C
Text Example
Text Example
White with #001C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C5C; }
p { color: rgb(0,28,92); }
H1.HeaderClassName
{
color: #001C5C;
}
.AnyTagClassName
{
color: #001C5C;
}
</style>
background-color css
<style>
a { background-color: #001C5C; }
a { background-color: rgb(0,28,92); }
div.DivClassName
{
background-color: #001C5C;
}
.BgClassName
{
background-color: #001C5C;
}
</style>
border-color css
<style>
span { border-color: #001C5C; }
span { border-color: rgb(0,28,92); }
td.TdClassName
{
border-color: #001C5C;
}
.TagClassName
{
border-color: #001C5C;
}
</style>