Shades of Sapphire #00266E
Tints of Sapphire #00266E
RGB
CMYK
RGB Variations
Color information
#00266E (or 0x00266E) is known color: Sapphire. HEX triplet: 00, 26 and 6E. RGB value is (0,38,110). Sum of RGB (Red+Green+Blue) = 0+38+110=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 110 (43.36% from 255 or 74.32% from 148); Max value from RGB is 110 - color contains mainly: blue. Hex color #00266E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00266E is #FFD991. Grayscale: #222222. Windows color (decimal): -16767378 or 7218688. OLE color: 7218688.
HSL color Cylindrical-coordinate representation of color #00266E: hue angle of 219.27º 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 #00266E is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 38 | 110 | - |
| CMYK | 1 | 0.65 | 0 | 0.57 |
| HSL | 219.27º | 1% | 0.22% | - |
| HSV(B) | 219.27º | 1% | 0.43% | - |
| XYZ | 3.51 | 2.51 | 15.05 | - |
| YUV | 34.85 | 170.41 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 110 | 1 | 0.65 | 0 | 0.57 | 219.27 | 1 | 0.22 |
| Hex | 0 | 26 | 6E | 64 | 41 | 0 | 39 | DB | 64 | 16 |
| Octal | 0 | 46 | 156 | 144 | 101 | 0 | 71 | 333 | 144 | 26 |
| Binary | 0 | 100110 | 1101110 | 1100100 | 1000001 | 0 | 111001 | 11011011 | 1100100 | 10110 |
Color Harmonies of #00266E
Complementary color
Monochromatic Colors of #00266E
Black with #00266E
Text Example
Text Example
White with #00266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00266E; }
p { color: rgb(0,38,110); }
H1.HeaderClassName
{
color: #00266E;
}
.AnyTagClassName
{
color: #00266E;
}
</style>
background-color css
<style>
a { background-color: #00266E; }
a { background-color: rgb(0,38,110); }
div.DivClassName
{
background-color: #00266E;
}
.BgClassName
{
background-color: #00266E;
}
</style>
border-color css
<style>
span { border-color: #00266E; }
span { border-color: rgb(0,38,110); }
td.TdClassName
{
border-color: #00266E;
}
.TagClassName
{
border-color: #00266E;
}
</style>