Shades of Oxford Blue #1E3036
Tints of Oxford Blue #1E3036
RGB
CMYK
RGB Variations
Color information
#1E3036 (or 0x1E3036) is known color: Oxford Blue. HEX triplet: 1E, 30 and 36. RGB value is (30,48,54). Sum of RGB (Red+Green+Blue) = 30+48+54=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: blue. Hex color #1E3036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3036 is #E1CFC9. Grayscale: #2B2B2B. Windows color (decimal): -14798794 or 3551262. OLE color: 3551262.
HSL color Cylindrical-coordinate representation of color #1E3036: hue angle of 195º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1E3036 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 48 | 54 | - |
| CMYK | 0.44 | 0.11 | 0 | 0.79 |
| HSL | 195º | 0.29% | 0.16% | - |
| HSV(B) | 195º | 0.44% | 0.21% | - |
| XYZ | 2.26 | 2.66 | 3.88 | - |
| YUV | 43.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 54 | 0.44 | 0.11 | 0 | 0.79 | 195 | 0.29 | 0.16 |
| Hex | 1E | 30 | 36 | 2C | B | 0 | 4F | C3 | 1D | 10 |
| Octal | 36 | 60 | 66 | 54 | 13 | 0 | 117 | 303 | 35 | 20 |
| Binary | 11110 | 110000 | 110110 | 101100 | 1011 | 0 | 1001111 | 11000011 | 11101 | 10000 |
Color Harmonies of #1E3036
Complementary color
Monochromatic Colors of #1E3036
Black with #1E3036
Text Example
Text Example
White with #1E3036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3036; }
p { color: rgb(30,48,54); }
H1.HeaderClassName
{
color: #1E3036;
}
.AnyTagClassName
{
color: #1E3036;
}
</style>
background-color css
<style>
a { background-color: #1E3036; }
a { background-color: rgb(30,48,54); }
div.DivClassName
{
background-color: #1E3036;
}
.BgClassName
{
background-color: #1E3036;
}
</style>
border-color css
<style>
span { border-color: #1E3036; }
span { border-color: rgb(30,48,54); }
td.TdClassName
{
border-color: #1E3036;
}
.TagClassName
{
border-color: #1E3036;
}
</style>