Shades of Oxford Blue #1F3238
Tints of Oxford Blue #1F3238
RGB
CMYK
RGB Variations
Color information
#1F3238 (or 0x1F3238) is known color: Oxford Blue. HEX triplet: 1F, 32 and 38. RGB value is (31,50,56). Sum of RGB (Red+Green+Blue) = 31+50+56=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #1F3238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3238 is #E0CDC7. Grayscale: #2C2C2C. Windows color (decimal): -14732744 or 3682847. OLE color: 3682847.
HSL color Cylindrical-coordinate representation of color #1F3238: hue angle of 194.4º 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 #1F3238 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 50 | 56 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.78 |
| HSL | 194.4º | 0.29% | 0.17% | - |
| HSV(B) | 194.4º | 0.45% | 0.22% | - |
| XYZ | 2.42 | 2.86 | 4.17 | - |
| YUV | 45 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 56 | 0.45 | 0.11 | 0 | 0.78 | 194.4 | 0.29 | 0.17 |
| Hex | 1F | 32 | 38 | 2D | B | 0 | 4E | C2 | 1D | 11 |
| Octal | 37 | 62 | 70 | 55 | 13 | 0 | 116 | 302 | 35 | 21 |
| Binary | 11111 | 110010 | 111000 | 101101 | 1011 | 0 | 1001110 | 11000010 | 11101 | 10001 |
Color Harmonies of #1F3238
Complementary color
Monochromatic Colors of #1F3238
Black with #1F3238
Text Example
Text Example
White with #1F3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3238; }
p { color: rgb(31,50,56); }
H1.HeaderClassName
{
color: #1F3238;
}
.AnyTagClassName
{
color: #1F3238;
}
</style>
background-color css
<style>
a { background-color: #1F3238; }
a { background-color: rgb(31,50,56); }
div.DivClassName
{
background-color: #1F3238;
}
.BgClassName
{
background-color: #1F3238;
}
</style>
border-color css
<style>
span { border-color: #1F3238; }
span { border-color: rgb(31,50,56); }
td.TdClassName
{
border-color: #1F3238;
}
.TagClassName
{
border-color: #1F3238;
}
</style>