Shades of Medium Blue #1712C1
Tints of Medium Blue #1712C1
RGB
CMYK
RGB Variations
Color information
#1712C1 (or 0x1712C1) is known color: Medium Blue. HEX triplet: 17, 12 and C1. RGB value is (23,18,193). Sum of RGB (Red+Green+Blue) = 23+18+193=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 193 (75.78% from 255 or 82.48% from 234); Max value from RGB is 193 - color contains mainly: blue. Hex color #1712C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1712C1 is #E8ED3E. Grayscale: #262626. Windows color (decimal): -15265087 or 12653079. OLE color: 12653079.
HSL color Cylindrical-coordinate representation of color #1712C1: hue angle of 241.71º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1712C1 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 18 | 193 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.24 |
| HSL | 241.71º | 0.83% | 0.41% | - |
| HSV(B) | 241.71º | 0.91% | 0.76% | - |
| XYZ | 10.2 | 4.47 | 50.78 | - |
| YUV | 39.45 | 214.66 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 193 | 0.88 | 0.91 | 0 | 0.24 | 241.71 | 0.83 | 0.41 |
| Hex | 17 | 12 | C1 | 58 | 5B | 0 | 18 | F2 | 53 | 29 |
| Octal | 27 | 22 | 301 | 130 | 133 | 0 | 30 | 362 | 123 | 51 |
| Binary | 10111 | 10010 | 11000001 | 1011000 | 1011011 | 0 | 11000 | 11110010 | 1010011 | 101001 |
Color Harmonies of #1712C1
Complementary color
Monochromatic Colors of #1712C1
Black with #1712C1
Text Example
Text Example
White with #1712C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1712C1; }
p { color: rgb(23,18,193); }
H1.HeaderClassName
{
color: #1712C1;
}
.AnyTagClassName
{
color: #1712C1;
}
</style>
background-color css
<style>
a { background-color: #1712C1; }
a { background-color: rgb(23,18,193); }
div.DivClassName
{
background-color: #1712C1;
}
.BgClassName
{
background-color: #1712C1;
}
</style>
border-color css
<style>
span { border-color: #1712C1; }
span { border-color: rgb(23,18,193); }
td.TdClassName
{
border-color: #1712C1;
}
.TagClassName
{
border-color: #1712C1;
}
</style>