Shades of Sapphire #001C6B
Tints of Sapphire #001C6B
RGB
CMYK
RGB Variations
Color information
#001C6B (or 0x001C6B) is known color: Sapphire. HEX triplet: 00, 1C and 6B. RGB value is (0,28,107). Sum of RGB (Red+Green+Blue) = 0+28+107=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 107 (42.19% from 255 or 79.26% from 135); Max value from RGB is 107 - color contains mainly: blue. Hex color #001C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001C6B is #FFE394. Grayscale: #1C1C1C. Windows color (decimal): -16769941 or 7019520. OLE color: 7019520.
HSL color Cylindrical-coordinate representation of color #001C6B: hue angle of 224.3º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C6B is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 28 | 107 | - |
| CMYK | 1 | 0.74 | 0 | 0.58 |
| HSL | 224.3º | 1% | 0.21% | - |
| HSV(B) | 224.3º | 1% | 0.42% | - |
| XYZ | 3.07 | 1.89 | 14.11 | - |
| YUV | 28.63 | 172.22 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 107 | 1 | 0.74 | 0 | 0.58 | 224.3 | 1 | 0.21 |
| Hex | 0 | 1C | 6B | 64 | 4A | 0 | 3A | E0 | 64 | 15 |
| Octal | 0 | 34 | 153 | 144 | 112 | 0 | 72 | 340 | 144 | 25 |
| Binary | 0 | 11100 | 1101011 | 1100100 | 1001010 | 0 | 111010 | 11100000 | 1100100 | 10101 |
Color Harmonies of #001C6B
Complementary color
Monochromatic Colors of #001C6B
Black with #001C6B
Text Example
Text Example
White with #001C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C6B; }
p { color: rgb(0,28,107); }
H1.HeaderClassName
{
color: #001C6B;
}
.AnyTagClassName
{
color: #001C6B;
}
</style>
background-color css
<style>
a { background-color: #001C6B; }
a { background-color: rgb(0,28,107); }
div.DivClassName
{
background-color: #001C6B;
}
.BgClassName
{
background-color: #001C6B;
}
</style>
border-color css
<style>
span { border-color: #001C6B; }
span { border-color: rgb(0,28,107); }
td.TdClassName
{
border-color: #001C6B;
}
.TagClassName
{
border-color: #001C6B;
}
</style>