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