Shades of Sapphire #00286E
Tints of Sapphire #00286E
RGB
CMYK
RGB Variations
Color information
#00286E (or 0x00286E) is known color: Sapphire. HEX triplet: 00, 28 and 6E. RGB value is (0,40,110). Sum of RGB (Red+Green+Blue) = 0+40+110=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 110 (43.36% from 255 or 73.33% from 150); Max value from RGB is 110 - color contains mainly: blue. Hex color #00286E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00286E is #FFD791. Grayscale: #232323. Windows color (decimal): -16766866 or 7219200. OLE color: 7219200.
HSL color Cylindrical-coordinate representation of color #00286E: hue angle of 218.18º 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 #00286E is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 40 | 110 | - |
| CMYK | 1 | 0.64 | 0 | 0.57 |
| HSL | 218.18º | 1% | 0.22% | - |
| HSV(B) | 218.18º | 1% | 0.43% | - |
| XYZ | 3.57 | 2.64 | 15.07 | - |
| YUV | 36.02 | 169.75 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 110 | 1 | 0.64 | 0 | 0.57 | 218.18 | 1 | 0.22 |
| Hex | 0 | 28 | 6E | 64 | 40 | 0 | 39 | DA | 64 | 16 |
| Octal | 0 | 50 | 156 | 144 | 100 | 0 | 71 | 332 | 144 | 26 |
| Binary | 0 | 101000 | 1101110 | 1100100 | 1000000 | 0 | 111001 | 11011010 | 1100100 | 10110 |
Color Harmonies of #00286E
Complementary color
Monochromatic Colors of #00286E
Black with #00286E
Text Example
Text Example
White with #00286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00286E; }
p { color: rgb(0,40,110); }
H1.HeaderClassName
{
color: #00286E;
}
.AnyTagClassName
{
color: #00286E;
}
</style>
background-color css
<style>
a { background-color: #00286E; }
a { background-color: rgb(0,40,110); }
div.DivClassName
{
background-color: #00286E;
}
.BgClassName
{
background-color: #00286E;
}
</style>
border-color css
<style>
span { border-color: #00286E; }
span { border-color: rgb(0,40,110); }
td.TdClassName
{
border-color: #00286E;
}
.TagClassName
{
border-color: #00286E;
}
</style>