Shades of Oxford Blue #1D3238
Tints of Oxford Blue #1D3238
RGB
CMYK
RGB Variations
Color information
#1D3238 (or 0x1D3238) is known color: Oxford Blue. HEX triplet: 1D, 32 and 38. RGB value is (29,50,56). Sum of RGB (Red+Green+Blue) = 29+50+56=135 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.48% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D3238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3238 is #E2CDC7. Grayscale: #2C2C2C. Windows color (decimal): -14863816 or 3682845. OLE color: 3682845.
HSL color Cylindrical-coordinate representation of color #1D3238: hue angle of 193.33º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D3238 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 50 | 56 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.78 |
| HSL | 193.33º | 0.32% | 0.17% | - |
| HSV(B) | 193.33º | 0.48% | 0.22% | - |
| XYZ | 2.36 | 2.83 | 4.16 | - |
| YUV | 44.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 56 | 0.48 | 0.11 | 0 | 0.78 | 193.33 | 0.32 | 0.17 |
| Hex | 1D | 32 | 38 | 30 | B | 0 | 4E | C1 | 20 | 11 |
| Octal | 35 | 62 | 70 | 60 | 13 | 0 | 116 | 301 | 40 | 21 |
| Binary | 11101 | 110010 | 111000 | 110000 | 1011 | 0 | 1001110 | 11000001 | 100000 | 10001 |
Color Harmonies of #1D3238
Complementary color
Monochromatic Colors of #1D3238
Black with #1D3238
Text Example
Text Example
White with #1D3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3238; }
p { color: rgb(29,50,56); }
H1.HeaderClassName
{
color: #1D3238;
}
.AnyTagClassName
{
color: #1D3238;
}
</style>
background-color css
<style>
a { background-color: #1D3238; }
a { background-color: rgb(29,50,56); }
div.DivClassName
{
background-color: #1D3238;
}
.BgClassName
{
background-color: #1D3238;
}
</style>
border-color css
<style>
span { border-color: #1D3238; }
span { border-color: rgb(29,50,56); }
td.TdClassName
{
border-color: #1D3238;
}
.TagClassName
{
border-color: #1D3238;
}
</style>