Shades of Sapphire #00276D
Tints of Sapphire #00276D
RGB
CMYK
RGB Variations
Color information
#00276D (or 0x00276D) is known color: Sapphire. HEX triplet: 00, 27 and 6D. RGB value is (0,39,109). Sum of RGB (Red+Green+Blue) = 0+39+109=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 109 (42.97% from 255 or 73.65% from 148); Max value from RGB is 109 - color contains mainly: blue. Hex color #00276D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00276D is #FFD892. Grayscale: #232323. Windows color (decimal): -16767123 or 7153408. OLE color: 7153408.
HSL color Cylindrical-coordinate representation of color #00276D: hue angle of 218.53º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00276D is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 39 | 109 | - |
| CMYK | 1 | 0.64 | 0 | 0.57 |
| HSL | 218.53º | 1% | 0.21% | - |
| HSV(B) | 218.53º | 1% | 0.43% | - |
| XYZ | 3.49 | 2.56 | 14.78 | - |
| YUV | 35.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 109 | 1 | 0.64 | 0 | 0.57 | 218.53 | 1 | 0.21 |
| Hex | 0 | 27 | 6D | 64 | 40 | 0 | 39 | DB | 64 | 15 |
| Octal | 0 | 47 | 155 | 144 | 100 | 0 | 71 | 333 | 144 | 25 |
| Binary | 0 | 100111 | 1101101 | 1100100 | 1000000 | 0 | 111001 | 11011011 | 1100100 | 10101 |
Color Harmonies of #00276D
Complementary color
Monochromatic Colors of #00276D
Black with #00276D
Text Example
Text Example
White with #00276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00276D; }
p { color: rgb(0,39,109); }
H1.HeaderClassName
{
color: #00276D;
}
.AnyTagClassName
{
color: #00276D;
}
</style>
background-color css
<style>
a { background-color: #00276D; }
a { background-color: rgb(0,39,109); }
div.DivClassName
{
background-color: #00276D;
}
.BgClassName
{
background-color: #00276D;
}
</style>
border-color css
<style>
span { border-color: #00276D; }
span { border-color: rgb(0,39,109); }
td.TdClassName
{
border-color: #00276D;
}
.TagClassName
{
border-color: #00276D;
}
</style>