Shades of Sapphire #00265B
Tints of Sapphire #00265B
RGB
CMYK
RGB Variations
Color information
#00265B (or 0x00265B) is known color: Sapphire. HEX triplet: 00, 26 and 5B. RGB value is (0,38,91). Sum of RGB (Red+Green+Blue) = 0+38+91=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #00265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00265B is #FFD9A4. Grayscale: #202020. Windows color (decimal): -16767397 or 5973504. OLE color: 5973504.
HSL color Cylindrical-coordinate representation of color #00265B: hue angle of 214.95º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00265B is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 38 | 91 | - |
| CMYK | 1 | 0.58 | 0 | 0.64 |
| HSL | 214.95º | 1% | 0.18% | - |
| HSV(B) | 214.95º | 1% | 0.36% | - |
| XYZ | 2.58 | 2.14 | 10.17 | - |
| YUV | 32.68 | 160.91 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 91 | 1 | 0.58 | 0 | 0.64 | 214.95 | 1 | 0.18 |
| Hex | 0 | 26 | 5B | 64 | 3A | 0 | 40 | D7 | 64 | 12 |
| Octal | 0 | 46 | 133 | 144 | 72 | 0 | 100 | 327 | 144 | 22 |
| Binary | 0 | 100110 | 1011011 | 1100100 | 111010 | 0 | 1000000 | 11010111 | 1100100 | 10010 |
Color Harmonies of #00265B
Complementary color
Monochromatic Colors of #00265B
Black with #00265B
Text Example
Text Example
White with #00265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00265B; }
p { color: rgb(0,38,91); }
H1.HeaderClassName
{
color: #00265B;
}
.AnyTagClassName
{
color: #00265B;
}
</style>
background-color css
<style>
a { background-color: #00265B; }
a { background-color: rgb(0,38,91); }
div.DivClassName
{
background-color: #00265B;
}
.BgClassName
{
background-color: #00265B;
}
</style>
border-color css
<style>
span { border-color: #00265B; }
span { border-color: rgb(0,38,91); }
td.TdClassName
{
border-color: #00265B;
}
.TagClassName
{
border-color: #00265B;
}
</style>