Shades of Oxford Blue #183038
Tints of Oxford Blue #183038
RGB
CMYK
RGB Variations
Color information
#183038 (or 0x183038) is known color: Oxford Blue. HEX triplet: 18, 30 and 38. RGB value is (24,48,56). Sum of RGB (Red+Green+Blue) = 24+48+56=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #183038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183038 is #E7CFC7. Grayscale: #292929. Windows color (decimal): -15192008 or 3682328. OLE color: 3682328.
HSL color Cylindrical-coordinate representation of color #183038: hue angle of 195º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #183038 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 48 | 56 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.78 |
| HSL | 195º | 0.4% | 0.16% | - |
| HSV(B) | 195º | 0.57% | 0.22% | - |
| XYZ | 2.15 | 2.59 | 4.13 | - |
| YUV | 41.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 56 | 0.57 | 0.14 | 0 | 0.78 | 195 | 0.4 | 0.16 |
| Hex | 18 | 30 | 38 | 39 | E | 0 | 4E | C3 | 28 | 10 |
| Octal | 30 | 60 | 70 | 71 | 16 | 0 | 116 | 303 | 50 | 20 |
| Binary | 11000 | 110000 | 111000 | 111001 | 1110 | 0 | 1001110 | 11000011 | 101000 | 10000 |
Color Harmonies of #183038
Complementary color
Monochromatic Colors of #183038
Black with #183038
Text Example
Text Example
White with #183038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183038; }
p { color: rgb(24,48,56); }
H1.HeaderClassName
{
color: #183038;
}
.AnyTagClassName
{
color: #183038;
}
</style>
background-color css
<style>
a { background-color: #183038; }
a { background-color: rgb(24,48,56); }
div.DivClassName
{
background-color: #183038;
}
.BgClassName
{
background-color: #183038;
}
</style>
border-color css
<style>
span { border-color: #183038; }
span { border-color: rgb(24,48,56); }
td.TdClassName
{
border-color: #183038;
}
.TagClassName
{
border-color: #183038;
}
</style>