Shades of Blue #041BE8
Tints of Blue #041BE8
RGB
CMYK
RGB Variations
Color information
#041BE8 (or 0x041BE8) is known color: Blue. HEX triplet: 04, 1B and E8. RGB value is (4,27,232). Sum of RGB (Red+Green+Blue) = 4+27+232=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 232 (91.02% from 255 or 88.21% from 263); Max value from RGB is 232 - color contains mainly: blue. Hex color #041BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041BE8 is #FBE417. Grayscale: #2A2A2A. Windows color (decimal): -16507928 or 15211268. OLE color: 15211268.
HSL color Cylindrical-coordinate representation of color #041BE8: hue angle of 233.95º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041BE8 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 27 | 232 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.09 |
| HSL | 233.95º | 0.97% | 0.46% | - |
| HSV(B) | 233.95º | 0.98% | 0.91% | - |
| XYZ | 15.01 | 6.64 | 76.83 | - |
| YUV | 43.49 | 234.38 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 232 | 0.98 | 0.88 | 0 | 0.09 | 233.95 | 0.97 | 0.46 |
| Hex | 4 | 1B | E8 | 62 | 58 | 0 | 9 | EA | 61 | 2E |
| Octal | 4 | 33 | 350 | 142 | 130 | 0 | 11 | 352 | 141 | 56 |
| Binary | 100 | 11011 | 11101000 | 1100010 | 1011000 | 0 | 1001 | 11101010 | 1100001 | 101110 |
Color Harmonies of #041BE8
Complementary color
Monochromatic Colors of #041BE8
Black with #041BE8
Text Example
Text Example
White with #041BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041BE8; }
p { color: rgb(4,27,232); }
H1.HeaderClassName
{
color: #041BE8;
}
.AnyTagClassName
{
color: #041BE8;
}
</style>
background-color css
<style>
a { background-color: #041BE8; }
a { background-color: rgb(4,27,232); }
div.DivClassName
{
background-color: #041BE8;
}
.BgClassName
{
background-color: #041BE8;
}
</style>
border-color css
<style>
span { border-color: #041BE8; }
span { border-color: rgb(4,27,232); }
td.TdClassName
{
border-color: #041BE8;
}
.TagClassName
{
border-color: #041BE8;
}
</style>