Shades of Oxford Blue #1F3138
Tints of Oxford Blue #1F3138
RGB
CMYK
RGB Variations
Color information
#1F3138 (or 0x1F3138) is known color: Oxford Blue. HEX triplet: 1F, 31 and 38. RGB value is (31,49,56). Sum of RGB (Red+Green+Blue) = 31+49+56=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #1F3138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3138 is #E0CEC7. Grayscale: #2C2C2C. Windows color (decimal): -14733000 or 3682591. OLE color: 3682591.
HSL color Cylindrical-coordinate representation of color #1F3138: hue angle of 196.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F3138 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 49 | 56 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.78 |
| HSL | 196.8º | 0.29% | 0.17% | - |
| HSV(B) | 196.8º | 0.45% | 0.22% | - |
| XYZ | 2.38 | 2.77 | 4.15 | - |
| YUV | 44.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 56 | 0.45 | 0.12 | 0 | 0.78 | 196.8 | 0.29 | 0.17 |
| Hex | 1F | 31 | 38 | 2D | C | 0 | 4E | C5 | 1D | 11 |
| Octal | 37 | 61 | 70 | 55 | 14 | 0 | 116 | 305 | 35 | 21 |
| Binary | 11111 | 110001 | 111000 | 101101 | 1100 | 0 | 1001110 | 11000101 | 11101 | 10001 |
Color Harmonies of #1F3138
Complementary color
Monochromatic Colors of #1F3138
Black with #1F3138
Text Example
Text Example
White with #1F3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3138; }
p { color: rgb(31,49,56); }
H1.HeaderClassName
{
color: #1F3138;
}
.AnyTagClassName
{
color: #1F3138;
}
</style>
background-color css
<style>
a { background-color: #1F3138; }
a { background-color: rgb(31,49,56); }
div.DivClassName
{
background-color: #1F3138;
}
.BgClassName
{
background-color: #1F3138;
}
</style>
border-color css
<style>
span { border-color: #1F3138; }
span { border-color: rgb(31,49,56); }
td.TdClassName
{
border-color: #1F3138;
}
.TagClassName
{
border-color: #1F3138;
}
</style>