Shades of Blue #181BEF
Tints of Blue #181BEF
RGB
CMYK
RGB Variations
Color information
#181BEF (or 0x181BEF) is known color: Blue. HEX triplet: 18, 1B and EF. RGB value is (24,27,239). Sum of RGB (Red+Green+Blue) = 24+27+239=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 239 (93.75% from 255 or 82.41% from 290); Max value from RGB is 239 - color contains mainly: blue. Hex color #181BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181BEF is #E7E410. Grayscale: #313131. Windows color (decimal): -15197201 or 15670040. OLE color: 15670040.
HSL color Cylindrical-coordinate representation of color #181BEF: hue angle of 239.16º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181BEF is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 27 | 239 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.06 |
| HSL | 239.16º | 0.87% | 0.52% | - |
| HSV(B) | 239.16º | 0.9% | 0.94% | - |
| XYZ | 16.35 | 7.21 | 82.19 | - |
| YUV | 50.27 | 234.51 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 239 | 0.90 | 0.89 | 0 | 0.06 | 239.16 | 0.87 | 0.52 |
| Hex | 18 | 1B | EF | 5A | 59 | 0 | 6 | EF | 57 | 34 |
| Octal | 30 | 33 | 357 | 132 | 131 | 0 | 6 | 357 | 127 | 64 |
| Binary | 11000 | 11011 | 11101111 | 1011010 | 1011001 | 0 | 110 | 11101111 | 1010111 | 110100 |
Color Harmonies of #181BEF
Complementary color
Monochromatic Colors of #181BEF
Black with #181BEF
Text Example
Text Example
White with #181BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181BEF; }
p { color: rgb(24,27,239); }
H1.HeaderClassName
{
color: #181BEF;
}
.AnyTagClassName
{
color: #181BEF;
}
</style>
background-color css
<style>
a { background-color: #181BEF; }
a { background-color: rgb(24,27,239); }
div.DivClassName
{
background-color: #181BEF;
}
.BgClassName
{
background-color: #181BEF;
}
</style>
border-color css
<style>
span { border-color: #181BEF; }
span { border-color: rgb(24,27,239); }
td.TdClassName
{
border-color: #181BEF;
}
.TagClassName
{
border-color: #181BEF;
}
</style>