Shades of Blue #181FF1
Tints of Blue #181FF1
RGB
CMYK
RGB Variations
Color information
#181FF1 (or 0x181FF1) is known color: Blue. HEX triplet: 18, 1F and F1. RGB value is (24,31,241). Sum of RGB (Red+Green+Blue) = 24+31+241=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 241 (94.53% from 255 or 81.42% from 296); Max value from RGB is 241 - color contains mainly: blue. Hex color #181FF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181FF1 is #E7E00E. Grayscale: #343434. Windows color (decimal): -15196175 or 15802136. OLE color: 15802136.
HSL color Cylindrical-coordinate representation of color #181FF1: hue angle of 238.06º degrees, saturation: 0.89, 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 #181FF1 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 31 | 241 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.05 |
| HSL | 238.06º | 0.89% | 0.52% | - |
| HSV(B) | 238.06º | 0.9% | 0.95% | - |
| XYZ | 16.74 | 7.53 | 83.79 | - |
| YUV | 52.85 | 234.18 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 241 | 0.90 | 0.87 | 0 | 0.05 | 238.06 | 0.89 | 0.52 |
| Hex | 18 | 1F | F1 | 5A | 57 | 0 | 5 | EE | 59 | 34 |
| Octal | 30 | 37 | 361 | 132 | 127 | 0 | 5 | 356 | 131 | 64 |
| Binary | 11000 | 11111 | 11110001 | 1011010 | 1010111 | 0 | 101 | 11101110 | 1011001 | 110100 |
Color Harmonies of #181FF1
Complementary color
Monochromatic Colors of #181FF1
Black with #181FF1
Text Example
Text Example
White with #181FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181FF1; }
p { color: rgb(24,31,241); }
H1.HeaderClassName
{
color: #181FF1;
}
.AnyTagClassName
{
color: #181FF1;
}
</style>
background-color css
<style>
a { background-color: #181FF1; }
a { background-color: rgb(24,31,241); }
div.DivClassName
{
background-color: #181FF1;
}
.BgClassName
{
background-color: #181FF1;
}
</style>
border-color css
<style>
span { border-color: #181FF1; }
span { border-color: rgb(24,31,241); }
td.TdClassName
{
border-color: #181FF1;
}
.TagClassName
{
border-color: #181FF1;
}
</style>