Shades of Sapphire #001C67
Tints of Sapphire #001C67
RGB
CMYK
RGB Variations
Color information
#001C67 (or 0x001C67) is known color: Sapphire. HEX triplet: 00, 1C and 67. RGB value is (0,28,103). Sum of RGB (Red+Green+Blue) = 0+28+103=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 103 (40.62% from 255 or 78.63% from 131); Max value from RGB is 103 - color contains mainly: blue. Hex color #001C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C67 is #FFE398. Grayscale: #1B1B1B. Windows color (decimal): -16769945 or 6757376. OLE color: 6757376.
HSL color Cylindrical-coordinate representation of color #001C67: hue angle of 223.69º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C67 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 28 | 103 | - |
| CMYK | 1 | 0.73 | 0 | 0.60 |
| HSL | 223.69º | 1% | 0.2% | - |
| HSV(B) | 223.69º | 1% | 0.4% | - |
| XYZ | 2.86 | 1.81 | 13.03 | - |
| YUV | 28.18 | 170.22 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 103 | 1 | 0.73 | 0 | 0.60 | 223.69 | 1 | 0.2 |
| Hex | 0 | 1C | 67 | 64 | 49 | 0 | 3C | E0 | 64 | 14 |
| Octal | 0 | 34 | 147 | 144 | 111 | 0 | 74 | 340 | 144 | 24 |
| Binary | 0 | 11100 | 1100111 | 1100100 | 1001001 | 0 | 111100 | 11100000 | 1100100 | 10100 |
Color Harmonies of #001C67
Complementary color
Monochromatic Colors of #001C67
Black with #001C67
Text Example
Text Example
White with #001C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C67; }
p { color: rgb(0,28,103); }
H1.HeaderClassName
{
color: #001C67;
}
.AnyTagClassName
{
color: #001C67;
}
</style>
background-color css
<style>
a { background-color: #001C67; }
a { background-color: rgb(0,28,103); }
div.DivClassName
{
background-color: #001C67;
}
.BgClassName
{
background-color: #001C67;
}
</style>
border-color css
<style>
span { border-color: #001C67; }
span { border-color: rgb(0,28,103); }
td.TdClassName
{
border-color: #001C67;
}
.TagClassName
{
border-color: #001C67;
}
</style>