Shades of Sapphire #002A71
Tints of Sapphire #002A71
RGB
CMYK
RGB Variations
Color information
#002A71 (or 0x002A71) is known color: Sapphire. HEX triplet: 00, 2A and 71. RGB value is (0,42,113). Sum of RGB (Red+Green+Blue) = 0+42+113=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #002A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A71 is #FFD58E. Grayscale: #252525. Windows color (decimal): -16766351 or 7416320. OLE color: 7416320.
HSL color Cylindrical-coordinate representation of color #002A71: hue angle of 217.7º 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 #002A71 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 42 | 113 | - |
| CMYK | 1 | 0.63 | 0 | 0.56 |
| HSL | 217.7º | 1% | 0.22% | - |
| HSV(B) | 217.7º | 1% | 0.44% | - |
| XYZ | 3.81 | 2.85 | 15.97 | - |
| YUV | 37.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 113 | 1 | 0.63 | 0 | 0.56 | 217.7 | 1 | 0.22 |
| Hex | 0 | 2A | 71 | 64 | 3F | 0 | 38 | DA | 64 | 16 |
| Octal | 0 | 52 | 161 | 144 | 77 | 0 | 70 | 332 | 144 | 26 |
| Binary | 0 | 101010 | 1110001 | 1100100 | 111111 | 0 | 111000 | 11011010 | 1100100 | 10110 |
Color Harmonies of #002A71
Complementary color
Monochromatic Colors of #002A71
Black with #002A71
Text Example
Text Example
White with #002A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A71; }
p { color: rgb(0,42,113); }
H1.HeaderClassName
{
color: #002A71;
}
.AnyTagClassName
{
color: #002A71;
}
</style>
background-color css
<style>
a { background-color: #002A71; }
a { background-color: rgb(0,42,113); }
div.DivClassName
{
background-color: #002A71;
}
.BgClassName
{
background-color: #002A71;
}
</style>
border-color css
<style>
span { border-color: #002A71; }
span { border-color: rgb(0,42,113); }
td.TdClassName
{
border-color: #002A71;
}
.TagClassName
{
border-color: #002A71;
}
</style>