Shades of Blue #1B03FF
Tints of Blue #1B03FF
RGB
CMYK
RGB Variations
Color information
#1B03FF (or 0x1B03FF) is known color: Blue. HEX triplet: 1B, 03 and FF. RGB value is (27,3,255). Sum of RGB (Red+Green+Blue) = 27+3+255=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 255 (100% from 255 or 89.47% from 285); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B03FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B03FF is #E4FC00. Grayscale: #252525. Windows color (decimal): -15006721 or 16712475. OLE color: 16712475.
HSL color Cylindrical-coordinate representation of color #1B03FF: hue angle of 245.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B03FF is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 3 | 255 | - |
| CMYK | 0.89 | 0.99 | 0 | 0 |
| HSL | 245.71º | 1% | 0.51% | - |
| HSV(B) | 245.71º | 0.99% | 1% | - |
| XYZ | 18.53 | 7.52 | 95.08 | - |
| YUV | 38.9 | 249.95 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 255 | 0.89 | 0.99 | 0 | 0 | 245.71 | 1 | 0.51 |
| Hex | 1B | 3 | FF | 59 | 63 | 0 | 0 | F6 | 64 | 33 |
| Octal | 33 | 3 | 377 | 131 | 143 | 0 | 0 | 366 | 144 | 63 |
| Binary | 11011 | 11 | 11111111 | 1011001 | 1100011 | 0 | 0 | 11110110 | 1100100 | 110011 |
Color Harmonies of #1B03FF
Complementary color
Monochromatic Colors of #1B03FF
Black with #1B03FF
Text Example
Text Example
White with #1B03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B03FF; }
p { color: rgb(27,3,255); }
H1.HeaderClassName
{
color: #1B03FF;
}
.AnyTagClassName
{
color: #1B03FF;
}
</style>
background-color css
<style>
a { background-color: #1B03FF; }
a { background-color: rgb(27,3,255); }
div.DivClassName
{
background-color: #1B03FF;
}
.BgClassName
{
background-color: #1B03FF;
}
</style>
border-color css
<style>
span { border-color: #1B03FF; }
span { border-color: rgb(27,3,255); }
td.TdClassName
{
border-color: #1B03FF;
}
.TagClassName
{
border-color: #1B03FF;
}
</style>