Shades of Medium Blue #1912CC
Tints of Medium Blue #1912CC
RGB
CMYK
RGB Variations
Color information
#1912CC (or 0x1912CC) is known color: Medium Blue. HEX triplet: 19, 12 and CC. RGB value is (25,18,204). Sum of RGB (Red+Green+Blue) = 25+18+204=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 204 (80.08% from 255 or 82.59% from 247); Max value from RGB is 204 - color contains mainly: blue. Hex color #1912CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1912CC is #E6ED33. Grayscale: #282828. Windows color (decimal): -15134004 or 13373977. OLE color: 13373977.
HSL color Cylindrical-coordinate representation of color #1912CC: hue angle of 242.26º degrees, saturation: 0.84, 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 #1912CC is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 18 | 204 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.2 |
| HSL | 242.26º | 0.84% | 0.44% | - |
| HSV(B) | 242.26º | 0.91% | 0.8% | - |
| XYZ | 11.52 | 5 | 57.48 | - |
| YUV | 41.3 | 219.82 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 204 | 0.88 | 0.91 | 0 | 0.2 | 242.26 | 0.84 | 0.44 |
| Hex | 19 | 12 | CC | 58 | 5B | 0 | 14 | F2 | 54 | 2C |
| Octal | 31 | 22 | 314 | 130 | 133 | 0 | 24 | 362 | 124 | 54 |
| Binary | 11001 | 10010 | 11001100 | 1011000 | 1011011 | 0 | 10100 | 11110010 | 1010100 | 101100 |
Color Harmonies of #1912CC
Complementary color
Monochromatic Colors of #1912CC
Black with #1912CC
Text Example
Text Example
White with #1912CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1912CC; }
p { color: rgb(25,18,204); }
H1.HeaderClassName
{
color: #1912CC;
}
.AnyTagClassName
{
color: #1912CC;
}
</style>
background-color css
<style>
a { background-color: #1912CC; }
a { background-color: rgb(25,18,204); }
div.DivClassName
{
background-color: #1912CC;
}
.BgClassName
{
background-color: #1912CC;
}
</style>
border-color css
<style>
span { border-color: #1912CC; }
span { border-color: rgb(25,18,204); }
td.TdClassName
{
border-color: #1912CC;
}
.TagClassName
{
border-color: #1912CC;
}
</style>