Shades of Medium Blue #1605CF
Tints of Medium Blue #1605CF
RGB
CMYK
RGB Variations
Color information
#1605CF (or 0x1605CF) is known color: Medium Blue. HEX triplet: 16, 05 and CF. RGB value is (22,5,207). Sum of RGB (Red+Green+Blue) = 22+5+207=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 207 (81.25% from 255 or 88.46% from 234); Max value from RGB is 207 - color contains mainly: blue. Hex color #1605CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1605CF is #E9FA30. Grayscale: #202020. Windows color (decimal): -15333937 or 13567254. OLE color: 13567254.
HSL color Cylindrical-coordinate representation of color #1605CF: hue angle of 245.05º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1605CF is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 5 | 207 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.19 |
| HSL | 245.05º | 0.95% | 0.42% | - |
| HSV(B) | 245.05º | 0.98% | 0.81% | - |
| XYZ | 11.65 | 4.78 | 59.34 | - |
| YUV | 33.11 | 226.13 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 207 | 0.89 | 0.98 | 0 | 0.19 | 245.05 | 0.95 | 0.42 |
| Hex | 16 | 5 | CF | 59 | 62 | 0 | 13 | F5 | 5F | 2A |
| Octal | 26 | 5 | 317 | 131 | 142 | 0 | 23 | 365 | 137 | 52 |
| Binary | 10110 | 101 | 11001111 | 1011001 | 1100010 | 0 | 10011 | 11110101 | 1011111 | 101010 |
Color Harmonies of #1605CF
Complementary color
Monochromatic Colors of #1605CF
Black with #1605CF
Text Example
Text Example
White with #1605CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1605CF; }
p { color: rgb(22,5,207); }
H1.HeaderClassName
{
color: #1605CF;
}
.AnyTagClassName
{
color: #1605CF;
}
</style>
background-color css
<style>
a { background-color: #1605CF; }
a { background-color: rgb(22,5,207); }
div.DivClassName
{
background-color: #1605CF;
}
.BgClassName
{
background-color: #1605CF;
}
</style>
border-color css
<style>
span { border-color: #1605CF; }
span { border-color: rgb(22,5,207); }
td.TdClassName
{
border-color: #1605CF;
}
.TagClassName
{
border-color: #1605CF;
}
</style>