Shades of Medium Blue #1913CC
Tints of Medium Blue #1913CC
RGB
CMYK
RGB Variations
Color information
#1913CC (or 0x1913CC) is known color: Medium Blue. HEX triplet: 19, 13 and CC. RGB value is (25,19,204). Sum of RGB (Red+Green+Blue) = 25+19+204=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 204 (80.08% from 255 or 82.26% from 248); Max value from RGB is 204 - color contains mainly: blue. Hex color #1913CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1913CC is #E6EC33. Grayscale: #292929. Windows color (decimal): -15133748 or 13374233. OLE color: 13374233.
HSL color Cylindrical-coordinate representation of color #1913CC: hue angle of 241.95º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1913CC is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 19 | 204 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.2 |
| HSL | 241.95º | 0.83% | 0.44% | - |
| HSV(B) | 241.95º | 0.91% | 0.8% | - |
| XYZ | 11.53 | 5.03 | 57.49 | - |
| YUV | 41.88 | 219.49 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 204 | 0.88 | 0.91 | 0 | 0.2 | 241.95 | 0.83 | 0.44 |
| Hex | 19 | 13 | CC | 58 | 5B | 0 | 14 | F2 | 53 | 2C |
| Octal | 31 | 23 | 314 | 130 | 133 | 0 | 24 | 362 | 123 | 54 |
| Binary | 11001 | 10011 | 11001100 | 1011000 | 1011011 | 0 | 10100 | 11110010 | 1010011 | 101100 |
Color Harmonies of #1913CC
Complementary color
Monochromatic Colors of #1913CC
Black with #1913CC
Text Example
Text Example
White with #1913CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1913CC; }
p { color: rgb(25,19,204); }
H1.HeaderClassName
{
color: #1913CC;
}
.AnyTagClassName
{
color: #1913CC;
}
</style>
background-color css
<style>
a { background-color: #1913CC; }
a { background-color: rgb(25,19,204); }
div.DivClassName
{
background-color: #1913CC;
}
.BgClassName
{
background-color: #1913CC;
}
</style>
border-color css
<style>
span { border-color: #1913CC; }
span { border-color: rgb(25,19,204); }
td.TdClassName
{
border-color: #1913CC;
}
.TagClassName
{
border-color: #1913CC;
}
</style>