Shades of Oxford Blue #1F3034
Tints of Oxford Blue #1F3034
RGB
CMYK
RGB Variations
Color information
#1F3034 (or 0x1F3034) is known color: Oxford Blue. HEX triplet: 1F, 30 and 34. RGB value is (31,48,52). Sum of RGB (Red+Green+Blue) = 31+48+52=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F3034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3034 is #E0CFCB. Grayscale: #2B2B2B. Windows color (decimal): -14733260 or 3420191. OLE color: 3420191.
HSL color Cylindrical-coordinate representation of color #1F3034: hue angle of 191.43º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F3034 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 48 | 52 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.80 |
| HSL | 191.43º | 0.25% | 0.16% | - |
| HSV(B) | 191.43º | 0.4% | 0.2% | - |
| XYZ | 2.24 | 2.65 | 3.64 | - |
| YUV | 43.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 52 | 0.40 | 0.08 | 0 | 0.80 | 191.43 | 0.25 | 0.16 |
| Hex | 1F | 30 | 34 | 28 | 8 | 0 | 50 | BF | 19 | 10 |
| Octal | 37 | 60 | 64 | 50 | 10 | 0 | 120 | 277 | 31 | 20 |
| Binary | 11111 | 110000 | 110100 | 101000 | 1000 | 0 | 1010000 | 10111111 | 11001 | 10000 |
Color Harmonies of #1F3034
Complementary color
Monochromatic Colors of #1F3034
Black with #1F3034
Text Example
Text Example
White with #1F3034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3034; }
p { color: rgb(31,48,52); }
H1.HeaderClassName
{
color: #1F3034;
}
.AnyTagClassName
{
color: #1F3034;
}
</style>
background-color css
<style>
a { background-color: #1F3034; }
a { background-color: rgb(31,48,52); }
div.DivClassName
{
background-color: #1F3034;
}
.BgClassName
{
background-color: #1F3034;
}
</style>
border-color css
<style>
span { border-color: #1F3034; }
span { border-color: rgb(31,48,52); }
td.TdClassName
{
border-color: #1F3034;
}
.TagClassName
{
border-color: #1F3034;
}
</style>