Shades of Oxford Blue #1D2F34
Tints of Oxford Blue #1D2F34
RGB
CMYK
RGB Variations
Color information
#1D2F34 (or 0x1D2F34) is known color: Oxford Blue. HEX triplet: 1D, 2F and 34. RGB value is (29,47,52). Sum of RGB (Red+Green+Blue) = 29+47+52=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 52 - color contains mainly: blue. Hex color #1D2F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2F34 is #E2D0CB. Grayscale: #2A2A2A. Windows color (decimal): -14864588 or 3419933. OLE color: 3419933.
HSL color Cylindrical-coordinate representation of color #1D2F34: hue angle of 193.04º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1D2F34 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 47 | 52 | - |
| CMYK | 0.44 | 0.10 | 0 | 0.80 |
| HSL | 193.04º | 0.28% | 0.16% | - |
| HSV(B) | 193.04º | 0.44% | 0.2% | - |
| XYZ | 2.14 | 2.54 | 3.63 | - |
| YUV | 42.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 52 | 0.44 | 0.10 | 0 | 0.80 | 193.04 | 0.28 | 0.16 |
| Hex | 1D | 2F | 34 | 2C | A | 0 | 50 | C1 | 1C | 10 |
| Octal | 35 | 57 | 64 | 54 | 12 | 0 | 120 | 301 | 34 | 20 |
| Binary | 11101 | 101111 | 110100 | 101100 | 1010 | 0 | 1010000 | 11000001 | 11100 | 10000 |
Color Harmonies of #1D2F34
Complementary color
Monochromatic Colors of #1D2F34
Black with #1D2F34
Text Example
Text Example
White with #1D2F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2F34; }
p { color: rgb(29,47,52); }
H1.HeaderClassName
{
color: #1D2F34;
}
.AnyTagClassName
{
color: #1D2F34;
}
</style>
background-color css
<style>
a { background-color: #1D2F34; }
a { background-color: rgb(29,47,52); }
div.DivClassName
{
background-color: #1D2F34;
}
.BgClassName
{
background-color: #1D2F34;
}
</style>
border-color css
<style>
span { border-color: #1D2F34; }
span { border-color: rgb(29,47,52); }
td.TdClassName
{
border-color: #1D2F34;
}
.TagClassName
{
border-color: #1D2F34;
}
</style>