Shades of Sapphire #00277A
Tints of Sapphire #00277A
RGB
CMYK
RGB Variations
Color information
#00277A (or 0x00277A) is known color: Sapphire. HEX triplet: 00, 27 and 7A. RGB value is (0,39,122). Sum of RGB (Red+Green+Blue) = 0+39+122=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 122 (48.05% from 255 or 75.78% from 161); Max value from RGB is 122 - color contains mainly: blue. Hex color #00277A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00277A is #FFD885. Grayscale: #242424. Windows color (decimal): -16767110 or 8005376. OLE color: 8005376.
HSL color Cylindrical-coordinate representation of color #00277A: hue angle of 220.82º 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 #00277A is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 39 | 122 | - |
| CMYK | 1 | 0.68 | 0 | 0.52 |
| HSL | 220.82º | 1% | 0.24% | - |
| HSV(B) | 220.82º | 1% | 0.48% | - |
| XYZ | 4.24 | 2.86 | 18.74 | - |
| YUV | 36.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 122 | 1 | 0.68 | 0 | 0.52 | 220.82 | 1 | 0.24 |
| Hex | 0 | 27 | 7A | 64 | 44 | 0 | 34 | DD | 64 | 18 |
| Octal | 0 | 47 | 172 | 144 | 104 | 0 | 64 | 335 | 144 | 30 |
| Binary | 0 | 100111 | 1111010 | 1100100 | 1000100 | 0 | 110100 | 11011101 | 1100100 | 11000 |
Color Harmonies of #00277A
Complementary color
Monochromatic Colors of #00277A
Black with #00277A
Text Example
Text Example
White with #00277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00277A; }
p { color: rgb(0,39,122); }
H1.HeaderClassName
{
color: #00277A;
}
.AnyTagClassName
{
color: #00277A;
}
</style>
background-color css
<style>
a { background-color: #00277A; }
a { background-color: rgb(0,39,122); }
div.DivClassName
{
background-color: #00277A;
}
.BgClassName
{
background-color: #00277A;
}
</style>
border-color css
<style>
span { border-color: #00277A; }
span { border-color: rgb(0,39,122); }
td.TdClassName
{
border-color: #00277A;
}
.TagClassName
{
border-color: #00277A;
}
</style>