Shades of Medium Blue #1713BB
Tints of Medium Blue #1713BB
RGB
CMYK
RGB Variations
Color information
#1713BB (or 0x1713BB) is known color: Medium Blue. HEX triplet: 17, 13 and BB. RGB value is (23,19,187). Sum of RGB (Red+Green+Blue) = 23+19+187=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 187 (73.44% from 255 or 81.66% from 229); Max value from RGB is 187 - color contains mainly: blue. Hex color #1713BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1713BB is #E8EC44. Grayscale: #262626. Windows color (decimal): -15264837 or 12260119. OLE color: 12260119.
HSL color Cylindrical-coordinate representation of color #1713BB: hue angle of 241.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1713BB is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 19 | 187 | - |
| CMYK | 0.88 | 0.90 | 0 | 0.27 |
| HSL | 241.43º | 0.82% | 0.4% | - |
| HSV(B) | 241.43º | 0.9% | 0.73% | - |
| XYZ | 9.56 | 4.24 | 47.33 | - |
| YUV | 39.35 | 211.33 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 187 | 0.88 | 0.90 | 0 | 0.27 | 241.43 | 0.82 | 0.4 |
| Hex | 17 | 13 | BB | 58 | 5A | 0 | 1B | F1 | 52 | 28 |
| Octal | 27 | 23 | 273 | 130 | 132 | 0 | 33 | 361 | 122 | 50 |
| Binary | 10111 | 10011 | 10111011 | 1011000 | 1011010 | 0 | 11011 | 11110001 | 1010010 | 101000 |
Color Harmonies of #1713BB
Complementary color
Monochromatic Colors of #1713BB
Black with #1713BB
Text Example
Text Example
White with #1713BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1713BB; }
p { color: rgb(23,19,187); }
H1.HeaderClassName
{
color: #1713BB;
}
.AnyTagClassName
{
color: #1713BB;
}
</style>
background-color css
<style>
a { background-color: #1713BB; }
a { background-color: rgb(23,19,187); }
div.DivClassName
{
background-color: #1713BB;
}
.BgClassName
{
background-color: #1713BB;
}
</style>
border-color css
<style>
span { border-color: #1713BB; }
span { border-color: rgb(23,19,187); }
td.TdClassName
{
border-color: #1713BB;
}
.TagClassName
{
border-color: #1713BB;
}
</style>