Shades of Sapphire #002C7D
Tints of Sapphire #002C7D
RGB
CMYK
RGB Variations
Color information
#002C7D (or 0x002C7D) is known color: Sapphire. HEX triplet: 00, 2C and 7D. RGB value is (0,44,125). Sum of RGB (Red+Green+Blue) = 0+44+125=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 125 (49.22% from 255 or 73.96% from 169); Max value from RGB is 125 - color contains mainly: blue. Hex color #002C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002C7D is #FFD382. Grayscale: #272727. Windows color (decimal): -16765827 or 8203264. OLE color: 8203264.
HSL color Cylindrical-coordinate representation of color #002C7D: hue angle of 218.88º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C7D is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 44 | 125 | - |
| CMYK | 1 | 0.65 | 0 | 0.51 |
| HSL | 218.88º | 1% | 0.25% | - |
| HSV(B) | 218.88º | 1% | 0.49% | - |
| XYZ | 4.6 | 3.28 | 19.79 | - |
| YUV | 40.08 | 175.92 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 125 | 1 | 0.65 | 0 | 0.51 | 218.88 | 1 | 0.25 |
| Hex | 0 | 2C | 7D | 64 | 41 | 0 | 33 | DB | 64 | 19 |
| Octal | 0 | 54 | 175 | 144 | 101 | 0 | 63 | 333 | 144 | 31 |
| Binary | 0 | 101100 | 1111101 | 1100100 | 1000001 | 0 | 110011 | 11011011 | 1100100 | 11001 |
Color Harmonies of #002C7D
Complementary color
Monochromatic Colors of #002C7D
Black with #002C7D
Text Example
Text Example
White with #002C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C7D; }
p { color: rgb(0,44,125); }
H1.HeaderClassName
{
color: #002C7D;
}
.AnyTagClassName
{
color: #002C7D;
}
</style>
background-color css
<style>
a { background-color: #002C7D; }
a { background-color: rgb(0,44,125); }
div.DivClassName
{
background-color: #002C7D;
}
.BgClassName
{
background-color: #002C7D;
}
</style>
border-color css
<style>
span { border-color: #002C7D; }
span { border-color: rgb(0,44,125); }
td.TdClassName
{
border-color: #002C7D;
}
.TagClassName
{
border-color: #002C7D;
}
</style>