Shades of Sapphire #001C6D
Tints of Sapphire #001C6D
RGB
CMYK
RGB Variations
Color information
#001C6D (or 0x001C6D) is known color: Sapphire. HEX triplet: 00, 1C and 6D. RGB value is (0,28,109). Sum of RGB (Red+Green+Blue) = 0+28+109=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 109 (42.97% from 255 or 79.56% from 137); Max value from RGB is 109 - color contains mainly: blue. Hex color #001C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C6D is #FFE392. Grayscale: #1C1C1C. Windows color (decimal): -16769939 or 7150592. OLE color: 7150592.
HSL color Cylindrical-coordinate representation of color #001C6D: hue angle of 224.59º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C6D is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 28 | 109 | - |
| CMYK | 1 | 0.74 | 0 | 0.57 |
| HSL | 224.59º | 1% | 0.21% | - |
| HSV(B) | 224.59º | 1% | 0.43% | - |
| XYZ | 3.18 | 1.93 | 14.67 | - |
| YUV | 28.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 109 | 1 | 0.74 | 0 | 0.57 | 224.59 | 1 | 0.21 |
| Hex | 0 | 1C | 6D | 64 | 4A | 0 | 39 | E1 | 64 | 15 |
| Octal | 0 | 34 | 155 | 144 | 112 | 0 | 71 | 341 | 144 | 25 |
| Binary | 0 | 11100 | 1101101 | 1100100 | 1001010 | 0 | 111001 | 11100001 | 1100100 | 10101 |
Color Harmonies of #001C6D
Complementary color
Monochromatic Colors of #001C6D
Black with #001C6D
Text Example
Text Example
White with #001C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C6D; }
p { color: rgb(0,28,109); }
H1.HeaderClassName
{
color: #001C6D;
}
.AnyTagClassName
{
color: #001C6D;
}
</style>
background-color css
<style>
a { background-color: #001C6D; }
a { background-color: rgb(0,28,109); }
div.DivClassName
{
background-color: #001C6D;
}
.BgClassName
{
background-color: #001C6D;
}
</style>
border-color css
<style>
span { border-color: #001C6D; }
span { border-color: rgb(0,28,109); }
td.TdClassName
{
border-color: #001C6D;
}
.TagClassName
{
border-color: #001C6D;
}
</style>