Shades of Medium Blue #1C03B7
Tints of Medium Blue #1C03B7
RGB
CMYK
RGB Variations
Color information
#1C03B7 (or 0x1C03B7) is known color: Medium Blue. HEX triplet: 1C, 03 and B7. RGB value is (28,3,183). Sum of RGB (Red+Green+Blue) = 28+3+183=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 183 (71.88% from 255 or 85.51% from 214); Max value from RGB is 183 - color contains mainly: blue. Hex color #1C03B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C03B7 is #E3FC48. Grayscale: #1E1E1E. Windows color (decimal): -14941257 or 11993884. OLE color: 11993884.
HSL color Cylindrical-coordinate representation of color #1C03B7: hue angle of 248.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C03B7 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 3 | 183 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.28 |
| HSL | 248.33º | 0.97% | 0.36% | - |
| HSV(B) | 248.33º | 0.98% | 0.72% | - |
| XYZ | 9.06 | 3.73 | 45.04 | - |
| YUV | 31 | 213.78 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 183 | 0.85 | 0.98 | 0 | 0.28 | 248.33 | 0.97 | 0.36 |
| Hex | 1C | 3 | B7 | 55 | 62 | 0 | 1C | F8 | 61 | 24 |
| Octal | 34 | 3 | 267 | 125 | 142 | 0 | 34 | 370 | 141 | 44 |
| Binary | 11100 | 11 | 10110111 | 1010101 | 1100010 | 0 | 11100 | 11111000 | 1100001 | 100100 |
Color Harmonies of #1C03B7
Complementary color
Monochromatic Colors of #1C03B7
Black with #1C03B7
Text Example
Text Example
White with #1C03B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C03B7; }
p { color: rgb(28,3,183); }
H1.HeaderClassName
{
color: #1C03B7;
}
.AnyTagClassName
{
color: #1C03B7;
}
</style>
background-color css
<style>
a { background-color: #1C03B7; }
a { background-color: rgb(28,3,183); }
div.DivClassName
{
background-color: #1C03B7;
}
.BgClassName
{
background-color: #1C03B7;
}
</style>
border-color css
<style>
span { border-color: #1C03B7; }
span { border-color: rgb(28,3,183); }
td.TdClassName
{
border-color: #1C03B7;
}
.TagClassName
{
border-color: #1C03B7;
}
</style>