Shades of Oxford Blue #1C333A
Tints of Oxford Blue #1C333A
RGB
CMYK
RGB Variations
Color information
#1C333A (or 0x1C333A) is known color: Oxford Blue. HEX triplet: 1C, 33 and 3A. RGB value is (28,51,58). Sum of RGB (Red+Green+Blue) = 28+51+58=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 58 - color contains mainly: blue. Hex color #1C333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C333A is #E3CCC5. Grayscale: #2C2C2C. Windows color (decimal): -14929094 or 3814172. OLE color: 3814172.
HSL color Cylindrical-coordinate representation of color #1C333A: hue angle of 194º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1C333A is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 28 | 51 | 58 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.77 |
| HSL | 194º | 0.35% | 0.17% | - |
| HSV(B) | 194º | 0.52% | 0.23% | - |
| XYZ | 2.43 | 2.92 | 4.44 | - |
| YUV | 44.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 51 | 58 | 0.52 | 0.12 | 0 | 0.77 | 194 | 0.35 | 0.17 |
| Hex | 1C | 33 | 3A | 34 | C | 0 | 4D | C2 | 23 | 11 |
| Octal | 34 | 63 | 72 | 64 | 14 | 0 | 115 | 302 | 43 | 21 |
| Binary | 11100 | 110011 | 111010 | 110100 | 1100 | 0 | 1001101 | 11000010 | 100011 | 10001 |
Color Harmonies of #1C333A
Complementary color
Monochromatic Colors of #1C333A
Black with #1C333A
Text Example
Text Example
White with #1C333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C333A; }
p { color: rgb(28,51,58); }
H1.HeaderClassName
{
color: #1C333A;
}
.AnyTagClassName
{
color: #1C333A;
}
</style>
background-color css
<style>
a { background-color: #1C333A; }
a { background-color: rgb(28,51,58); }
div.DivClassName
{
background-color: #1C333A;
}
.BgClassName
{
background-color: #1C333A;
}
</style>
border-color css
<style>
span { border-color: #1C333A; }
span { border-color: rgb(28,51,58); }
td.TdClassName
{
border-color: #1C333A;
}
.TagClassName
{
border-color: #1C333A;
}
</style>