Shades of Blue #181BFE
Tints of Blue #181BFE
RGB
CMYK
RGB Variations
Color information
#181BFE (or 0x181BFE) is known color: Blue. HEX triplet: 18, 1B and FE. RGB value is (24,27,254). Sum of RGB (Red+Green+Blue) = 24+27+254=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 254 (99.61% from 255 or 83.28% from 305); Max value from RGB is 254 - color contains mainly: blue. Hex color #181BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181BFE is #E7E401. Grayscale: #333333. Windows color (decimal): -15197186 or 16653080. OLE color: 16653080.
HSL color Cylindrical-coordinate representation of color #181BFE: hue angle of 239.22º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #181BFE is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 27 | 254 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.00 |
| HSL | 239.22º | 0.99% | 0.55% | - |
| HSV(B) | 239.22º | 0.91% | 1% | - |
| XYZ | 18.66 | 8.13 | 94.35 | - |
| YUV | 51.98 | 242.01 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 254 | 0.91 | 0.89 | 0 | 0.00 | 239.22 | 0.99 | 0.55 |
| Hex | 18 | 1B | FE | 5B | 59 | 0 | 0 | EF | 63 | 37 |
| Octal | 30 | 33 | 376 | 133 | 131 | 0 | 0 | 357 | 143 | 67 |
| Binary | 11000 | 11011 | 11111110 | 1011011 | 1011001 | 0 | 0 | 11101111 | 1100011 | 110111 |
Color Harmonies of #181BFE
Complementary color
Monochromatic Colors of #181BFE
Black with #181BFE
Text Example
Text Example
White with #181BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181BFE; }
p { color: rgb(24,27,254); }
H1.HeaderClassName
{
color: #181BFE;
}
.AnyTagClassName
{
color: #181BFE;
}
</style>
background-color css
<style>
a { background-color: #181BFE; }
a { background-color: rgb(24,27,254); }
div.DivClassName
{
background-color: #181BFE;
}
.BgClassName
{
background-color: #181BFE;
}
</style>
border-color css
<style>
span { border-color: #181BFE; }
span { border-color: rgb(24,27,254); }
td.TdClassName
{
border-color: #181BFE;
}
.TagClassName
{
border-color: #181BFE;
}
</style>