Shades of Sapphire #002A70
Tints of Sapphire #002A70
RGB
CMYK
RGB Variations
Color information
#002A70 (or 0x002A70) is known color: Sapphire. HEX triplet: 00, 2A and 70. RGB value is (0,42,112). Sum of RGB (Red+Green+Blue) = 0+42+112=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #002A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A70 is #FFD58F. Grayscale: #252525. Windows color (decimal): -16766352 or 7350784. OLE color: 7350784.
HSL color Cylindrical-coordinate representation of color #002A70: hue angle of 217.5º 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 #002A70 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 42 | 112 | - |
| CMYK | 1 | 0.62 | 0 | 0.56 |
| HSL | 217.5º | 1% | 0.22% | - |
| HSV(B) | 217.5º | 1% | 0.44% | - |
| XYZ | 3.75 | 2.83 | 15.68 | - |
| YUV | 37.42 | 170.09 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 112 | 1 | 0.62 | 0 | 0.56 | 217.5 | 1 | 0.22 |
| Hex | 0 | 2A | 70 | 64 | 3E | 0 | 38 | DA | 64 | 16 |
| Octal | 0 | 52 | 160 | 144 | 76 | 0 | 70 | 332 | 144 | 26 |
| Binary | 0 | 101010 | 1110000 | 1100100 | 111110 | 0 | 111000 | 11011010 | 1100100 | 10110 |
Color Harmonies of #002A70
Complementary color
Monochromatic Colors of #002A70
Black with #002A70
Text Example
Text Example
White with #002A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A70; }
p { color: rgb(0,42,112); }
H1.HeaderClassName
{
color: #002A70;
}
.AnyTagClassName
{
color: #002A70;
}
</style>
background-color css
<style>
a { background-color: #002A70; }
a { background-color: rgb(0,42,112); }
div.DivClassName
{
background-color: #002A70;
}
.BgClassName
{
background-color: #002A70;
}
</style>
border-color css
<style>
span { border-color: #002A70; }
span { border-color: rgb(0,42,112); }
td.TdClassName
{
border-color: #002A70;
}
.TagClassName
{
border-color: #002A70;
}
</style>