Shades of Blue #1B15FA
Tints of Blue #1B15FA
RGB
CMYK
RGB Variations
Color information
#1B15FA (or 0x1B15FA) is known color: Blue. HEX triplet: 1B, 15 and FA. RGB value is (27,21,250). Sum of RGB (Red+Green+Blue) = 27+21+250=298 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.06% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 250 (98.05% from 255 or 83.89% from 298); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B15FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B15FA is #E4EA05. Grayscale: #2F2F2F. Windows color (decimal): -15002118 or 16389403. OLE color: 16389403.
HSL color Cylindrical-coordinate representation of color #1B15FA: hue angle of 241.57º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B15FA is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 21 | 250 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.02 |
| HSL | 241.57º | 0.96% | 0.53% | - |
| HSV(B) | 241.57º | 0.92% | 0.98% | - |
| XYZ | 17.98 | 7.67 | 90.98 | - |
| YUV | 48.9 | 241.49 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 21 | 250 | 0.89 | 0.92 | 0 | 0.02 | 241.57 | 0.96 | 0.53 |
| Hex | 1B | 15 | FA | 59 | 5C | 0 | 2 | F2 | 60 | 35 |
| Octal | 33 | 25 | 372 | 131 | 134 | 0 | 2 | 362 | 140 | 65 |
| Binary | 11011 | 10101 | 11111010 | 1011001 | 1011100 | 0 | 10 | 11110010 | 1100000 | 110101 |
Color Harmonies of #1B15FA
Complementary color
Monochromatic Colors of #1B15FA
Black with #1B15FA
Text Example
Text Example
White with #1B15FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B15FA; }
p { color: rgb(27,21,250); }
H1.HeaderClassName
{
color: #1B15FA;
}
.AnyTagClassName
{
color: #1B15FA;
}
</style>
background-color css
<style>
a { background-color: #1B15FA; }
a { background-color: rgb(27,21,250); }
div.DivClassName
{
background-color: #1B15FA;
}
.BgClassName
{
background-color: #1B15FA;
}
</style>
border-color css
<style>
span { border-color: #1B15FA; }
span { border-color: rgb(27,21,250); }
td.TdClassName
{
border-color: #1B15FA;
}
.TagClassName
{
border-color: #1B15FA;
}
</style>