Shades of Medium Blue #1203DB
Tints of Medium Blue #1203DB
RGB
CMYK
RGB Variations
Color information
#1203DB (or 0x1203DB) is known color: Medium Blue. HEX triplet: 12, 03 and DB. RGB value is (18,3,219). Sum of RGB (Red+Green+Blue) = 18+3+219=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 219 (85.94% from 255 or 91.25% from 240); Max value from RGB is 219 - color contains mainly: blue. Hex color #1203DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1203DB is #EDFC24. Grayscale: #1F1F1F. Windows color (decimal): -15596581 or 14353170. OLE color: 14353170.
HSL color Cylindrical-coordinate representation of color #1203DB: hue angle of 244.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1203DB is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 3 | 219 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.14 |
| HSL | 244.17º | 0.97% | 0.44% | - |
| HSV(B) | 244.17º | 0.99% | 0.86% | - |
| XYZ | 13.07 | 5.31 | 67.35 | - |
| YUV | 32.11 | 233.47 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 219 | 0.92 | 0.99 | 0 | 0.14 | 244.17 | 0.97 | 0.44 |
| Hex | 12 | 3 | DB | 5C | 63 | 0 | E | F4 | 61 | 2C |
| Octal | 22 | 3 | 333 | 134 | 143 | 0 | 16 | 364 | 141 | 54 |
| Binary | 10010 | 11 | 11011011 | 1011100 | 1100011 | 0 | 1110 | 11110100 | 1100001 | 101100 |
Color Harmonies of #1203DB
Complementary color
Monochromatic Colors of #1203DB
Black with #1203DB
Text Example
Text Example
White with #1203DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1203DB; }
p { color: rgb(18,3,219); }
H1.HeaderClassName
{
color: #1203DB;
}
.AnyTagClassName
{
color: #1203DB;
}
</style>
background-color css
<style>
a { background-color: #1203DB; }
a { background-color: rgb(18,3,219); }
div.DivClassName
{
background-color: #1203DB;
}
.BgClassName
{
background-color: #1203DB;
}
</style>
border-color css
<style>
span { border-color: #1203DB; }
span { border-color: rgb(18,3,219); }
td.TdClassName
{
border-color: #1203DB;
}
.TagClassName
{
border-color: #1203DB;
}
</style>