Shades of Medium Blue #0509CB
Tints of Medium Blue #0509CB
RGB
CMYK
RGB Variations
Color information
#0509CB (or 0x0509CB) is known color: Medium Blue. HEX triplet: 05, 09 and CB. RGB value is (5,9,203). Sum of RGB (Red+Green+Blue) = 5+9+203=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 203 (79.69% from 255 or 93.55% from 217); Max value from RGB is 203 - color contains mainly: blue. Hex color #0509CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0509CB is #FAF634. Grayscale: #1D1D1D. Windows color (decimal): -16447029 or 13306117. OLE color: 13306117.
HSL color Cylindrical-coordinate representation of color #0509CB: hue angle of 238.79º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0509CB is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 9 | 203 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.20 |
| HSL | 238.79º | 0.95% | 0.41% | - |
| HSV(B) | 238.79º | 0.98% | 0.8% | - |
| XYZ | 10.94 | 4.54 | 56.8 | - |
| YUV | 29.92 | 225.67 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 203 | 0.98 | 0.96 | 0 | 0.20 | 238.79 | 0.95 | 0.41 |
| Hex | 5 | 9 | CB | 62 | 60 | 0 | 14 | EF | 5F | 29 |
| Octal | 5 | 11 | 313 | 142 | 140 | 0 | 24 | 357 | 137 | 51 |
| Binary | 101 | 1001 | 11001011 | 1100010 | 1100000 | 0 | 10100 | 11101111 | 1011111 | 101001 |
Color Harmonies of #0509CB
Complementary color
Monochromatic Colors of #0509CB
Black with #0509CB
Text Example
Text Example
White with #0509CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0509CB; }
p { color: rgb(5,9,203); }
H1.HeaderClassName
{
color: #0509CB;
}
.AnyTagClassName
{
color: #0509CB;
}
</style>
background-color css
<style>
a { background-color: #0509CB; }
a { background-color: rgb(5,9,203); }
div.DivClassName
{
background-color: #0509CB;
}
.BgClassName
{
background-color: #0509CB;
}
</style>
border-color css
<style>
span { border-color: #0509CB; }
span { border-color: rgb(5,9,203); }
td.TdClassName
{
border-color: #0509CB;
}
.TagClassName
{
border-color: #0509CB;
}
</style>