Shades of Medium Blue #1814BB
Tints of Medium Blue #1814BB
RGB
CMYK
RGB Variations
Color information
#1814BB (or 0x1814BB) is known color: Medium Blue. HEX triplet: 18, 14 and BB. RGB value is (24,20,187). Sum of RGB (Red+Green+Blue) = 24+20+187=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #1814BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1814BB is #E7EB44. Grayscale: #272727. Windows color (decimal): -15199045 or 12260376. OLE color: 12260376.
HSL color Cylindrical-coordinate representation of color #1814BB: hue angle of 241.44º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1814BB is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 20 | 187 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.27 |
| HSL | 241.44º | 0.81% | 0.41% | - |
| HSV(B) | 241.44º | 0.89% | 0.73% | - |
| XYZ | 9.6 | 4.28 | 47.33 | - |
| YUV | 40.23 | 210.83 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 187 | 0.87 | 0.89 | 0 | 0.27 | 241.44 | 0.81 | 0.41 |
| Hex | 18 | 14 | BB | 57 | 59 | 0 | 1B | F1 | 51 | 29 |
| Octal | 30 | 24 | 273 | 127 | 131 | 0 | 33 | 361 | 121 | 51 |
| Binary | 11000 | 10100 | 10111011 | 1010111 | 1011001 | 0 | 11011 | 11110001 | 1010001 | 101001 |
Color Harmonies of #1814BB
Complementary color
Monochromatic Colors of #1814BB
Black with #1814BB
Text Example
Text Example
White with #1814BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1814BB; }
p { color: rgb(24,20,187); }
H1.HeaderClassName
{
color: #1814BB;
}
.AnyTagClassName
{
color: #1814BB;
}
</style>
background-color css
<style>
a { background-color: #1814BB; }
a { background-color: rgb(24,20,187); }
div.DivClassName
{
background-color: #1814BB;
}
.BgClassName
{
background-color: #1814BB;
}
</style>
border-color css
<style>
span { border-color: #1814BB; }
span { border-color: rgb(24,20,187); }
td.TdClassName
{
border-color: #1814BB;
}
.TagClassName
{
border-color: #1814BB;
}
</style>