Shades of Medium Blue #1609CA
Tints of Medium Blue #1609CA
RGB
CMYK
RGB Variations
Color information
#1609CA (or 0x1609CA) is known color: Medium Blue. HEX triplet: 16, 09 and CA. RGB value is (22,9,202). Sum of RGB (Red+Green+Blue) = 22+9+202=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 202 (79.30% from 255 or 86.70% from 233); Max value from RGB is 202 - color contains mainly: blue. Hex color #1609CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1609CA is #E9F635. Grayscale: #222222. Windows color (decimal): -15332918 or 13240598. OLE color: 13240598.
HSL color Cylindrical-coordinate representation of color #1609CA: hue angle of 244.04º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1609CA is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 9 | 202 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.21 |
| HSL | 244.04º | 0.91% | 0.41% | - |
| HSV(B) | 244.04º | 0.96% | 0.79% | - |
| XYZ | 11.09 | 4.63 | 56.19 | - |
| YUV | 34.89 | 222.31 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 202 | 0.89 | 0.96 | 0 | 0.21 | 244.04 | 0.91 | 0.41 |
| Hex | 16 | 9 | CA | 59 | 60 | 0 | 15 | F4 | 5B | 29 |
| Octal | 26 | 11 | 312 | 131 | 140 | 0 | 25 | 364 | 133 | 51 |
| Binary | 10110 | 1001 | 11001010 | 1011001 | 1100000 | 0 | 10101 | 11110100 | 1011011 | 101001 |
Color Harmonies of #1609CA
Complementary color
Monochromatic Colors of #1609CA
Black with #1609CA
Text Example
Text Example
White with #1609CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1609CA; }
p { color: rgb(22,9,202); }
H1.HeaderClassName
{
color: #1609CA;
}
.AnyTagClassName
{
color: #1609CA;
}
</style>
background-color css
<style>
a { background-color: #1609CA; }
a { background-color: rgb(22,9,202); }
div.DivClassName
{
background-color: #1609CA;
}
.BgClassName
{
background-color: #1609CA;
}
</style>
border-color css
<style>
span { border-color: #1609CA; }
span { border-color: rgb(22,9,202); }
td.TdClassName
{
border-color: #1609CA;
}
.TagClassName
{
border-color: #1609CA;
}
</style>