Shades of Blue #040BEC
Tints of Blue #040BEC
RGB
CMYK
RGB Variations
Color information
#040BEC (or 0x040BEC) is known color: Blue. HEX triplet: 04, 0B and EC. RGB value is (4,11,236). Sum of RGB (Red+Green+Blue) = 4+11+236=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 236 (92.58% from 255 or 94.02% from 251); Max value from RGB is 236 - color contains mainly: blue. Hex color #040BEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040BEC is #FBF413. Grayscale: #212121. Windows color (decimal): -16512020 or 15469316. OLE color: 15469316.
HSL color Cylindrical-coordinate representation of color #040BEC: hue angle of 238.19º 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 #040BEC is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 11 | 236 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.07 |
| HSL | 238.19º | 0.97% | 0.47% | - |
| HSV(B) | 238.19º | 0.98% | 0.93% | - |
| XYZ | 15.31 | 6.32 | 79.77 | - |
| YUV | 34.56 | 241.68 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 236 | 0.98 | 0.95 | 0 | 0.07 | 238.19 | 0.97 | 0.47 |
| Hex | 4 | B | EC | 62 | 5F | 0 | 7 | EE | 61 | 2F |
| Octal | 4 | 13 | 354 | 142 | 137 | 0 | 7 | 356 | 141 | 57 |
| Binary | 100 | 1011 | 11101100 | 1100010 | 1011111 | 0 | 111 | 11101110 | 1100001 | 101111 |
Color Harmonies of #040BEC
Complementary color
Monochromatic Colors of #040BEC
Black with #040BEC
Text Example
Text Example
White with #040BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040BEC; }
p { color: rgb(4,11,236); }
H1.HeaderClassName
{
color: #040BEC;
}
.AnyTagClassName
{
color: #040BEC;
}
</style>
background-color css
<style>
a { background-color: #040BEC; }
a { background-color: rgb(4,11,236); }
div.DivClassName
{
background-color: #040BEC;
}
.BgClassName
{
background-color: #040BEC;
}
</style>
border-color css
<style>
span { border-color: #040BEC; }
span { border-color: rgb(4,11,236); }
td.TdClassName
{
border-color: #040BEC;
}
.TagClassName
{
border-color: #040BEC;
}
</style>