Shades of Sapphire #002C79
Tints of Sapphire #002C79
RGB
CMYK
RGB Variations
Color information
#002C79 (or 0x002C79) is known color: Sapphire. HEX triplet: 00, 2C and 79. RGB value is (0,44,121). Sum of RGB (Red+Green+Blue) = 0+44+121=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 121 (47.66% from 255 or 73.33% from 165); Max value from RGB is 121 - color contains mainly: blue. Hex color #002C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C79 is #FFD386. Grayscale: #272727. Windows color (decimal): -16765831 or 7941120. OLE color: 7941120.
HSL color Cylindrical-coordinate representation of color #002C79: hue angle of 218.18º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C79 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 44 | 121 | - |
| CMYK | 1 | 0.64 | 0 | 0.53 |
| HSL | 218.18º | 1% | 0.24% | - |
| HSV(B) | 218.18º | 1% | 0.47% | - |
| XYZ | 4.35 | 3.18 | 18.47 | - |
| YUV | 39.62 | 173.92 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 121 | 1 | 0.64 | 0 | 0.53 | 218.18 | 1 | 0.24 |
| Hex | 0 | 2C | 79 | 64 | 40 | 0 | 35 | DA | 64 | 18 |
| Octal | 0 | 54 | 171 | 144 | 100 | 0 | 65 | 332 | 144 | 30 |
| Binary | 0 | 101100 | 1111001 | 1100100 | 1000000 | 0 | 110101 | 11011010 | 1100100 | 11000 |
Color Harmonies of #002C79
Complementary color
Monochromatic Colors of #002C79
Black with #002C79
Text Example
Text Example
White with #002C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C79; }
p { color: rgb(0,44,121); }
H1.HeaderClassName
{
color: #002C79;
}
.AnyTagClassName
{
color: #002C79;
}
</style>
background-color css
<style>
a { background-color: #002C79; }
a { background-color: rgb(0,44,121); }
div.DivClassName
{
background-color: #002C79;
}
.BgClassName
{
background-color: #002C79;
}
</style>
border-color css
<style>
span { border-color: #002C79; }
span { border-color: rgb(0,44,121); }
td.TdClassName
{
border-color: #002C79;
}
.TagClassName
{
border-color: #002C79;
}
</style>