Shades of Medium Blue #1F02C1
Tints of Medium Blue #1F02C1
RGB
CMYK
RGB Variations
Color information
#1F02C1 (or 0x1F02C1) is known color: Medium Blue. HEX triplet: 1F, 02 and C1. RGB value is (31,2,193). Sum of RGB (Red+Green+Blue) = 31+2+193=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 193 (75.78% from 255 or 85.40% from 226); Max value from RGB is 193 - color contains mainly: blue. Hex color #1F02C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F02C1 is #E0FD3E. Grayscale: #1F1F1F. Windows color (decimal): -14744895 or 12648991. OLE color: 12648991.
HSL color Cylindrical-coordinate representation of color #1F02C1: hue angle of 249.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F02C1 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 2 | 193 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.24 |
| HSL | 249.11º | 0.98% | 0.38% | - |
| HSV(B) | 249.11º | 0.99% | 0.76% | - |
| XYZ | 10.21 | 4.18 | 50.72 | - |
| YUV | 32.45 | 218.61 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 193 | 0.84 | 0.99 | 0 | 0.24 | 249.11 | 0.98 | 0.38 |
| Hex | 1F | 2 | C1 | 54 | 63 | 0 | 18 | F9 | 62 | 26 |
| Octal | 37 | 2 | 301 | 124 | 143 | 0 | 30 | 371 | 142 | 46 |
| Binary | 11111 | 10 | 11000001 | 1010100 | 1100011 | 0 | 11000 | 11111001 | 1100010 | 100110 |
Color Harmonies of #1F02C1
Complementary color
Monochromatic Colors of #1F02C1
Black with #1F02C1
Text Example
Text Example
White with #1F02C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F02C1; }
p { color: rgb(31,2,193); }
H1.HeaderClassName
{
color: #1F02C1;
}
.AnyTagClassName
{
color: #1F02C1;
}
</style>
background-color css
<style>
a { background-color: #1F02C1; }
a { background-color: rgb(31,2,193); }
div.DivClassName
{
background-color: #1F02C1;
}
.BgClassName
{
background-color: #1F02C1;
}
</style>
border-color css
<style>
span { border-color: #1F02C1; }
span { border-color: rgb(31,2,193); }
td.TdClassName
{
border-color: #1F02C1;
}
.TagClassName
{
border-color: #1F02C1;
}
</style>