Shades of Blue #041BED
Tints of Blue #041BED
RGB
CMYK
RGB Variations
Color information
#041BED (or 0x041BED) is known color: Blue. HEX triplet: 04, 1B and ED. RGB value is (4,27,237). Sum of RGB (Red+Green+Blue) = 4+27+237=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 237 (92.97% from 255 or 88.43% from 268); Max value from RGB is 237 - color contains mainly: blue. Hex color #041BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041BED is #FBE412. Grayscale: #2B2B2B. Windows color (decimal): -16507923 or 15538948. OLE color: 15538948.
HSL color Cylindrical-coordinate representation of color #041BED: hue angle of 234.08º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041BED is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 27 | 237 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.07 |
| HSL | 234.08º | 0.97% | 0.47% | - |
| HSV(B) | 234.08º | 0.98% | 0.93% | - |
| XYZ | 15.73 | 6.92 | 80.63 | - |
| YUV | 44.06 | 236.88 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 237 | 0.98 | 0.89 | 0 | 0.07 | 234.08 | 0.97 | 0.47 |
| Hex | 4 | 1B | ED | 62 | 59 | 0 | 7 | EA | 61 | 2F |
| Octal | 4 | 33 | 355 | 142 | 131 | 0 | 7 | 352 | 141 | 57 |
| Binary | 100 | 11011 | 11101101 | 1100010 | 1011001 | 0 | 111 | 11101010 | 1100001 | 101111 |
Color Harmonies of #041BED
Complementary color
Monochromatic Colors of #041BED
Black with #041BED
Text Example
Text Example
White with #041BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041BED; }
p { color: rgb(4,27,237); }
H1.HeaderClassName
{
color: #041BED;
}
.AnyTagClassName
{
color: #041BED;
}
</style>
background-color css
<style>
a { background-color: #041BED; }
a { background-color: rgb(4,27,237); }
div.DivClassName
{
background-color: #041BED;
}
.BgClassName
{
background-color: #041BED;
}
</style>
border-color css
<style>
span { border-color: #041BED; }
span { border-color: rgb(4,27,237); }
td.TdClassName
{
border-color: #041BED;
}
.TagClassName
{
border-color: #041BED;
}
</style>