Shades of Oxford Blue #1C3038
Tints of Oxford Blue #1C3038
RGB
CMYK
RGB Variations
Color information
#1C3038 (or 0x1C3038) is known color: Oxford Blue. HEX triplet: 1C, 30 and 38. RGB value is (28,48,56). Sum of RGB (Red+Green+Blue) = 28+48+56=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #1C3038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3038 is #E3CFC7. Grayscale: #2A2A2A. Windows color (decimal): -14929864 or 3682332. OLE color: 3682332.
HSL color Cylindrical-coordinate representation of color #1C3038: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C3038 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 48 | 56 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.78 |
| HSL | 197.14º | 0.33% | 0.16% | - |
| HSV(B) | 197.14º | 0.5% | 0.22% | - |
| XYZ | 2.25 | 2.65 | 4.13 | - |
| YUV | 42.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 48 | 56 | 0.50 | 0.14 | 0 | 0.78 | 197.14 | 0.33 | 0.16 |
| Hex | 1C | 30 | 38 | 32 | E | 0 | 4E | C5 | 21 | 10 |
| Octal | 34 | 60 | 70 | 62 | 16 | 0 | 116 | 305 | 41 | 20 |
| Binary | 11100 | 110000 | 111000 | 110010 | 1110 | 0 | 1001110 | 11000101 | 100001 | 10000 |
Color Harmonies of #1C3038
Complementary color
Monochromatic Colors of #1C3038
Black with #1C3038
Text Example
Text Example
White with #1C3038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3038; }
p { color: rgb(28,48,56); }
H1.HeaderClassName
{
color: #1C3038;
}
.AnyTagClassName
{
color: #1C3038;
}
</style>
background-color css
<style>
a { background-color: #1C3038; }
a { background-color: rgb(28,48,56); }
div.DivClassName
{
background-color: #1C3038;
}
.BgClassName
{
background-color: #1C3038;
}
</style>
border-color css
<style>
span { border-color: #1C3038; }
span { border-color: rgb(28,48,56); }
td.TdClassName
{
border-color: #1C3038;
}
.TagClassName
{
border-color: #1C3038;
}
</style>