Shades of Oxford Blue #1E3035
Tints of Oxford Blue #1E3035
RGB
CMYK
RGB Variations
Color information
#1E3035 (or 0x1E3035) is known color: Oxford Blue. HEX triplet: 1E, 30 and 35. RGB value is (30,48,53). Sum of RGB (Red+Green+Blue) = 30+48+53=131 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.90% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 53 - color contains mainly: blue. Hex color #1E3035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3035 is #E1CFCA. Grayscale: #2B2B2B. Windows color (decimal): -14798795 or 3485726. OLE color: 3485726.
HSL color Cylindrical-coordinate representation of color #1E3035: hue angle of 193.04º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1E3035 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 48 | 53 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.79 |
| HSL | 193.04º | 0.28% | 0.16% | - |
| HSV(B) | 193.04º | 0.43% | 0.21% | - |
| XYZ | 2.23 | 2.65 | 3.76 | - |
| YUV | 43.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 53 | 0.43 | 0.09 | 0 | 0.79 | 193.04 | 0.28 | 0.16 |
| Hex | 1E | 30 | 35 | 2B | 9 | 0 | 4F | C1 | 1C | 10 |
| Octal | 36 | 60 | 65 | 53 | 11 | 0 | 117 | 301 | 34 | 20 |
| Binary | 11110 | 110000 | 110101 | 101011 | 1001 | 0 | 1001111 | 11000001 | 11100 | 10000 |
Color Harmonies of #1E3035
Complementary color
Monochromatic Colors of #1E3035
Black with #1E3035
Text Example
Text Example
White with #1E3035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3035; }
p { color: rgb(30,48,53); }
H1.HeaderClassName
{
color: #1E3035;
}
.AnyTagClassName
{
color: #1E3035;
}
</style>
background-color css
<style>
a { background-color: #1E3035; }
a { background-color: rgb(30,48,53); }
div.DivClassName
{
background-color: #1E3035;
}
.BgClassName
{
background-color: #1E3035;
}
</style>
border-color css
<style>
span { border-color: #1E3035; }
span { border-color: rgb(30,48,53); }
td.TdClassName
{
border-color: #1E3035;
}
.TagClassName
{
border-color: #1E3035;
}
</style>