Shades of Medium Blue #1F06DB
Tints of Medium Blue #1F06DB
RGB
CMYK
RGB Variations
Color information
#1F06DB (or 0x1F06DB) is known color: Medium Blue. HEX triplet: 1F, 06 and DB. RGB value is (31,6,219). Sum of RGB (Red+Green+Blue) = 31+6+219=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 219 (85.94% from 255 or 85.55% from 256); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F06DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F06DB is #E0F924. Grayscale: #242424. Windows color (decimal): -14743845 or 14353951. OLE color: 14353951.
HSL color Cylindrical-coordinate representation of color #1F06DB: hue angle of 247.04º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F06DB is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 6 | 219 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.14 |
| HSL | 247.04º | 0.95% | 0.44% | - |
| HSV(B) | 247.04º | 0.97% | 0.86% | - |
| XYZ | 13.42 | 5.54 | 67.38 | - |
| YUV | 37.76 | 230.28 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 219 | 0.86 | 0.97 | 0 | 0.14 | 247.04 | 0.95 | 0.44 |
| Hex | 1F | 6 | DB | 56 | 61 | 0 | E | F7 | 5F | 2C |
| Octal | 37 | 6 | 333 | 126 | 141 | 0 | 16 | 367 | 137 | 54 |
| Binary | 11111 | 110 | 11011011 | 1010110 | 1100001 | 0 | 1110 | 11110111 | 1011111 | 101100 |
Color Harmonies of #1F06DB
Complementary color
Monochromatic Colors of #1F06DB
Black with #1F06DB
Text Example
Text Example
White with #1F06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F06DB; }
p { color: rgb(31,6,219); }
H1.HeaderClassName
{
color: #1F06DB;
}
.AnyTagClassName
{
color: #1F06DB;
}
</style>
background-color css
<style>
a { background-color: #1F06DB; }
a { background-color: rgb(31,6,219); }
div.DivClassName
{
background-color: #1F06DB;
}
.BgClassName
{
background-color: #1F06DB;
}
</style>
border-color css
<style>
span { border-color: #1F06DB; }
span { border-color: rgb(31,6,219); }
td.TdClassName
{
border-color: #1F06DB;
}
.TagClassName
{
border-color: #1F06DB;
}
</style>