Shades of Blue #1B00EF
Tints of Blue #1B00EF
RGB
CMYK
RGB Variations
Color information
#1B00EF (or 0x1B00EF) is known color: Blue. HEX triplet: 1B, 00 and EF. RGB value is (27,0,239). Sum of RGB (Red+Green+Blue) = 27+0+239=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 239 (93.75% from 255 or 89.85% from 266); Max value from RGB is 239 - color contains mainly: blue. Hex color #1B00EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B00EF is #E4FF10. Grayscale: #222222. Windows color (decimal): -15007505 or 15663131. OLE color: 15663131.
HSL color Cylindrical-coordinate representation of color #1B00EF: hue angle of 246.78º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B00EF is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 0 | 239 | - |
| CMYK | 0.89 | 1 | 0 | 0.06 |
| HSL | 246.78º | 1% | 0.47% | - |
| HSV(B) | 246.78º | 1% | 0.94% | - |
| XYZ | 16.03 | 6.47 | 82.06 | - |
| YUV | 35.32 | 242.95 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 239 | 0.89 | 1 | 0 | 0.06 | 246.78 | 1 | 0.47 |
| Hex | 1B | 0 | EF | 59 | 64 | 0 | 6 | F7 | 64 | 2F |
| Octal | 33 | 0 | 357 | 131 | 144 | 0 | 6 | 367 | 144 | 57 |
| Binary | 11011 | 0 | 11101111 | 1011001 | 1100100 | 0 | 110 | 11110111 | 1100100 | 101111 |
Color Harmonies of #1B00EF
Complementary color
Monochromatic Colors of #1B00EF
Black with #1B00EF
Text Example
Text Example
White with #1B00EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B00EF; }
p { color: rgb(27,0,239); }
H1.HeaderClassName
{
color: #1B00EF;
}
.AnyTagClassName
{
color: #1B00EF;
}
</style>
background-color css
<style>
a { background-color: #1B00EF; }
a { background-color: rgb(27,0,239); }
div.DivClassName
{
background-color: #1B00EF;
}
.BgClassName
{
background-color: #1B00EF;
}
</style>
border-color css
<style>
span { border-color: #1B00EF; }
span { border-color: rgb(27,0,239); }
td.TdClassName
{
border-color: #1B00EF;
}
.TagClassName
{
border-color: #1B00EF;
}
</style>