Shades of Oxford Blue #1A3038
Tints of Oxford Blue #1A3038
RGB
CMYK
RGB Variations
Color information
#1A3038 (or 0x1A3038) is known color: Oxford Blue. HEX triplet: 1A, 30 and 38. RGB value is (26,48,56). Sum of RGB (Red+Green+Blue) = 26+48+56=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 56 - color contains mainly: blue. Hex color #1A3038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3038 is #E5CFC7. Grayscale: #2A2A2A. Windows color (decimal): -15060936 or 3682330. OLE color: 3682330.
HSL color Cylindrical-coordinate representation of color #1A3038: hue angle of 196º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A3038 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 48 | 56 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.78 |
| HSL | 196º | 0.37% | 0.16% | - |
| HSV(B) | 196º | 0.54% | 0.22% | - |
| XYZ | 2.2 | 2.62 | 4.13 | - |
| YUV | 42.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 56 | 0.54 | 0.14 | 0 | 0.78 | 196 | 0.37 | 0.16 |
| Hex | 1A | 30 | 38 | 36 | E | 0 | 4E | C4 | 25 | 10 |
| Octal | 32 | 60 | 70 | 66 | 16 | 0 | 116 | 304 | 45 | 20 |
| Binary | 11010 | 110000 | 111000 | 110110 | 1110 | 0 | 1001110 | 11000100 | 100101 | 10000 |
Color Harmonies of #1A3038
Complementary color
Monochromatic Colors of #1A3038
Black with #1A3038
Text Example
Text Example
White with #1A3038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3038; }
p { color: rgb(26,48,56); }
H1.HeaderClassName
{
color: #1A3038;
}
.AnyTagClassName
{
color: #1A3038;
}
</style>
background-color css
<style>
a { background-color: #1A3038; }
a { background-color: rgb(26,48,56); }
div.DivClassName
{
background-color: #1A3038;
}
.BgClassName
{
background-color: #1A3038;
}
</style>
border-color css
<style>
span { border-color: #1A3038; }
span { border-color: rgb(26,48,56); }
td.TdClassName
{
border-color: #1A3038;
}
.TagClassName
{
border-color: #1A3038;
}
</style>