Shades of Oxford Blue #213940
Tints of Oxford Blue #213940
RGB
CMYK
RGB Variations
Color information
#213940 (or 0x213940) is known color: Oxford Blue. HEX triplet: 21, 39 and 40. RGB value is (33,57,64). Sum of RGB (Red+Green+Blue) = 33+57+64=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #213940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213940 is #DEC6BF. Grayscale: #323232. Windows color (decimal): -14599872 or 4208929. OLE color: 4208929.
HSL color Cylindrical-coordinate representation of color #213940: hue angle of 193.55º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213940 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 57 | 64 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.75 |
| HSL | 193.55º | 0.32% | 0.19% | - |
| HSV(B) | 193.55º | 0.48% | 0.25% | - |
| XYZ | 3.02 | 3.62 | 5.39 | - |
| YUV | 50.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 64 | 0.48 | 0.11 | 0 | 0.75 | 193.55 | 0.32 | 0.19 |
| Hex | 21 | 39 | 40 | 30 | B | 0 | 4B | C2 | 20 | 13 |
| Octal | 41 | 71 | 100 | 60 | 13 | 0 | 113 | 302 | 40 | 23 |
| Binary | 100001 | 111001 | 1000000 | 110000 | 1011 | 0 | 1001011 | 11000010 | 100000 | 10011 |
Color Harmonies of #213940
Complementary color
Monochromatic Colors of #213940
Black with #213940
Text Example
Text Example
White with #213940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213940; }
p { color: rgb(33,57,64); }
H1.HeaderClassName
{
color: #213940;
}
.AnyTagClassName
{
color: #213940;
}
</style>
background-color css
<style>
a { background-color: #213940; }
a { background-color: rgb(33,57,64); }
div.DivClassName
{
background-color: #213940;
}
.BgClassName
{
background-color: #213940;
}
</style>
border-color css
<style>
span { border-color: #213940; }
span { border-color: rgb(33,57,64); }
td.TdClassName
{
border-color: #213940;
}
.TagClassName
{
border-color: #213940;
}
</style>