Shades of Medium Blue #0511DA
Tints of Medium Blue #0511DA
RGB
CMYK
RGB Variations
Color information
#0511DA (or 0x0511DA) is known color: Medium Blue. HEX triplet: 05, 11 and DA. RGB value is (5,17,218). Sum of RGB (Red+Green+Blue) = 5+17+218=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 218 (85.55% from 255 or 90.83% from 240); Max value from RGB is 218 - color contains mainly: blue. Hex color #0511DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0511DA is #FAEE25. Grayscale: #232323. Windows color (decimal): -16444966 or 14291205. OLE color: 14291205.
HSL color Cylindrical-coordinate representation of color #0511DA: hue angle of 236.62º 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 #0511DA is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 17 | 218 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.15 |
| HSL | 236.62º | 0.96% | 0.44% | - |
| HSV(B) | 236.62º | 0.98% | 0.85% | - |
| XYZ | 12.92 | 5.5 | 66.71 | - |
| YUV | 36.33 | 230.52 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 17 | 218 | 0.98 | 0.92 | 0 | 0.15 | 236.62 | 0.96 | 0.44 |
| Hex | 5 | 11 | DA | 62 | 5C | 0 | F | ED | 60 | 2C |
| Octal | 5 | 21 | 332 | 142 | 134 | 0 | 17 | 355 | 140 | 54 |
| Binary | 101 | 10001 | 11011010 | 1100010 | 1011100 | 0 | 1111 | 11101101 | 1100000 | 101100 |
Color Harmonies of #0511DA
Complementary color
Monochromatic Colors of #0511DA
Black with #0511DA
Text Example
Text Example
White with #0511DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0511DA; }
p { color: rgb(5,17,218); }
H1.HeaderClassName
{
color: #0511DA;
}
.AnyTagClassName
{
color: #0511DA;
}
</style>
background-color css
<style>
a { background-color: #0511DA; }
a { background-color: rgb(5,17,218); }
div.DivClassName
{
background-color: #0511DA;
}
.BgClassName
{
background-color: #0511DA;
}
</style>
border-color css
<style>
span { border-color: #0511DA; }
span { border-color: rgb(5,17,218); }
td.TdClassName
{
border-color: #0511DA;
}
.TagClassName
{
border-color: #0511DA;
}
</style>