Shades of Sapphire #002C76
Tints of Sapphire #002C76
RGB
CMYK
RGB Variations
Color information
#002C76 (or 0x002C76) is known color: Sapphire. HEX triplet: 00, 2C and 76. RGB value is (0,44,118). Sum of RGB (Red+Green+Blue) = 0+44+118=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #002C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C76 is #FFD389. Grayscale: #262626. Windows color (decimal): -16765834 or 7744512. OLE color: 7744512.
HSL color Cylindrical-coordinate representation of color #002C76: hue angle of 217.63º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C76 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 44 | 118 | - |
| CMYK | 1 | 0.63 | 0 | 0.54 |
| HSL | 217.63º | 1% | 0.23% | - |
| HSV(B) | 217.63º | 1% | 0.46% | - |
| XYZ | 4.17 | 3.11 | 17.52 | - |
| YUV | 39.28 | 172.42 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 118 | 1 | 0.63 | 0 | 0.54 | 217.63 | 1 | 0.23 |
| Hex | 0 | 2C | 76 | 64 | 3F | 0 | 36 | DA | 64 | 17 |
| Octal | 0 | 54 | 166 | 144 | 77 | 0 | 66 | 332 | 144 | 27 |
| Binary | 0 | 101100 | 1110110 | 1100100 | 111111 | 0 | 110110 | 11011010 | 1100100 | 10111 |
Color Harmonies of #002C76
Complementary color
Monochromatic Colors of #002C76
Black with #002C76
Text Example
Text Example
White with #002C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C76; }
p { color: rgb(0,44,118); }
H1.HeaderClassName
{
color: #002C76;
}
.AnyTagClassName
{
color: #002C76;
}
</style>
background-color css
<style>
a { background-color: #002C76; }
a { background-color: rgb(0,44,118); }
div.DivClassName
{
background-color: #002C76;
}
.BgClassName
{
background-color: #002C76;
}
</style>
border-color css
<style>
span { border-color: #002C76; }
span { border-color: rgb(0,44,118); }
td.TdClassName
{
border-color: #002C76;
}
.TagClassName
{
border-color: #002C76;
}
</style>