Shades of Medium Blue #0506CA
Tints of Medium Blue #0506CA
RGB
CMYK
RGB Variations
Color information
#0506CA (or 0x0506CA) is known color: Medium Blue. HEX triplet: 05, 06 and CA. RGB value is (5,6,202). Sum of RGB (Red+Green+Blue) = 5+6+202=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 202 (79.30% from 255 or 94.84% from 213); Max value from RGB is 202 - color contains mainly: blue. Hex color #0506CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0506CA is #FAF935. Grayscale: #1B1B1B. Windows color (decimal): -16447798 or 13239813. OLE color: 13239813.
HSL color Cylindrical-coordinate representation of color #0506CA: hue angle of 239.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0506CA is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 6 | 202 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.21 |
| HSL | 239.7º | 0.95% | 0.41% | - |
| HSV(B) | 239.7º | 0.98% | 0.79% | - |
| XYZ | 10.79 | 4.43 | 56.16 | - |
| YUV | 28.05 | 226.17 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 202 | 0.98 | 0.97 | 0 | 0.21 | 239.7 | 0.95 | 0.41 |
| Hex | 5 | 6 | CA | 62 | 61 | 0 | 15 | F0 | 5F | 29 |
| Octal | 5 | 6 | 312 | 142 | 141 | 0 | 25 | 360 | 137 | 51 |
| Binary | 101 | 110 | 11001010 | 1100010 | 1100001 | 0 | 10101 | 11110000 | 1011111 | 101001 |
Color Harmonies of #0506CA
Complementary color
Monochromatic Colors of #0506CA
Black with #0506CA
Text Example
Text Example
White with #0506CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0506CA; }
p { color: rgb(5,6,202); }
H1.HeaderClassName
{
color: #0506CA;
}
.AnyTagClassName
{
color: #0506CA;
}
</style>
background-color css
<style>
a { background-color: #0506CA; }
a { background-color: rgb(5,6,202); }
div.DivClassName
{
background-color: #0506CA;
}
.BgClassName
{
background-color: #0506CA;
}
</style>
border-color css
<style>
span { border-color: #0506CA; }
span { border-color: rgb(5,6,202); }
td.TdClassName
{
border-color: #0506CA;
}
.TagClassName
{
border-color: #0506CA;
}
</style>