Shades of Sapphire #002A69
Tints of Sapphire #002A69
RGB
CMYK
RGB Variations
Color information
#002A69 (or 0x002A69) is known color: Sapphire. HEX triplet: 00, 2A and 69. RGB value is (0,42,105). Sum of RGB (Red+Green+Blue) = 0+42+105=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 105 (41.41% from 255 or 71.43% from 147); Max value from RGB is 105 - color contains mainly: blue. Hex color #002A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A69 is #FFD596. Grayscale: #242424. Windows color (decimal): -16766359 or 6892032. OLE color: 6892032.
HSL color Cylindrical-coordinate representation of color #002A69: hue angle of 216º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A69 is Cyan = 1, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 42 | 105 | - |
| CMYK | 1 | 0.6 | 0 | 0.59 |
| HSL | 216º | 1% | 0.21% | - |
| HSV(B) | 216º | 1% | 0.41% | - |
| XYZ | 3.38 | 2.68 | 13.7 | - |
| YUV | 36.62 | 166.59 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 105 | 1 | 0.6 | 0 | 0.59 | 216 | 1 | 0.21 |
| Hex | 0 | 2A | 69 | 64 | 3C | 0 | 3B | D8 | 64 | 15 |
| Octal | 0 | 52 | 151 | 144 | 74 | 0 | 73 | 330 | 144 | 25 |
| Binary | 0 | 101010 | 1101001 | 1100100 | 111100 | 0 | 111011 | 11011000 | 1100100 | 10101 |
Color Harmonies of #002A69
Complementary color
Monochromatic Colors of #002A69
Black with #002A69
Text Example
Text Example
White with #002A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A69; }
p { color: rgb(0,42,105); }
H1.HeaderClassName
{
color: #002A69;
}
.AnyTagClassName
{
color: #002A69;
}
</style>
background-color css
<style>
a { background-color: #002A69; }
a { background-color: rgb(0,42,105); }
div.DivClassName
{
background-color: #002A69;
}
.BgClassName
{
background-color: #002A69;
}
</style>
border-color css
<style>
span { border-color: #002A69; }
span { border-color: rgb(0,42,105); }
td.TdClassName
{
border-color: #002A69;
}
.TagClassName
{
border-color: #002A69;
}
</style>