Shades of Medium Blue #151CCC
Tints of Medium Blue #151CCC
RGB
CMYK
RGB Variations
Color information
#151CCC (or 0x151CCC) is known color: Medium Blue. HEX triplet: 15, 1C and CC. RGB value is (21,28,204). Sum of RGB (Red+Green+Blue) = 21+28+204=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 204 (80.08% from 255 or 80.63% from 253); Max value from RGB is 204 - color contains mainly: blue. Hex color #151CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151CCC is #EAE333. Grayscale: #2D2D2D. Windows color (decimal): -15393588 or 13376533. OLE color: 13376533.
HSL color Cylindrical-coordinate representation of color #151CCC: hue angle of 237.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151CCC is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 28 | 204 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.2 |
| HSL | 237.7º | 0.81% | 0.44% | - |
| HSV(B) | 237.7º | 0.9% | 0.8% | - |
| XYZ | 11.62 | 5.35 | 57.55 | - |
| YUV | 45.97 | 217.18 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 204 | 0.90 | 0.86 | 0 | 0.2 | 237.7 | 0.81 | 0.44 |
| Hex | 15 | 1C | CC | 5A | 56 | 0 | 14 | EE | 51 | 2C |
| Octal | 25 | 34 | 314 | 132 | 126 | 0 | 24 | 356 | 121 | 54 |
| Binary | 10101 | 11100 | 11001100 | 1011010 | 1010110 | 0 | 10100 | 11101110 | 1010001 | 101100 |
Color Harmonies of #151CCC
Complementary color
Monochromatic Colors of #151CCC
Black with #151CCC
Text Example
Text Example
White with #151CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151CCC; }
p { color: rgb(21,28,204); }
H1.HeaderClassName
{
color: #151CCC;
}
.AnyTagClassName
{
color: #151CCC;
}
</style>
background-color css
<style>
a { background-color: #151CCC; }
a { background-color: rgb(21,28,204); }
div.DivClassName
{
background-color: #151CCC;
}
.BgClassName
{
background-color: #151CCC;
}
</style>
border-color css
<style>
span { border-color: #151CCC; }
span { border-color: rgb(21,28,204); }
td.TdClassName
{
border-color: #151CCC;
}
.TagClassName
{
border-color: #151CCC;
}
</style>