Shades of Medium Blue #1613CF
Tints of Medium Blue #1613CF
RGB
CMYK
RGB Variations
Color information
#1613CF (or 0x1613CF) is known color: Medium Blue. HEX triplet: 16, 13 and CF. RGB value is (22,19,207). Sum of RGB (Red+Green+Blue) = 22+19+207=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 207 (81.25% from 255 or 83.47% from 248); Max value from RGB is 207 - color contains mainly: blue. Hex color #1613CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1613CF is #E9EC30. Grayscale: #282828. Windows color (decimal): -15330353 or 13570838. OLE color: 13570838.
HSL color Cylindrical-coordinate representation of color #1613CF: hue angle of 240.96º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1613CF is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 19 | 207 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.19 |
| HSL | 240.96º | 0.83% | 0.44% | - |
| HSV(B) | 240.96º | 0.91% | 0.81% | - |
| XYZ | 11.83 | 5.14 | 59.4 | - |
| YUV | 41.33 | 221.49 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 207 | 0.89 | 0.91 | 0 | 0.19 | 240.96 | 0.83 | 0.44 |
| Hex | 16 | 13 | CF | 59 | 5B | 0 | 13 | F1 | 53 | 2C |
| Octal | 26 | 23 | 317 | 131 | 133 | 0 | 23 | 361 | 123 | 54 |
| Binary | 10110 | 10011 | 11001111 | 1011001 | 1011011 | 0 | 10011 | 11110001 | 1010011 | 101100 |
Color Harmonies of #1613CF
Complementary color
Monochromatic Colors of #1613CF
Black with #1613CF
Text Example
Text Example
White with #1613CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1613CF; }
p { color: rgb(22,19,207); }
H1.HeaderClassName
{
color: #1613CF;
}
.AnyTagClassName
{
color: #1613CF;
}
</style>
background-color css
<style>
a { background-color: #1613CF; }
a { background-color: rgb(22,19,207); }
div.DivClassName
{
background-color: #1613CF;
}
.BgClassName
{
background-color: #1613CF;
}
</style>
border-color css
<style>
span { border-color: #1613CF; }
span { border-color: rgb(22,19,207); }
td.TdClassName
{
border-color: #1613CF;
}
.TagClassName
{
border-color: #1613CF;
}
</style>