Shades of Ultramarine #2014B1
Tints of Ultramarine #2014B1
RGB
CMYK
RGB Variations
Color information
#2014B1 (or 0x2014B1) is known color: Ultramarine. HEX triplet: 20, 14 and B1. RGB value is (32,20,177). Sum of RGB (Red+Green+Blue) = 32+20+177=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 177 (69.53% from 255 or 77.29% from 229); Max value from RGB is 177 - color contains mainly: blue. Hex color #2014B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2014B1 is #DFEB4E. Grayscale: #282828. Windows color (decimal): -14674767 or 11605024. OLE color: 11605024.
HSL color Cylindrical-coordinate representation of color #2014B1: hue angle of 244.59º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2014B1 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 20 | 177 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.31 |
| HSL | 244.59º | 0.8% | 0.39% | - |
| HSV(B) | 244.59º | 0.89% | 0.69% | - |
| XYZ | 8.78 | 3.98 | 41.9 | - |
| YUV | 41.49 | 204.48 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 177 | 0.82 | 0.89 | 0 | 0.31 | 244.59 | 0.8 | 0.39 |
| Hex | 20 | 14 | B1 | 52 | 59 | 0 | 1F | F5 | 50 | 27 |
| Octal | 40 | 24 | 261 | 122 | 131 | 0 | 37 | 365 | 120 | 47 |
| Binary | 100000 | 10100 | 10110001 | 1010010 | 1011001 | 0 | 11111 | 11110101 | 1010000 | 100111 |
Color Harmonies of #2014B1
Complementary color
Monochromatic Colors of #2014B1
Black with #2014B1
Text Example
Text Example
White with #2014B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2014B1; }
p { color: rgb(32,20,177); }
H1.HeaderClassName
{
color: #2014B1;
}
.AnyTagClassName
{
color: #2014B1;
}
</style>
background-color css
<style>
a { background-color: #2014B1; }
a { background-color: rgb(32,20,177); }
div.DivClassName
{
background-color: #2014B1;
}
.BgClassName
{
background-color: #2014B1;
}
</style>
border-color css
<style>
span { border-color: #2014B1; }
span { border-color: rgb(32,20,177); }
td.TdClassName
{
border-color: #2014B1;
}
.TagClassName
{
border-color: #2014B1;
}
</style>