Shades of Sapphire #002D7E
Tints of Sapphire #002D7E
RGB
CMYK
RGB Variations
Color information
#002D7E (or 0x002D7E) is known color: Sapphire. HEX triplet: 00, 2D and 7E. RGB value is (0,45,126). Sum of RGB (Red+Green+Blue) = 0+45+126=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 126 (49.61% from 255 or 73.68% from 171); Max value from RGB is 126 - color contains mainly: blue. Hex color #002D7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D7E is #FFD281. Grayscale: #282828. Windows color (decimal): -16765570 or 8269056. OLE color: 8269056.
HSL color Cylindrical-coordinate representation of color #002D7E: hue angle of 218.57º 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 #002D7E is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 45 | 126 | - |
| CMYK | 1 | 0.64 | 0 | 0.51 |
| HSL | 218.57º | 1% | 0.25% | - |
| HSV(B) | 218.57º | 1% | 0.49% | - |
| XYZ | 4.7 | 3.38 | 20.14 | - |
| YUV | 40.78 | 176.09 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 126 | 1 | 0.64 | 0 | 0.51 | 218.57 | 1 | 0.25 |
| Hex | 0 | 2D | 7E | 64 | 40 | 0 | 33 | DB | 64 | 19 |
| Octal | 0 | 55 | 176 | 144 | 100 | 0 | 63 | 333 | 144 | 31 |
| Binary | 0 | 101101 | 1111110 | 1100100 | 1000000 | 0 | 110011 | 11011011 | 1100100 | 11001 |
Color Harmonies of #002D7E
Complementary color
Monochromatic Colors of #002D7E
Black with #002D7E
Text Example
Text Example
White with #002D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002D7E; }
p { color: rgb(0,45,126); }
H1.HeaderClassName
{
color: #002D7E;
}
.AnyTagClassName
{
color: #002D7E;
}
</style>
background-color css
<style>
a { background-color: #002D7E; }
a { background-color: rgb(0,45,126); }
div.DivClassName
{
background-color: #002D7E;
}
.BgClassName
{
background-color: #002D7E;
}
</style>
border-color css
<style>
span { border-color: #002D7E; }
span { border-color: rgb(0,45,126); }
td.TdClassName
{
border-color: #002D7E;
}
.TagClassName
{
border-color: #002D7E;
}
</style>