Shades of Sapphire #001C4A
Tints of Sapphire #001C4A
RGB
CMYK
RGB Variations
Color information
#001C4A (or 0x001C4A) is known color: Sapphire. HEX triplet: 00, 1C and 4A. RGB value is (0,28,74). Sum of RGB (Red+Green+Blue) = 0+28+74=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 74 (29.30% from 255 or 72.55% from 102); Max value from RGB is 74 - color contains mainly: blue. Hex color #001C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C4A is #FFE3B5. Grayscale: #181818. Windows color (decimal): -16769974 or 4856832. OLE color: 4856832.
HSL color Cylindrical-coordinate representation of color #001C4A: hue angle of 217.3º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C4A is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 28 | 74 | - |
| CMYK | 1 | 0.62 | 0 | 0.71 |
| HSL | 217.3º | 1% | 0.15% | - |
| HSV(B) | 217.3º | 1% | 0.29% | - |
| XYZ | 1.65 | 1.32 | 6.65 | - |
| YUV | 24.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 74 | 1 | 0.62 | 0 | 0.71 | 217.3 | 1 | 0.15 |
| Hex | 0 | 1C | 4A | 64 | 3E | 0 | 47 | D9 | 64 | F |
| Octal | 0 | 34 | 112 | 144 | 76 | 0 | 107 | 331 | 144 | 17 |
| Binary | 0 | 11100 | 1001010 | 1100100 | 111110 | 0 | 1000111 | 11011001 | 1100100 | 1111 |
Color Harmonies of #001C4A
Complementary color
Monochromatic Colors of #001C4A
Black with #001C4A
Text Example
Text Example
White with #001C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C4A; }
p { color: rgb(0,28,74); }
H1.HeaderClassName
{
color: #001C4A;
}
.AnyTagClassName
{
color: #001C4A;
}
</style>
background-color css
<style>
a { background-color: #001C4A; }
a { background-color: rgb(0,28,74); }
div.DivClassName
{
background-color: #001C4A;
}
.BgClassName
{
background-color: #001C4A;
}
</style>
border-color css
<style>
span { border-color: #001C4A; }
span { border-color: rgb(0,28,74); }
td.TdClassName
{
border-color: #001C4A;
}
.TagClassName
{
border-color: #001C4A;
}
</style>