Shades of Medium Blue #1607BD
Tints of Medium Blue #1607BD
RGB
CMYK
RGB Variations
Color information
#1607BD (or 0x1607BD) is known color: Medium Blue. HEX triplet: 16, 07 and BD. RGB value is (22,7,189). Sum of RGB (Red+Green+Blue) = 22+7+189=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 189 (74.22% from 255 or 86.70% from 218); Max value from RGB is 189 - color contains mainly: blue. Hex color #1607BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1607BD is #E9F842. Grayscale: #1F1F1F. Windows color (decimal): -15333443 or 12388118. OLE color: 12388118.
HSL color Cylindrical-coordinate representation of color #1607BD: hue angle of 244.95º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1607BD is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 7 | 189 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.26 |
| HSL | 244.95º | 0.93% | 0.38% | - |
| HSV(B) | 244.95º | 0.96% | 0.74% | - |
| XYZ | 9.59 | 4 | 48.41 | - |
| YUV | 32.23 | 216.47 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 7 | 189 | 0.88 | 0.96 | 0 | 0.26 | 244.95 | 0.93 | 0.38 |
| Hex | 16 | 7 | BD | 58 | 60 | 0 | 1A | F5 | 5D | 26 |
| Octal | 26 | 7 | 275 | 130 | 140 | 0 | 32 | 365 | 135 | 46 |
| Binary | 10110 | 111 | 10111101 | 1011000 | 1100000 | 0 | 11010 | 11110101 | 1011101 | 100110 |
Color Harmonies of #1607BD
Complementary color
Monochromatic Colors of #1607BD
Black with #1607BD
Text Example
Text Example
White with #1607BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1607BD; }
p { color: rgb(22,7,189); }
H1.HeaderClassName
{
color: #1607BD;
}
.AnyTagClassName
{
color: #1607BD;
}
</style>
background-color css
<style>
a { background-color: #1607BD; }
a { background-color: rgb(22,7,189); }
div.DivClassName
{
background-color: #1607BD;
}
.BgClassName
{
background-color: #1607BD;
}
</style>
border-color css
<style>
span { border-color: #1607BD; }
span { border-color: rgb(22,7,189); }
td.TdClassName
{
border-color: #1607BD;
}
.TagClassName
{
border-color: #1607BD;
}
</style>