Shades of Sapphire #001C70
Tints of Sapphire #001C70
RGB
CMYK
RGB Variations
Color information
#001C70 (or 0x001C70) is known color: Sapphire. HEX triplet: 00, 1C and 70. RGB value is (0,28,112). Sum of RGB (Red+Green+Blue) = 0+28+112=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 112 (44.14% from 255 or 80% from 140); Max value from RGB is 112 - color contains mainly: blue. Hex color #001C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C70 is #FFE38F. Grayscale: #1C1C1C. Windows color (decimal): -16769936 or 7347200. OLE color: 7347200.
HSL color Cylindrical-coordinate representation of color #001C70: hue angle of 225º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C70 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 28 | 112 | - |
| CMYK | 1 | 0.75 | 0 | 0.56 |
| HSL | 225º | 1% | 0.22% | - |
| HSV(B) | 225º | 1% | 0.44% | - |
| XYZ | 3.34 | 2 | 15.54 | - |
| YUV | 29.2 | 174.72 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 112 | 1 | 0.75 | 0 | 0.56 | 225 | 1 | 0.22 |
| Hex | 0 | 1C | 70 | 64 | 4B | 0 | 38 | E1 | 64 | 16 |
| Octal | 0 | 34 | 160 | 144 | 113 | 0 | 70 | 341 | 144 | 26 |
| Binary | 0 | 11100 | 1110000 | 1100100 | 1001011 | 0 | 111000 | 11100001 | 1100100 | 10110 |
Color Harmonies of #001C70
Complementary color
Monochromatic Colors of #001C70
Black with #001C70
Text Example
Text Example
White with #001C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C70; }
p { color: rgb(0,28,112); }
H1.HeaderClassName
{
color: #001C70;
}
.AnyTagClassName
{
color: #001C70;
}
</style>
background-color css
<style>
a { background-color: #001C70; }
a { background-color: rgb(0,28,112); }
div.DivClassName
{
background-color: #001C70;
}
.BgClassName
{
background-color: #001C70;
}
</style>
border-color css
<style>
span { border-color: #001C70; }
span { border-color: rgb(0,28,112); }
td.TdClassName
{
border-color: #001C70;
}
.TagClassName
{
border-color: #001C70;
}
</style>