Shades of Blue #181BFA
Tints of Blue #181BFA
RGB
CMYK
RGB Variations
Color information
#181BFA (or 0x181BFA) is known color: Blue. HEX triplet: 18, 1B and FA. RGB value is (24,27,250). Sum of RGB (Red+Green+Blue) = 24+27+250=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 250 (98.05% from 255 or 83.06% from 301); Max value from RGB is 250 - color contains mainly: blue. Hex color #181BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181BFA is #E7E405. Grayscale: #323232. Windows color (decimal): -15197190 or 16390936. OLE color: 16390936.
HSL color Cylindrical-coordinate representation of color #181BFA: hue angle of 239.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181BFA is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 27 | 250 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.02 |
| HSL | 239.2º | 0.96% | 0.54% | - |
| HSV(B) | 239.2º | 0.9% | 0.98% | - |
| XYZ | 18.02 | 7.88 | 91.01 | - |
| YUV | 51.53 | 240.01 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 250 | 0.90 | 0.89 | 0 | 0.02 | 239.2 | 0.96 | 0.54 |
| Hex | 18 | 1B | FA | 5A | 59 | 0 | 2 | EF | 60 | 36 |
| Octal | 30 | 33 | 372 | 132 | 131 | 0 | 2 | 357 | 140 | 66 |
| Binary | 11000 | 11011 | 11111010 | 1011010 | 1011001 | 0 | 10 | 11101111 | 1100000 | 110110 |
Color Harmonies of #181BFA
Complementary color
Monochromatic Colors of #181BFA
Black with #181BFA
Text Example
Text Example
White with #181BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181BFA; }
p { color: rgb(24,27,250); }
H1.HeaderClassName
{
color: #181BFA;
}
.AnyTagClassName
{
color: #181BFA;
}
</style>
background-color css
<style>
a { background-color: #181BFA; }
a { background-color: rgb(24,27,250); }
div.DivClassName
{
background-color: #181BFA;
}
.BgClassName
{
background-color: #181BFA;
}
</style>
border-color css
<style>
span { border-color: #181BFA; }
span { border-color: rgb(24,27,250); }
td.TdClassName
{
border-color: #181BFA;
}
.TagClassName
{
border-color: #181BFA;
}
</style>