Shades of Medium Blue #0124DB
Tints of Medium Blue #0124DB
RGB
CMYK
RGB Variations
Color information
#0124DB (or 0x0124DB) is known color: Medium Blue. HEX triplet: 01, 24 and DB. RGB value is (1,36,219). Sum of RGB (Red+Green+Blue) = 1+36+219=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 219 (85.94% from 255 or 85.55% from 256); Max value from RGB is 219 - color contains mainly: blue. Hex color #0124DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0124DB is #FEDB24. Grayscale: #2D2D2D. Windows color (decimal): -16702245 or 14361601. OLE color: 14361601.
HSL color Cylindrical-coordinate representation of color #0124DB: hue angle of 230.37º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0124DB is Cyan = 1.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 36 | 219 | - |
| CMYK | 1.00 | 0.84 | 0 | 0.14 |
| HSL | 230.37º | 0.99% | 0.43% | - |
| HSV(B) | 230.37º | 1% | 0.86% | - |
| XYZ | 13.43 | 6.38 | 67.54 | - |
| YUV | 46.4 | 225.4 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 219 | 1.00 | 0.84 | 0 | 0.14 | 230.37 | 0.99 | 0.43 |
| Hex | 1 | 24 | DB | 64 | 54 | 0 | E | E6 | 63 | 2B |
| Octal | 1 | 44 | 333 | 144 | 124 | 0 | 16 | 346 | 143 | 53 |
| Binary | 1 | 100100 | 11011011 | 1100100 | 1010100 | 0 | 1110 | 11100110 | 1100011 | 101011 |
Color Harmonies of #0124DB
Complementary color
Monochromatic Colors of #0124DB
Black with #0124DB
Text Example
Text Example
White with #0124DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0124DB; }
p { color: rgb(1,36,219); }
H1.HeaderClassName
{
color: #0124DB;
}
.AnyTagClassName
{
color: #0124DB;
}
</style>
background-color css
<style>
a { background-color: #0124DB; }
a { background-color: rgb(1,36,219); }
div.DivClassName
{
background-color: #0124DB;
}
.BgClassName
{
background-color: #0124DB;
}
</style>
border-color css
<style>
span { border-color: #0124DB; }
span { border-color: rgb(1,36,219); }
td.TdClassName
{
border-color: #0124DB;
}
.TagClassName
{
border-color: #0124DB;
}
</style>