Shades of Oxford Blue #1D353D
Tints of Oxford Blue #1D353D
RGB
CMYK
RGB Variations
Color information
#1D353D (or 0x1D353D) is known color: Oxford Blue. HEX triplet: 1D, 35 and 3D. RGB value is (29,53,61). Sum of RGB (Red+Green+Blue) = 29+53+61=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D353D is #E2CAC2. Grayscale: #2E2E2E. Windows color (decimal): -14863043 or 4011293. OLE color: 4011293.
HSL color Cylindrical-coordinate representation of color #1D353D: hue angle of 195º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D353D is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 53 | 61 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.76 |
| HSL | 195º | 0.36% | 0.18% | - |
| HSV(B) | 195º | 0.52% | 0.24% | - |
| XYZ | 2.62 | 3.14 | 4.88 | - |
| YUV | 46.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 61 | 0.52 | 0.13 | 0 | 0.76 | 195 | 0.36 | 0.18 |
| Hex | 1D | 35 | 3D | 34 | D | 0 | 4C | C3 | 24 | 12 |
| Octal | 35 | 65 | 75 | 64 | 15 | 0 | 114 | 303 | 44 | 22 |
| Binary | 11101 | 110101 | 111101 | 110100 | 1101 | 0 | 1001100 | 11000011 | 100100 | 10010 |
Color Harmonies of #1D353D
Complementary color
Monochromatic Colors of #1D353D
Black with #1D353D
Text Example
Text Example
White with #1D353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D353D; }
p { color: rgb(29,53,61); }
H1.HeaderClassName
{
color: #1D353D;
}
.AnyTagClassName
{
color: #1D353D;
}
</style>
background-color css
<style>
a { background-color: #1D353D; }
a { background-color: rgb(29,53,61); }
div.DivClassName
{
background-color: #1D353D;
}
.BgClassName
{
background-color: #1D353D;
}
</style>
border-color css
<style>
span { border-color: #1D353D; }
span { border-color: rgb(29,53,61); }
td.TdClassName
{
border-color: #1D353D;
}
.TagClassName
{
border-color: #1D353D;
}
</style>