Shades of Medium Blue #0526DB
Tints of Medium Blue #0526DB
RGB
CMYK
RGB Variations
Color information
#0526DB (or 0x0526DB) is known color: Medium Blue. HEX triplet: 05, 26 and DB. RGB value is (5,38,219). Sum of RGB (Red+Green+Blue) = 5+38+219=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 219 (85.94% from 255 or 83.59% from 262); Max value from RGB is 219 - color contains mainly: blue. Hex color #0526DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0526DB is #FAD924. Grayscale: #303030. Windows color (decimal): -16439589 or 14362117. OLE color: 14362117.
HSL color Cylindrical-coordinate representation of color #0526DB: hue angle of 230.75º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0526DB is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 38 | 219 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.14 |
| HSL | 230.75º | 0.96% | 0.44% | - |
| HSV(B) | 230.75º | 0.98% | 0.86% | - |
| XYZ | 13.54 | 6.53 | 67.57 | - |
| YUV | 48.77 | 224.07 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 219 | 0.98 | 0.83 | 0 | 0.14 | 230.75 | 0.96 | 0.44 |
| Hex | 5 | 26 | DB | 62 | 53 | 0 | E | E7 | 60 | 2C |
| Octal | 5 | 46 | 333 | 142 | 123 | 0 | 16 | 347 | 140 | 54 |
| Binary | 101 | 100110 | 11011011 | 1100010 | 1010011 | 0 | 1110 | 11100111 | 1100000 | 101100 |
Color Harmonies of #0526DB
Complementary color
Monochromatic Colors of #0526DB
Black with #0526DB
Text Example
Text Example
White with #0526DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0526DB; }
p { color: rgb(5,38,219); }
H1.HeaderClassName
{
color: #0526DB;
}
.AnyTagClassName
{
color: #0526DB;
}
</style>
background-color css
<style>
a { background-color: #0526DB; }
a { background-color: rgb(5,38,219); }
div.DivClassName
{
background-color: #0526DB;
}
.BgClassName
{
background-color: #0526DB;
}
</style>
border-color css
<style>
span { border-color: #0526DB; }
span { border-color: rgb(5,38,219); }
td.TdClassName
{
border-color: #0526DB;
}
.TagClassName
{
border-color: #0526DB;
}
</style>