Shades of Medium Blue #0526DA
Tints of Medium Blue #0526DA
RGB
CMYK
RGB Variations
Color information
#0526DA (or 0x0526DA) is known color: Medium Blue. HEX triplet: 05, 26 and DA. RGB value is (5,38,218). Sum of RGB (Red+Green+Blue) = 5+38+218=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 218 (85.55% from 255 or 83.52% from 261); Max value from RGB is 218 - color contains mainly: blue. Hex color #0526DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0526DA is #FAD925. Grayscale: #2F2F2F. Windows color (decimal): -16439590 or 14296581. OLE color: 14296581.
HSL color Cylindrical-coordinate representation of color #0526DA: hue angle of 230.7º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0526DA is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 38 | 218 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.15 |
| HSL | 230.7º | 0.96% | 0.44% | - |
| HSV(B) | 230.7º | 0.98% | 0.85% | - |
| XYZ | 13.41 | 6.48 | 66.87 | - |
| YUV | 48.65 | 223.57 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 218 | 0.98 | 0.83 | 0 | 0.15 | 230.7 | 0.96 | 0.44 |
| Hex | 5 | 26 | DA | 62 | 53 | 0 | F | E7 | 60 | 2C |
| Octal | 5 | 46 | 332 | 142 | 123 | 0 | 17 | 347 | 140 | 54 |
| Binary | 101 | 100110 | 11011010 | 1100010 | 1010011 | 0 | 1111 | 11100111 | 1100000 | 101100 |
Color Harmonies of #0526DA
Complementary color
Monochromatic Colors of #0526DA
Black with #0526DA
Text Example
Text Example
White with #0526DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0526DA; }
p { color: rgb(5,38,218); }
H1.HeaderClassName
{
color: #0526DA;
}
.AnyTagClassName
{
color: #0526DA;
}
</style>
background-color css
<style>
a { background-color: #0526DA; }
a { background-color: rgb(5,38,218); }
div.DivClassName
{
background-color: #0526DA;
}
.BgClassName
{
background-color: #0526DA;
}
</style>
border-color css
<style>
span { border-color: #0526DA; }
span { border-color: rgb(5,38,218); }
td.TdClassName
{
border-color: #0526DA;
}
.TagClassName
{
border-color: #0526DA;
}
</style>