Shades of Sapphire #002A6B
Tints of Sapphire #002A6B
RGB
CMYK
RGB Variations
Color information
#002A6B (or 0x002A6B) is known color: Sapphire. HEX triplet: 00, 2A and 6B. RGB value is (0,42,107). Sum of RGB (Red+Green+Blue) = 0+42+107=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 107 (42.19% from 255 or 71.81% from 149); Max value from RGB is 107 - color contains mainly: blue. Hex color #002A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A6B is #FFD594. Grayscale: #242424. Windows color (decimal): -16766357 or 7023104. OLE color: 7023104.
HSL color Cylindrical-coordinate representation of color #002A6B: hue angle of 216.45º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A6B is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 42 | 107 | - |
| CMYK | 1 | 0.61 | 0 | 0.58 |
| HSL | 216.45º | 1% | 0.21% | - |
| HSV(B) | 216.45º | 1% | 0.42% | - |
| XYZ | 3.48 | 2.72 | 14.25 | - |
| YUV | 36.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 42 | 107 | 1 | 0.61 | 0 | 0.58 | 216.45 | 1 | 0.21 |
| Hex | 0 | 2A | 6B | 64 | 3D | 0 | 3A | D8 | 64 | 15 |
| Octal | 0 | 52 | 153 | 144 | 75 | 0 | 72 | 330 | 144 | 25 |
| Binary | 0 | 101010 | 1101011 | 1100100 | 111101 | 0 | 111010 | 11011000 | 1100100 | 10101 |
Color Harmonies of #002A6B
Complementary color
Monochromatic Colors of #002A6B
Black with #002A6B
Text Example
Text Example
White with #002A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002A6B; }
p { color: rgb(0,42,107); }
H1.HeaderClassName
{
color: #002A6B;
}
.AnyTagClassName
{
color: #002A6B;
}
</style>
background-color css
<style>
a { background-color: #002A6B; }
a { background-color: rgb(0,42,107); }
div.DivClassName
{
background-color: #002A6B;
}
.BgClassName
{
background-color: #002A6B;
}
</style>
border-color css
<style>
span { border-color: #002A6B; }
span { border-color: rgb(0,42,107); }
td.TdClassName
{
border-color: #002A6B;
}
.TagClassName
{
border-color: #002A6B;
}
</style>