Shades of Medium Blue #1604CF
Tints of Medium Blue #1604CF
RGB
CMYK
RGB Variations
Color information
#1604CF (or 0x1604CF) is known color: Medium Blue. HEX triplet: 16, 04 and CF. RGB value is (22,4,207). Sum of RGB (Red+Green+Blue) = 22+4+207=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 207 (81.25% from 255 or 88.84% from 233); Max value from RGB is 207 - color contains mainly: blue. Hex color #1604CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1604CF is #E9FB30. Grayscale: #1F1F1F. Windows color (decimal): -15334193 or 13566998. OLE color: 13566998.
HSL color Cylindrical-coordinate representation of color #1604CF: hue angle of 245.32º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1604CF is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 4 | 207 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.19 |
| HSL | 245.32º | 0.96% | 0.41% | - |
| HSV(B) | 245.32º | 0.98% | 0.81% | - |
| XYZ | 11.64 | 4.76 | 59.34 | - |
| YUV | 32.52 | 226.46 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 4 | 207 | 0.89 | 0.98 | 0 | 0.19 | 245.32 | 0.96 | 0.41 |
| Hex | 16 | 4 | CF | 59 | 62 | 0 | 13 | F5 | 60 | 29 |
| Octal | 26 | 4 | 317 | 131 | 142 | 0 | 23 | 365 | 140 | 51 |
| Binary | 10110 | 100 | 11001111 | 1011001 | 1100010 | 0 | 10011 | 11110101 | 1100000 | 101001 |
Color Harmonies of #1604CF
Complementary color
Monochromatic Colors of #1604CF
Black with #1604CF
Text Example
Text Example
White with #1604CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1604CF; }
p { color: rgb(22,4,207); }
H1.HeaderClassName
{
color: #1604CF;
}
.AnyTagClassName
{
color: #1604CF;
}
</style>
background-color css
<style>
a { background-color: #1604CF; }
a { background-color: rgb(22,4,207); }
div.DivClassName
{
background-color: #1604CF;
}
.BgClassName
{
background-color: #1604CF;
}
</style>
border-color css
<style>
span { border-color: #1604CF; }
span { border-color: rgb(22,4,207); }
td.TdClassName
{
border-color: #1604CF;
}
.TagClassName
{
border-color: #1604CF;
}
</style>