Shades of Medium Blue #1F16CC
Tints of Medium Blue #1F16CC
RGB
CMYK
RGB Variations
Color information
#1F16CC (or 0x1F16CC) is known color: Medium Blue. HEX triplet: 1F, 16 and CC. RGB value is (31,22,204). Sum of RGB (Red+Green+Blue) = 31+22+204=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 204 (80.08% from 255 or 79.38% from 257); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F16CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F16CC is #E0E933. Grayscale: #2C2C2C. Windows color (decimal): -14739764 or 13375007. OLE color: 13375007.
HSL color Cylindrical-coordinate representation of color #1F16CC: hue angle of 242.97º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F16CC is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 22 | 204 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.2 |
| HSL | 242.97º | 0.81% | 0.44% | - |
| HSV(B) | 242.97º | 0.89% | 0.8% | - |
| XYZ | 11.75 | 5.22 | 57.52 | - |
| YUV | 45.44 | 217.48 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 204 | 0.85 | 0.89 | 0 | 0.2 | 242.97 | 0.81 | 0.44 |
| Hex | 1F | 16 | CC | 55 | 59 | 0 | 14 | F3 | 51 | 2C |
| Octal | 37 | 26 | 314 | 125 | 131 | 0 | 24 | 363 | 121 | 54 |
| Binary | 11111 | 10110 | 11001100 | 1010101 | 1011001 | 0 | 10100 | 11110011 | 1010001 | 101100 |
Color Harmonies of #1F16CC
Complementary color
Monochromatic Colors of #1F16CC
Black with #1F16CC
Text Example
Text Example
White with #1F16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F16CC; }
p { color: rgb(31,22,204); }
H1.HeaderClassName
{
color: #1F16CC;
}
.AnyTagClassName
{
color: #1F16CC;
}
</style>
background-color css
<style>
a { background-color: #1F16CC; }
a { background-color: rgb(31,22,204); }
div.DivClassName
{
background-color: #1F16CC;
}
.BgClassName
{
background-color: #1F16CC;
}
</style>
border-color css
<style>
span { border-color: #1F16CC; }
span { border-color: rgb(31,22,204); }
td.TdClassName
{
border-color: #1F16CC;
}
.TagClassName
{
border-color: #1F16CC;
}
</style>