Shades of Blue #181AF3
Tints of Blue #181AF3
RGB
CMYK
RGB Variations
Color information
#181AF3 (or 0x181AF3) is known color: Blue. HEX triplet: 18, 1A and F3. RGB value is (24,26,243). Sum of RGB (Red+Green+Blue) = 24+26+243=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 243 (95.31% from 255 or 82.94% from 293); Max value from RGB is 243 - color contains mainly: blue. Hex color #181AF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181AF3 is #E7E50C. Grayscale: #313131. Windows color (decimal): -15197453 or 15931928. OLE color: 15931928.
HSL color Cylindrical-coordinate representation of color #181AF3: hue angle of 239.45º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181AF3 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 26 | 243 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.05 |
| HSL | 239.45º | 0.9% | 0.52% | - |
| HSV(B) | 239.45º | 0.9% | 0.95% | - |
| XYZ | 16.92 | 7.4 | 85.33 | - |
| YUV | 50.14 | 236.84 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 243 | 0.90 | 0.89 | 0 | 0.05 | 239.45 | 0.9 | 0.52 |
| Hex | 18 | 1A | F3 | 5A | 59 | 0 | 5 | EF | 5A | 34 |
| Octal | 30 | 32 | 363 | 132 | 131 | 0 | 5 | 357 | 132 | 64 |
| Binary | 11000 | 11010 | 11110011 | 1011010 | 1011001 | 0 | 101 | 11101111 | 1011010 | 110100 |
Color Harmonies of #181AF3
Complementary color
Monochromatic Colors of #181AF3
Black with #181AF3
Text Example
Text Example
White with #181AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181AF3; }
p { color: rgb(24,26,243); }
H1.HeaderClassName
{
color: #181AF3;
}
.AnyTagClassName
{
color: #181AF3;
}
</style>
background-color css
<style>
a { background-color: #181AF3; }
a { background-color: rgb(24,26,243); }
div.DivClassName
{
background-color: #181AF3;
}
.BgClassName
{
background-color: #181AF3;
}
</style>
border-color css
<style>
span { border-color: #181AF3; }
span { border-color: rgb(24,26,243); }
td.TdClassName
{
border-color: #181AF3;
}
.TagClassName
{
border-color: #181AF3;
}
</style>