Shades of Medium Blue #030BC1
Tints of Medium Blue #030BC1
RGB
CMYK
RGB Variations
Color information
#030BC1 (or 0x030BC1) is known color: Medium Blue. HEX triplet: 03, 0B and C1. RGB value is (3,11,193). Sum of RGB (Red+Green+Blue) = 3+11+193=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 193 (75.78% from 255 or 93.24% from 207); Max value from RGB is 193 - color contains mainly: blue. Hex color #030BC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BC1 is #FCF43E. Grayscale: #1C1C1C. Windows color (decimal): -16577599 or 12651267. OLE color: 12651267.
HSL color Cylindrical-coordinate representation of color #030BC1: hue angle of 237.47º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030BC1 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 3 | 11 | 193 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.24 |
| HSL | 237.47º | 0.97% | 0.38% | - |
| HSV(B) | 237.47º | 0.98% | 0.76% | - |
| XYZ | 9.78 | 4.11 | 50.73 | - |
| YUV | 29.36 | 220.35 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 193 | 0.98 | 0.94 | 0 | 0.24 | 237.47 | 0.97 | 0.38 |
| Hex | 3 | B | C1 | 62 | 5E | 0 | 18 | ED | 61 | 26 |
| Octal | 3 | 13 | 301 | 142 | 136 | 0 | 30 | 355 | 141 | 46 |
| Binary | 11 | 1011 | 11000001 | 1100010 | 1011110 | 0 | 11000 | 11101101 | 1100001 | 100110 |
Color Harmonies of #030BC1
Complementary color
Monochromatic Colors of #030BC1
Black with #030BC1
Text Example
Text Example
White with #030BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030BC1; }
p { color: rgb(3,11,193); }
H1.HeaderClassName
{
color: #030BC1;
}
.AnyTagClassName
{
color: #030BC1;
}
</style>
background-color css
<style>
a { background-color: #030BC1; }
a { background-color: rgb(3,11,193); }
div.DivClassName
{
background-color: #030BC1;
}
.BgClassName
{
background-color: #030BC1;
}
</style>
border-color css
<style>
span { border-color: #030BC1; }
span { border-color: rgb(3,11,193); }
td.TdClassName
{
border-color: #030BC1;
}
.TagClassName
{
border-color: #030BC1;
}
</style>