Shades of Sapphire #002970
Tints of Sapphire #002970
RGB
CMYK
RGB Variations
Color information
#002970 (or 0x002970) is known color: Sapphire. HEX triplet: 00, 29 and 70. RGB value is (0,41,112). Sum of RGB (Red+Green+Blue) = 0+41+112=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #002970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002970 is #FFD68F. Grayscale: #242424. Windows color (decimal): -16766608 or 7350528. OLE color: 7350528.
HSL color Cylindrical-coordinate representation of color #002970: hue angle of 218.04º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002970 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 41 | 112 | - |
| CMYK | 1 | 0.63 | 0 | 0.56 |
| HSL | 218.04º | 1% | 0.22% | - |
| HSV(B) | 218.04º | 1% | 0.44% | - |
| XYZ | 3.72 | 2.76 | 15.67 | - |
| YUV | 36.84 | 170.42 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 112 | 1 | 0.63 | 0 | 0.56 | 218.04 | 1 | 0.22 |
| Hex | 0 | 29 | 70 | 64 | 3F | 0 | 38 | DA | 64 | 16 |
| Octal | 0 | 51 | 160 | 144 | 77 | 0 | 70 | 332 | 144 | 26 |
| Binary | 0 | 101001 | 1110000 | 1100100 | 111111 | 0 | 111000 | 11011010 | 1100100 | 10110 |
Color Harmonies of #002970
Complementary color
Monochromatic Colors of #002970
Black with #002970
Text Example
Text Example
White with #002970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002970; }
p { color: rgb(0,41,112); }
H1.HeaderClassName
{
color: #002970;
}
.AnyTagClassName
{
color: #002970;
}
</style>
background-color css
<style>
a { background-color: #002970; }
a { background-color: rgb(0,41,112); }
div.DivClassName
{
background-color: #002970;
}
.BgClassName
{
background-color: #002970;
}
</style>
border-color css
<style>
span { border-color: #002970; }
span { border-color: rgb(0,41,112); }
td.TdClassName
{
border-color: #002970;
}
.TagClassName
{
border-color: #002970;
}
</style>