Shades of Oxford Blue #1D3139
Tints of Oxford Blue #1D3139
RGB
CMYK
RGB Variations
Color information
#1D3139 (or 0x1D3139) is known color: Oxford Blue. HEX triplet: 1D, 31 and 39. RGB value is (29,49,57). Sum of RGB (Red+Green+Blue) = 29+49+57=135 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.48% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 57 - color contains mainly: blue. Hex color #1D3139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3139 is #E2CEC6. Grayscale: #2B2B2B. Windows color (decimal): -14864071 or 3748125. OLE color: 3748125.
HSL color Cylindrical-coordinate representation of color #1D3139: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1D3139 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 49 | 57 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.78 |
| HSL | 197.14º | 0.33% | 0.17% | - |
| HSV(B) | 197.14º | 0.49% | 0.22% | - |
| XYZ | 2.34 | 2.75 | 4.28 | - |
| YUV | 43.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 57 | 0.49 | 0.14 | 0 | 0.78 | 197.14 | 0.33 | 0.17 |
| Hex | 1D | 31 | 39 | 31 | E | 0 | 4E | C5 | 21 | 11 |
| Octal | 35 | 61 | 71 | 61 | 16 | 0 | 116 | 305 | 41 | 21 |
| Binary | 11101 | 110001 | 111001 | 110001 | 1110 | 0 | 1001110 | 11000101 | 100001 | 10001 |
Color Harmonies of #1D3139
Complementary color
Monochromatic Colors of #1D3139
Black with #1D3139
Text Example
Text Example
White with #1D3139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3139; }
p { color: rgb(29,49,57); }
H1.HeaderClassName
{
color: #1D3139;
}
.AnyTagClassName
{
color: #1D3139;
}
</style>
background-color css
<style>
a { background-color: #1D3139; }
a { background-color: rgb(29,49,57); }
div.DivClassName
{
background-color: #1D3139;
}
.BgClassName
{
background-color: #1D3139;
}
</style>
border-color css
<style>
span { border-color: #1D3139; }
span { border-color: rgb(29,49,57); }
td.TdClassName
{
border-color: #1D3139;
}
.TagClassName
{
border-color: #1D3139;
}
</style>