Shades of Sapphire #00266A
Tints of Sapphire #00266A
RGB
CMYK
RGB Variations
Color information
#00266A (or 0x00266A) is known color: Sapphire. HEX triplet: 00, 26 and 6A. RGB value is (0,38,106). Sum of RGB (Red+Green+Blue) = 0+38+106=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 106 (41.80% from 255 or 73.61% from 144); Max value from RGB is 106 - color contains mainly: blue. Hex color #00266A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00266A is #FFD995. Grayscale: #222222. Windows color (decimal): -16767382 or 6956544. OLE color: 6956544.
HSL color Cylindrical-coordinate representation of color #00266A: hue angle of 218.49º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00266A is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 38 | 106 | - |
| CMYK | 1 | 0.64 | 0 | 0.58 |
| HSL | 218.49º | 1% | 0.21% | - |
| HSV(B) | 218.49º | 1% | 0.42% | - |
| XYZ | 3.29 | 2.43 | 13.93 | - |
| YUV | 34.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 106 | 1 | 0.64 | 0 | 0.58 | 218.49 | 1 | 0.21 |
| Hex | 0 | 26 | 6A | 64 | 40 | 0 | 3A | DA | 64 | 15 |
| Octal | 0 | 46 | 152 | 144 | 100 | 0 | 72 | 332 | 144 | 25 |
| Binary | 0 | 100110 | 1101010 | 1100100 | 1000000 | 0 | 111010 | 11011010 | 1100100 | 10101 |
Color Harmonies of #00266A
Complementary color
Monochromatic Colors of #00266A
Black with #00266A
Text Example
Text Example
White with #00266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00266A; }
p { color: rgb(0,38,106); }
H1.HeaderClassName
{
color: #00266A;
}
.AnyTagClassName
{
color: #00266A;
}
</style>
background-color css
<style>
a { background-color: #00266A; }
a { background-color: rgb(0,38,106); }
div.DivClassName
{
background-color: #00266A;
}
.BgClassName
{
background-color: #00266A;
}
</style>
border-color css
<style>
span { border-color: #00266A; }
span { border-color: rgb(0,38,106); }
td.TdClassName
{
border-color: #00266A;
}
.TagClassName
{
border-color: #00266A;
}
</style>