Shades of Medium Blue #1202BD
Tints of Medium Blue #1202BD
RGB
CMYK
RGB Variations
Color information
#1202BD (or 0x1202BD) is known color: Medium Blue. HEX triplet: 12, 02 and BD. RGB value is (18,2,189). Sum of RGB (Red+Green+Blue) = 18+2+189=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 189 (74.22% from 255 or 90.43% from 209); Max value from RGB is 189 - color contains mainly: blue. Hex color #1202BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1202BD is #EDFD42. Grayscale: #1B1B1B. Windows color (decimal): -15596867 or 12386834. OLE color: 12386834.
HSL color Cylindrical-coordinate representation of color #1202BD: hue angle of 245.13º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1202BD is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 2 | 189 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.26 |
| HSL | 245.13º | 0.98% | 0.37% | - |
| HSV(B) | 245.13º | 0.99% | 0.74% | - |
| XYZ | 9.46 | 3.85 | 48.39 | - |
| YUV | 28.1 | 218.8 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 189 | 0.90 | 0.99 | 0 | 0.26 | 245.13 | 0.98 | 0.37 |
| Hex | 12 | 2 | BD | 5A | 63 | 0 | 1A | F5 | 62 | 25 |
| Octal | 22 | 2 | 275 | 132 | 143 | 0 | 32 | 365 | 142 | 45 |
| Binary | 10010 | 10 | 10111101 | 1011010 | 1100011 | 0 | 11010 | 11110101 | 1100010 | 100101 |
Color Harmonies of #1202BD
Complementary color
Monochromatic Colors of #1202BD
Black with #1202BD
Text Example
Text Example
White with #1202BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1202BD; }
p { color: rgb(18,2,189); }
H1.HeaderClassName
{
color: #1202BD;
}
.AnyTagClassName
{
color: #1202BD;
}
</style>
background-color css
<style>
a { background-color: #1202BD; }
a { background-color: rgb(18,2,189); }
div.DivClassName
{
background-color: #1202BD;
}
.BgClassName
{
background-color: #1202BD;
}
</style>
border-color css
<style>
span { border-color: #1202BD; }
span { border-color: rgb(18,2,189); }
td.TdClassName
{
border-color: #1202BD;
}
.TagClassName
{
border-color: #1202BD;
}
</style>