Shades of Medium Blue #040CBB
Tints of Medium Blue #040CBB
RGB
CMYK
RGB Variations
Color information
#040CBB (or 0x040CBB) is known color: Medium Blue. HEX triplet: 04, 0C and BB. RGB value is (4,12,187). Sum of RGB (Red+Green+Blue) = 4+12+187=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 187 (73.44% from 255 or 92.12% from 203); Max value from RGB is 187 - color contains mainly: blue. Hex color #040CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040CBB is #FBF344. Grayscale: #1C1C1C. Windows color (decimal): -16511813 or 12258308. OLE color: 12258308.
HSL color Cylindrical-coordinate representation of color #040CBB: hue angle of 237.38º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040CBB is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 12 | 187 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.27 |
| HSL | 237.38º | 0.96% | 0.37% | - |
| HSV(B) | 237.38º | 0.98% | 0.73% | - |
| XYZ | 9.15 | 3.88 | 47.28 | - |
| YUV | 29.56 | 216.85 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 12 | 187 | 0.98 | 0.94 | 0 | 0.27 | 237.38 | 0.96 | 0.37 |
| Hex | 4 | C | BB | 62 | 5E | 0 | 1B | ED | 60 | 25 |
| Octal | 4 | 14 | 273 | 142 | 136 | 0 | 33 | 355 | 140 | 45 |
| Binary | 100 | 1100 | 10111011 | 1100010 | 1011110 | 0 | 11011 | 11101101 | 1100000 | 100101 |
Color Harmonies of #040CBB
Complementary color
Monochromatic Colors of #040CBB
Black with #040CBB
Text Example
Text Example
White with #040CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040CBB; }
p { color: rgb(4,12,187); }
H1.HeaderClassName
{
color: #040CBB;
}
.AnyTagClassName
{
color: #040CBB;
}
</style>
background-color css
<style>
a { background-color: #040CBB; }
a { background-color: rgb(4,12,187); }
div.DivClassName
{
background-color: #040CBB;
}
.BgClassName
{
background-color: #040CBB;
}
</style>
border-color css
<style>
span { border-color: #040CBB; }
span { border-color: rgb(4,12,187); }
td.TdClassName
{
border-color: #040CBB;
}
.TagClassName
{
border-color: #040CBB;
}
</style>