Shades of Medium Blue #1512CC
Tints of Medium Blue #1512CC
RGB
CMYK
RGB Variations
Color information
#1512CC (or 0x1512CC) is known color: Medium Blue. HEX triplet: 15, 12 and CC. RGB value is (21,18,204). Sum of RGB (Red+Green+Blue) = 21+18+204=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 204 (80.08% from 255 or 83.95% from 243); Max value from RGB is 204 - color contains mainly: blue. Hex color #1512CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1512CC is #EAED33. Grayscale: #272727. Windows color (decimal): -15396148 or 13373973. OLE color: 13373973.
HSL color Cylindrical-coordinate representation of color #1512CC: hue angle of 240.97º 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 #1512CC is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 18 | 204 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.2 |
| HSL | 240.97º | 0.84% | 0.44% | - |
| HSV(B) | 240.97º | 0.91% | 0.8% | - |
| XYZ | 11.42 | 4.95 | 57.48 | - |
| YUV | 40.1 | 220.49 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 204 | 0.90 | 0.91 | 0 | 0.2 | 240.97 | 0.84 | 0.44 |
| Hex | 15 | 12 | CC | 5A | 5B | 0 | 14 | F1 | 54 | 2C |
| Octal | 25 | 22 | 314 | 132 | 133 | 0 | 24 | 361 | 124 | 54 |
| Binary | 10101 | 10010 | 11001100 | 1011010 | 1011011 | 0 | 10100 | 11110001 | 1010100 | 101100 |
Color Harmonies of #1512CC
Complementary color
Monochromatic Colors of #1512CC
Black with #1512CC
Text Example
Text Example
White with #1512CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1512CC; }
p { color: rgb(21,18,204); }
H1.HeaderClassName
{
color: #1512CC;
}
.AnyTagClassName
{
color: #1512CC;
}
</style>
background-color css
<style>
a { background-color: #1512CC; }
a { background-color: rgb(21,18,204); }
div.DivClassName
{
background-color: #1512CC;
}
.BgClassName
{
background-color: #1512CC;
}
</style>
border-color css
<style>
span { border-color: #1512CC; }
span { border-color: rgb(21,18,204); }
td.TdClassName
{
border-color: #1512CC;
}
.TagClassName
{
border-color: #1512CC;
}
</style>