Shades of Medium Blue #1208CB
Tints of Medium Blue #1208CB
RGB
CMYK
RGB Variations
Color information
#1208CB (or 0x1208CB) is known color: Medium Blue. HEX triplet: 12, 08 and CB. RGB value is (18,8,203). Sum of RGB (Red+Green+Blue) = 18+8+203=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 203 (79.69% from 255 or 88.65% from 229); Max value from RGB is 203 - color contains mainly: blue. Hex color #1208CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1208CB is #EDF734. Grayscale: #202020. Windows color (decimal): -15595317 or 13305874. OLE color: 13305874.
HSL color Cylindrical-coordinate representation of color #1208CB: hue angle of 243.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1208CB is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 8 | 203 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.20 |
| HSL | 243.08º | 0.92% | 0.41% | - |
| HSV(B) | 243.08º | 0.96% | 0.8% | - |
| XYZ | 11.12 | 4.61 | 56.8 | - |
| YUV | 33.22 | 223.81 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 203 | 0.91 | 0.96 | 0 | 0.20 | 243.08 | 0.92 | 0.41 |
| Hex | 12 | 8 | CB | 5B | 60 | 0 | 14 | F3 | 5C | 29 |
| Octal | 22 | 10 | 313 | 133 | 140 | 0 | 24 | 363 | 134 | 51 |
| Binary | 10010 | 1000 | 11001011 | 1011011 | 1100000 | 0 | 10100 | 11110011 | 1011100 | 101001 |
Color Harmonies of #1208CB
Complementary color
Monochromatic Colors of #1208CB
Black with #1208CB
Text Example
Text Example
White with #1208CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1208CB; }
p { color: rgb(18,8,203); }
H1.HeaderClassName
{
color: #1208CB;
}
.AnyTagClassName
{
color: #1208CB;
}
</style>
background-color css
<style>
a { background-color: #1208CB; }
a { background-color: rgb(18,8,203); }
div.DivClassName
{
background-color: #1208CB;
}
.BgClassName
{
background-color: #1208CB;
}
</style>
border-color css
<style>
span { border-color: #1208CB; }
span { border-color: rgb(18,8,203); }
td.TdClassName
{
border-color: #1208CB;
}
.TagClassName
{
border-color: #1208CB;
}
</style>