Shades of Blue #1B02EC
Tints of Blue #1B02EC
RGB
CMYK
RGB Variations
Color information
#1B02EC (or 0x1B02EC) is known color: Blue. HEX triplet: 1B, 02 and EC. RGB value is (27,2,236). Sum of RGB (Red+Green+Blue) = 27+2+236=265 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.19% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 236 (92.58% from 255 or 89.06% from 265); Max value from RGB is 236 - color contains mainly: blue. Hex color #1B02EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B02EC is #E4FD13. Grayscale: #232323. Windows color (decimal): -15006996 or 15467035. OLE color: 15467035.
HSL color Cylindrical-coordinate representation of color #1B02EC: hue angle of 246.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B02EC is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 2 | 236 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.07 |
| HSL | 246.41º | 0.98% | 0.47% | - |
| HSV(B) | 246.41º | 0.99% | 0.93% | - |
| XYZ | 15.61 | 6.33 | 79.76 | - |
| YUV | 36.15 | 240.78 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 236 | 0.89 | 0.99 | 0 | 0.07 | 246.41 | 0.98 | 0.47 |
| Hex | 1B | 2 | EC | 59 | 63 | 0 | 7 | F6 | 62 | 2F |
| Octal | 33 | 2 | 354 | 131 | 143 | 0 | 7 | 366 | 142 | 57 |
| Binary | 11011 | 10 | 11101100 | 1011001 | 1100011 | 0 | 111 | 11110110 | 1100010 | 101111 |
Color Harmonies of #1B02EC
Complementary color
Monochromatic Colors of #1B02EC
Black with #1B02EC
Text Example
Text Example
White with #1B02EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B02EC; }
p { color: rgb(27,2,236); }
H1.HeaderClassName
{
color: #1B02EC;
}
.AnyTagClassName
{
color: #1B02EC;
}
</style>
background-color css
<style>
a { background-color: #1B02EC; }
a { background-color: rgb(27,2,236); }
div.DivClassName
{
background-color: #1B02EC;
}
.BgClassName
{
background-color: #1B02EC;
}
</style>
border-color css
<style>
span { border-color: #1B02EC; }
span { border-color: rgb(27,2,236); }
td.TdClassName
{
border-color: #1B02EC;
}
.TagClassName
{
border-color: #1B02EC;
}
</style>