Shades of Blue #181BF6
Tints of Blue #181BF6
RGB
CMYK
RGB Variations
Color information
#181BF6 (or 0x181BF6) is known color: Blue. HEX triplet: 18, 1B and F6. RGB value is (24,27,246). Sum of RGB (Red+Green+Blue) = 24+27+246=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 246 (96.48% from 255 or 82.83% from 297); Max value from RGB is 246 - color contains mainly: blue. Hex color #181BF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181BF6 is #E7E409. Grayscale: #323232. Windows color (decimal): -15197194 or 16128792. OLE color: 16128792.
HSL color Cylindrical-coordinate representation of color #181BF6: hue angle of 239.19º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181BF6 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 27 | 246 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.04 |
| HSL | 239.19º | 0.93% | 0.53% | - |
| HSV(B) | 239.19º | 0.9% | 0.96% | - |
| XYZ | 17.4 | 7.63 | 87.74 | - |
| YUV | 51.07 | 238.01 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 246 | 0.90 | 0.89 | 0 | 0.04 | 239.19 | 0.93 | 0.53 |
| Hex | 18 | 1B | F6 | 5A | 59 | 0 | 4 | EF | 5C | 35 |
| Octal | 30 | 33 | 366 | 132 | 131 | 0 | 4 | 357 | 134 | 65 |
| Binary | 11000 | 11011 | 11110110 | 1011010 | 1011001 | 0 | 100 | 11101111 | 1011100 | 110101 |
Color Harmonies of #181BF6
Complementary color
Monochromatic Colors of #181BF6
Black with #181BF6
Text Example
Text Example
White with #181BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181BF6; }
p { color: rgb(24,27,246); }
H1.HeaderClassName
{
color: #181BF6;
}
.AnyTagClassName
{
color: #181BF6;
}
</style>
background-color css
<style>
a { background-color: #181BF6; }
a { background-color: rgb(24,27,246); }
div.DivClassName
{
background-color: #181BF6;
}
.BgClassName
{
background-color: #181BF6;
}
</style>
border-color css
<style>
span { border-color: #181BF6; }
span { border-color: rgb(24,27,246); }
td.TdClassName
{
border-color: #181BF6;
}
.TagClassName
{
border-color: #181BF6;
}
</style>