Shades of Medium Blue #1013CC
Tints of Medium Blue #1013CC
RGB
CMYK
RGB Variations
Color information
#1013CC (or 0x1013CC) is known color: Medium Blue. HEX triplet: 10, 13 and CC. RGB value is (16,19,204). Sum of RGB (Red+Green+Blue) = 16+19+204=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 204 (80.08% from 255 or 85.36% from 239); Max value from RGB is 204 - color contains mainly: blue. Hex color #1013CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1013CC is #EFEC33. Grayscale: #262626. Windows color (decimal): -15723572 or 13374224. OLE color: 13374224.
HSL color Cylindrical-coordinate representation of color #1013CC: hue angle of 239.04º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1013CC is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 19 | 204 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.2 |
| HSL | 239.04º | 0.85% | 0.43% | - |
| HSV(B) | 239.04º | 0.92% | 0.8% | - |
| XYZ | 11.35 | 4.94 | 57.48 | - |
| YUV | 39.19 | 221.01 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 204 | 0.92 | 0.91 | 0 | 0.2 | 239.04 | 0.85 | 0.43 |
| Hex | 10 | 13 | CC | 5C | 5B | 0 | 14 | EF | 55 | 2B |
| Octal | 20 | 23 | 314 | 134 | 133 | 0 | 24 | 357 | 125 | 53 |
| Binary | 10000 | 10011 | 11001100 | 1011100 | 1011011 | 0 | 10100 | 11101111 | 1010101 | 101011 |
Color Harmonies of #1013CC
Complementary color
Monochromatic Colors of #1013CC
Black with #1013CC
Text Example
Text Example
White with #1013CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1013CC; }
p { color: rgb(16,19,204); }
H1.HeaderClassName
{
color: #1013CC;
}
.AnyTagClassName
{
color: #1013CC;
}
</style>
background-color css
<style>
a { background-color: #1013CC; }
a { background-color: rgb(16,19,204); }
div.DivClassName
{
background-color: #1013CC;
}
.BgClassName
{
background-color: #1013CC;
}
</style>
border-color css
<style>
span { border-color: #1013CC; }
span { border-color: rgb(16,19,204); }
td.TdClassName
{
border-color: #1013CC;
}
.TagClassName
{
border-color: #1013CC;
}
</style>