Shades of Oxford Blue #1F333B
Tints of Oxford Blue #1F333B
RGB
CMYK
RGB Variations
Color information
#1F333B (or 0x1F333B) is known color: Oxford Blue. HEX triplet: 1F, 33 and 3B. RGB value is (31,51,59). Sum of RGB (Red+Green+Blue) = 31+51+59=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F333B is #E0CCC4. Grayscale: #2D2D2D. Windows color (decimal): -14732485 or 3879711. OLE color: 3879711.
HSL color Cylindrical-coordinate representation of color #1F333B: hue angle of 197.14º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F333B is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 51 | 59 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.77 |
| HSL | 197.14º | 0.31% | 0.18% | - |
| HSV(B) | 197.14º | 0.47% | 0.23% | - |
| XYZ | 2.54 | 2.97 | 4.58 | - |
| YUV | 45.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 59 | 0.47 | 0.14 | 0 | 0.77 | 197.14 | 0.31 | 0.18 |
| Hex | 1F | 33 | 3B | 2F | E | 0 | 4D | C5 | 1F | 12 |
| Octal | 37 | 63 | 73 | 57 | 16 | 0 | 115 | 305 | 37 | 22 |
| Binary | 11111 | 110011 | 111011 | 101111 | 1110 | 0 | 1001101 | 11000101 | 11111 | 10010 |
Color Harmonies of #1F333B
Complementary color
Monochromatic Colors of #1F333B
Black with #1F333B
Text Example
Text Example
White with #1F333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F333B; }
p { color: rgb(31,51,59); }
H1.HeaderClassName
{
color: #1F333B;
}
.AnyTagClassName
{
color: #1F333B;
}
</style>
background-color css
<style>
a { background-color: #1F333B; }
a { background-color: rgb(31,51,59); }
div.DivClassName
{
background-color: #1F333B;
}
.BgClassName
{
background-color: #1F333B;
}
</style>
border-color css
<style>
span { border-color: #1F333B; }
span { border-color: rgb(31,51,59); }
td.TdClassName
{
border-color: #1F333B;
}
.TagClassName
{
border-color: #1F333B;
}
</style>