Shades of Medium Blue #0518CC
Tints of Medium Blue #0518CC
RGB
CMYK
RGB Variations
Color information
#0518CC (or 0x0518CC) is known color: Medium Blue. HEX triplet: 05, 18 and CC. RGB value is (5,24,204). Sum of RGB (Red+Green+Blue) = 5+24+204=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 204 (80.08% from 255 or 87.55% from 233); Max value from RGB is 204 - color contains mainly: blue. Hex color #0518CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0518CC is #FAE733. Grayscale: #262626. Windows color (decimal): -16443188 or 13375493. OLE color: 13375493.
HSL color Cylindrical-coordinate representation of color #0518CC: hue angle of 234.27º 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 #0518CC is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 24 | 204 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.2 |
| HSL | 234.27º | 0.95% | 0.41% | - |
| HSV(B) | 234.27º | 0.98% | 0.8% | - |
| XYZ | 11.29 | 5.05 | 57.51 | - |
| YUV | 38.84 | 221.21 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 204 | 0.98 | 0.88 | 0 | 0.2 | 234.27 | 0.95 | 0.41 |
| Hex | 5 | 18 | CC | 62 | 58 | 0 | 14 | EA | 5F | 29 |
| Octal | 5 | 30 | 314 | 142 | 130 | 0 | 24 | 352 | 137 | 51 |
| Binary | 101 | 11000 | 11001100 | 1100010 | 1011000 | 0 | 10100 | 11101010 | 1011111 | 101001 |
Color Harmonies of #0518CC
Complementary color
Monochromatic Colors of #0518CC
Black with #0518CC
Text Example
Text Example
White with #0518CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0518CC; }
p { color: rgb(5,24,204); }
H1.HeaderClassName
{
color: #0518CC;
}
.AnyTagClassName
{
color: #0518CC;
}
</style>
background-color css
<style>
a { background-color: #0518CC; }
a { background-color: rgb(5,24,204); }
div.DivClassName
{
background-color: #0518CC;
}
.BgClassName
{
background-color: #0518CC;
}
</style>
border-color css
<style>
span { border-color: #0518CC; }
span { border-color: rgb(5,24,204); }
td.TdClassName
{
border-color: #0518CC;
}
.TagClassName
{
border-color: #0518CC;
}
</style>