Shades of Oxford Blue #1B3038
Tints of Oxford Blue #1B3038
RGB
CMYK
RGB Variations
Color information
#1B3038 (or 0x1B3038) is known color: Oxford Blue. HEX triplet: 1B, 30 and 38. RGB value is (27,48,56). Sum of RGB (Red+Green+Blue) = 27+48+56=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 56 - color contains mainly: blue. Hex color #1B3038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3038 is #E4CFC7. Grayscale: #2A2A2A. Windows color (decimal): -14995400 or 3682331. OLE color: 3682331.
HSL color Cylindrical-coordinate representation of color #1B3038: hue angle of 196.55º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1B3038 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 48 | 56 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.78 |
| HSL | 196.55º | 0.35% | 0.16% | - |
| HSV(B) | 196.55º | 0.52% | 0.22% | - |
| XYZ | 2.22 | 2.63 | 4.13 | - |
| YUV | 42.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 48 | 56 | 0.52 | 0.14 | 0 | 0.78 | 196.55 | 0.35 | 0.16 |
| Hex | 1B | 30 | 38 | 34 | E | 0 | 4E | C5 | 23 | 10 |
| Octal | 33 | 60 | 70 | 64 | 16 | 0 | 116 | 305 | 43 | 20 |
| Binary | 11011 | 110000 | 111000 | 110100 | 1110 | 0 | 1001110 | 11000101 | 100011 | 10000 |
Color Harmonies of #1B3038
Complementary color
Monochromatic Colors of #1B3038
Black with #1B3038
Text Example
Text Example
White with #1B3038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3038; }
p { color: rgb(27,48,56); }
H1.HeaderClassName
{
color: #1B3038;
}
.AnyTagClassName
{
color: #1B3038;
}
</style>
background-color css
<style>
a { background-color: #1B3038; }
a { background-color: rgb(27,48,56); }
div.DivClassName
{
background-color: #1B3038;
}
.BgClassName
{
background-color: #1B3038;
}
</style>
border-color css
<style>
span { border-color: #1B3038; }
span { border-color: rgb(27,48,56); }
td.TdClassName
{
border-color: #1B3038;
}
.TagClassName
{
border-color: #1B3038;
}
</style>