Shades of Sapphire #002B7A
Tints of Sapphire #002B7A
RGB
CMYK
RGB Variations
Color information
#002B7A (or 0x002B7A) is known color: Sapphire. HEX triplet: 00, 2B and 7A. RGB value is (0,43,122). Sum of RGB (Red+Green+Blue) = 0+43+122=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 122 (48.05% from 255 or 73.94% from 165); Max value from RGB is 122 - color contains mainly: blue. Hex color #002B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B7A is #FFD485. Grayscale: #262626. Windows color (decimal): -16766086 or 8006400. OLE color: 8006400.
HSL color Cylindrical-coordinate representation of color #002B7A: hue angle of 218.85º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B7A is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 43 | 122 | - |
| CMYK | 1 | 0.65 | 0 | 0.52 |
| HSL | 218.85º | 1% | 0.24% | - |
| HSV(B) | 218.85º | 1% | 0.48% | - |
| XYZ | 4.38 | 3.13 | 18.79 | - |
| YUV | 39.15 | 174.75 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 122 | 1 | 0.65 | 0 | 0.52 | 218.85 | 1 | 0.24 |
| Hex | 0 | 2B | 7A | 64 | 41 | 0 | 34 | DB | 64 | 18 |
| Octal | 0 | 53 | 172 | 144 | 101 | 0 | 64 | 333 | 144 | 30 |
| Binary | 0 | 101011 | 1111010 | 1100100 | 1000001 | 0 | 110100 | 11011011 | 1100100 | 11000 |
Color Harmonies of #002B7A
Complementary color
Monochromatic Colors of #002B7A
Black with #002B7A
Text Example
Text Example
White with #002B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002B7A; }
p { color: rgb(0,43,122); }
H1.HeaderClassName
{
color: #002B7A;
}
.AnyTagClassName
{
color: #002B7A;
}
</style>
background-color css
<style>
a { background-color: #002B7A; }
a { background-color: rgb(0,43,122); }
div.DivClassName
{
background-color: #002B7A;
}
.BgClassName
{
background-color: #002B7A;
}
</style>
border-color css
<style>
span { border-color: #002B7A; }
span { border-color: rgb(0,43,122); }
td.TdClassName
{
border-color: #002B7A;
}
.TagClassName
{
border-color: #002B7A;
}
</style>