Shades of Blue #1B01FA
Tints of Blue #1B01FA
RGB
CMYK
RGB Variations
Color information
#1B01FA (or 0x1B01FA) is known color: Blue. HEX triplet: 1B, 01 and FA. RGB value is (27,1,250). Sum of RGB (Red+Green+Blue) = 27+1+250=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 250 (98.05% from 255 or 89.93% from 278); Max value from RGB is 250 - color contains mainly: blue. Hex color #1B01FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B01FA is #E4FE05. Grayscale: #242424. Windows color (decimal): -15007238 or 16384283. OLE color: 16384283.
HSL color Cylindrical-coordinate representation of color #1B01FA: hue angle of 246.27º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B01FA is Cyan = 0.89, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 1 | 250 | - |
| CMYK | 0.89 | 1.00 | 0 | 0.02 |
| HSL | 246.27º | 0.99% | 0.49% | - |
| HSV(B) | 246.27º | 1% | 0.98% | - |
| XYZ | 17.72 | 7.16 | 90.89 | - |
| YUV | 37.16 | 248.11 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 250 | 0.89 | 1.00 | 0 | 0.02 | 246.27 | 0.99 | 0.49 |
| Hex | 1B | 1 | FA | 59 | 64 | 0 | 2 | F6 | 63 | 31 |
| Octal | 33 | 1 | 372 | 131 | 144 | 0 | 2 | 366 | 143 | 61 |
| Binary | 11011 | 1 | 11111010 | 1011001 | 1100100 | 0 | 10 | 11110110 | 1100011 | 110001 |
Color Harmonies of #1B01FA
Complementary color
Monochromatic Colors of #1B01FA
Black with #1B01FA
Text Example
Text Example
White with #1B01FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B01FA; }
p { color: rgb(27,1,250); }
H1.HeaderClassName
{
color: #1B01FA;
}
.AnyTagClassName
{
color: #1B01FA;
}
</style>
background-color css
<style>
a { background-color: #1B01FA; }
a { background-color: rgb(27,1,250); }
div.DivClassName
{
background-color: #1B01FA;
}
.BgClassName
{
background-color: #1B01FA;
}
</style>
border-color css
<style>
span { border-color: #1B01FA; }
span { border-color: rgb(27,1,250); }
td.TdClassName
{
border-color: #1B01FA;
}
.TagClassName
{
border-color: #1B01FA;
}
</style>