Shades of Medium Blue #1614BD
Tints of Medium Blue #1614BD
RGB
CMYK
RGB Variations
Color information
#1614BD (or 0x1614BD) is known color: Medium Blue. HEX triplet: 16, 14 and BD. RGB value is (22,20,189). Sum of RGB (Red+Green+Blue) = 22+20+189=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 189 (74.22% from 255 or 81.82% from 231); Max value from RGB is 189 - color contains mainly: blue. Hex color #1614BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1614BD is #E9EB42. Grayscale: #272727. Windows color (decimal): -15330115 or 12391446. OLE color: 12391446.
HSL color Cylindrical-coordinate representation of color #1614BD: hue angle of 240.71º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1614BD is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 20 | 189 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.26 |
| HSL | 240.71º | 0.81% | 0.41% | - |
| HSV(B) | 240.71º | 0.89% | 0.74% | - |
| XYZ | 9.77 | 4.35 | 48.47 | - |
| YUV | 39.86 | 212.16 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 189 | 0.88 | 0.89 | 0 | 0.26 | 240.71 | 0.81 | 0.41 |
| Hex | 16 | 14 | BD | 58 | 59 | 0 | 1A | F1 | 51 | 29 |
| Octal | 26 | 24 | 275 | 130 | 131 | 0 | 32 | 361 | 121 | 51 |
| Binary | 10110 | 10100 | 10111101 | 1011000 | 1011001 | 0 | 11010 | 11110001 | 1010001 | 101001 |
Color Harmonies of #1614BD
Complementary color
Monochromatic Colors of #1614BD
Black with #1614BD
Text Example
Text Example
White with #1614BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1614BD; }
p { color: rgb(22,20,189); }
H1.HeaderClassName
{
color: #1614BD;
}
.AnyTagClassName
{
color: #1614BD;
}
</style>
background-color css
<style>
a { background-color: #1614BD; }
a { background-color: rgb(22,20,189); }
div.DivClassName
{
background-color: #1614BD;
}
.BgClassName
{
background-color: #1614BD;
}
</style>
border-color css
<style>
span { border-color: #1614BD; }
span { border-color: rgb(22,20,189); }
td.TdClassName
{
border-color: #1614BD;
}
.TagClassName
{
border-color: #1614BD;
}
</style>