Shades of Medium Blue #1202BF
Tints of Medium Blue #1202BF
RGB
CMYK
RGB Variations
Color information
#1202BF (or 0x1202BF) is known color: Medium Blue. HEX triplet: 12, 02 and BF. RGB value is (18,2,191). Sum of RGB (Red+Green+Blue) = 18+2+191=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 191 (75% from 255 or 90.52% from 211); Max value from RGB is 191 - color contains mainly: blue. Hex color #1202BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1202BF is #EDFD40. Grayscale: #1B1B1B. Windows color (decimal): -15596865 or 12517906. OLE color: 12517906.
HSL color Cylindrical-coordinate representation of color #1202BF: hue angle of 245.08º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1202BF is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 2 | 191 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.25 |
| HSL | 245.08º | 0.98% | 0.38% | - |
| HSV(B) | 245.08º | 0.99% | 0.75% | - |
| XYZ | 9.68 | 3.93 | 49.54 | - |
| YUV | 28.33 | 219.8 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 191 | 0.91 | 0.99 | 0 | 0.25 | 245.08 | 0.98 | 0.38 |
| Hex | 12 | 2 | BF | 5B | 63 | 0 | 19 | F5 | 62 | 26 |
| Octal | 22 | 2 | 277 | 133 | 143 | 0 | 31 | 365 | 142 | 46 |
| Binary | 10010 | 10 | 10111111 | 1011011 | 1100011 | 0 | 11001 | 11110101 | 1100010 | 100110 |
Color Harmonies of #1202BF
Complementary color
Monochromatic Colors of #1202BF
Black with #1202BF
Text Example
Text Example
White with #1202BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1202BF; }
p { color: rgb(18,2,191); }
H1.HeaderClassName
{
color: #1202BF;
}
.AnyTagClassName
{
color: #1202BF;
}
</style>
background-color css
<style>
a { background-color: #1202BF; }
a { background-color: rgb(18,2,191); }
div.DivClassName
{
background-color: #1202BF;
}
.BgClassName
{
background-color: #1202BF;
}
</style>
border-color css
<style>
span { border-color: #1202BF; }
span { border-color: rgb(18,2,191); }
td.TdClassName
{
border-color: #1202BF;
}
.TagClassName
{
border-color: #1202BF;
}
</style>