Shades of Oxford Blue #1E3239
Tints of Oxford Blue #1E3239
RGB
CMYK
RGB Variations
Color information
#1E3239 (or 0x1E3239) is known color: Oxford Blue. HEX triplet: 1E, 32 and 39. RGB value is (30,50,57). Sum of RGB (Red+Green+Blue) = 30+50+57=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 57 - color contains mainly: blue. Hex color #1E3239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3239 is #E1CDC6. Grayscale: #2C2C2C. Windows color (decimal): -14798279 or 3748382. OLE color: 3748382.
HSL color Cylindrical-coordinate representation of color #1E3239: hue angle of 195.56º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E3239 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 50 | 57 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.78 |
| HSL | 195.56º | 0.31% | 0.17% | - |
| HSV(B) | 195.56º | 0.47% | 0.22% | - |
| XYZ | 2.41 | 2.85 | 4.29 | - |
| YUV | 44.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 57 | 0.47 | 0.12 | 0 | 0.78 | 195.56 | 0.31 | 0.17 |
| Hex | 1E | 32 | 39 | 2F | C | 0 | 4E | C4 | 1F | 11 |
| Octal | 36 | 62 | 71 | 57 | 14 | 0 | 116 | 304 | 37 | 21 |
| Binary | 11110 | 110010 | 111001 | 101111 | 1100 | 0 | 1001110 | 11000100 | 11111 | 10001 |
Color Harmonies of #1E3239
Complementary color
Monochromatic Colors of #1E3239
Black with #1E3239
Text Example
Text Example
White with #1E3239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3239; }
p { color: rgb(30,50,57); }
H1.HeaderClassName
{
color: #1E3239;
}
.AnyTagClassName
{
color: #1E3239;
}
</style>
background-color css
<style>
a { background-color: #1E3239; }
a { background-color: rgb(30,50,57); }
div.DivClassName
{
background-color: #1E3239;
}
.BgClassName
{
background-color: #1E3239;
}
</style>
border-color css
<style>
span { border-color: #1E3239; }
span { border-color: rgb(30,50,57); }
td.TdClassName
{
border-color: #1E3239;
}
.TagClassName
{
border-color: #1E3239;
}
</style>