Shades of Sapphire #00276E
Tints of Sapphire #00276E
RGB
CMYK
RGB Variations
Color information
#00276E (or 0x00276E) is known color: Sapphire. HEX triplet: 00, 27 and 6E. RGB value is (0,39,110). Sum of RGB (Red+Green+Blue) = 0+39+110=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 110 (43.36% from 255 or 73.83% from 149); Max value from RGB is 110 - color contains mainly: blue. Hex color #00276E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00276E is #FFD891. Grayscale: #232323. Windows color (decimal): -16767122 or 7218944. OLE color: 7218944.
HSL color Cylindrical-coordinate representation of color #00276E: hue angle of 218.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00276E is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 39 | 110 | - |
| CMYK | 1 | 0.65 | 0 | 0.57 |
| HSL | 218.73º | 1% | 0.22% | - |
| HSV(B) | 218.73º | 1% | 0.43% | - |
| XYZ | 3.54 | 2.58 | 15.06 | - |
| YUV | 35.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 110 | 1 | 0.65 | 0 | 0.57 | 218.73 | 1 | 0.22 |
| Hex | 0 | 27 | 6E | 64 | 41 | 0 | 39 | DB | 64 | 16 |
| Octal | 0 | 47 | 156 | 144 | 101 | 0 | 71 | 333 | 144 | 26 |
| Binary | 0 | 100111 | 1101110 | 1100100 | 1000001 | 0 | 111001 | 11011011 | 1100100 | 10110 |
Color Harmonies of #00276E
Complementary color
Monochromatic Colors of #00276E
Black with #00276E
Text Example
Text Example
White with #00276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00276E; }
p { color: rgb(0,39,110); }
H1.HeaderClassName
{
color: #00276E;
}
.AnyTagClassName
{
color: #00276E;
}
</style>
background-color css
<style>
a { background-color: #00276E; }
a { background-color: rgb(0,39,110); }
div.DivClassName
{
background-color: #00276E;
}
.BgClassName
{
background-color: #00276E;
}
</style>
border-color css
<style>
span { border-color: #00276E; }
span { border-color: rgb(0,39,110); }
td.TdClassName
{
border-color: #00276E;
}
.TagClassName
{
border-color: #00276E;
}
</style>