Shades of Oxford Blue #26393E
Tints of Oxford Blue #26393E
RGB
CMYK
RGB Variations
Color information
#26393E (or 0x26393E) is known color: Oxford Blue. HEX triplet: 26, 39 and 3E. RGB value is (38,57,62). Sum of RGB (Red+Green+Blue) = 38+57+62=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 62 - color contains mainly: blue. Hex color #26393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26393E is #D9C6C1. Grayscale: #333333. Windows color (decimal): -14272194 or 4077862. OLE color: 4077862.
HSL color Cylindrical-coordinate representation of color #26393E: hue angle of 192.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #26393E is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 57 | 62 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.76 |
| HSL | 192.5º | 0.24% | 0.2% | - |
| HSV(B) | 192.5º | 0.39% | 0.24% | - |
| XYZ | 3.13 | 3.69 | 5.1 | - |
| YUV | 51.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 62 | 0.39 | 0.08 | 0 | 0.76 | 192.5 | 0.24 | 0.2 |
| Hex | 26 | 39 | 3E | 27 | 8 | 0 | 4C | C0 | 18 | 14 |
| Octal | 46 | 71 | 76 | 47 | 10 | 0 | 114 | 300 | 30 | 24 |
| Binary | 100110 | 111001 | 111110 | 100111 | 1000 | 0 | 1001100 | 11000000 | 11000 | 10100 |
Color Harmonies of #26393E
Complementary color
Monochromatic Colors of #26393E
Black with #26393E
Text Example
Text Example
White with #26393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26393E; }
p { color: rgb(38,57,62); }
H1.HeaderClassName
{
color: #26393E;
}
.AnyTagClassName
{
color: #26393E;
}
</style>
background-color css
<style>
a { background-color: #26393E; }
a { background-color: rgb(38,57,62); }
div.DivClassName
{
background-color: #26393E;
}
.BgClassName
{
background-color: #26393E;
}
</style>
border-color css
<style>
span { border-color: #26393E; }
span { border-color: rgb(38,57,62); }
td.TdClassName
{
border-color: #26393E;
}
.TagClassName
{
border-color: #26393E;
}
</style>