Shades of Blue #181BFF
Tints of Blue #181BFF
RGB
CMYK
RGB Variations
Color information
#181BFF (or 0x181BFF) is known color: Blue. HEX triplet: 18, 1B and FF. RGB value is (24,27,255). Sum of RGB (Red+Green+Blue) = 24+27+255=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 255 (100% from 255 or 83.33% from 306); Max value from RGB is 255 - color contains mainly: blue. Hex color #181BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181BFF is #E7E400. Grayscale: #333333. Windows color (decimal): -15197185 or 16718616. OLE color: 16718616.
HSL color Cylindrical-coordinate representation of color #181BFF: hue angle of 239.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #181BFF is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 27 | 255 | - |
| CMYK | 0.91 | 0.89 | 0 | 0 |
| HSL | 239.22º | 1% | 0.55% | - |
| HSV(B) | 239.22º | 0.91% | 1% | - |
| XYZ | 18.82 | 8.2 | 95.2 | - |
| YUV | 52.1 | 242.51 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 255 | 0.91 | 0.89 | 0 | 0 | 239.22 | 1 | 0.55 |
| Hex | 18 | 1B | FF | 5B | 59 | 0 | 0 | EF | 64 | 37 |
| Octal | 30 | 33 | 377 | 133 | 131 | 0 | 0 | 357 | 144 | 67 |
| Binary | 11000 | 11011 | 11111111 | 1011011 | 1011001 | 0 | 0 | 11101111 | 1100100 | 110111 |
Color Harmonies of #181BFF
Complementary color
Monochromatic Colors of #181BFF
Black with #181BFF
Text Example
Text Example
White with #181BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181BFF; }
p { color: rgb(24,27,255); }
H1.HeaderClassName
{
color: #181BFF;
}
.AnyTagClassName
{
color: #181BFF;
}
</style>
background-color css
<style>
a { background-color: #181BFF; }
a { background-color: rgb(24,27,255); }
div.DivClassName
{
background-color: #181BFF;
}
.BgClassName
{
background-color: #181BFF;
}
</style>
border-color css
<style>
span { border-color: #181BFF; }
span { border-color: rgb(24,27,255); }
td.TdClassName
{
border-color: #181BFF;
}
.TagClassName
{
border-color: #181BFF;
}
</style>