Shades of Medium Blue #030CB7
Tints of Medium Blue #030CB7
RGB
CMYK
RGB Variations
Color information
#030CB7 (or 0x030CB7) is known color: Medium Blue. HEX triplet: 03, 0C and B7. RGB value is (3,12,183). Sum of RGB (Red+Green+Blue) = 3+12+183=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 183 (71.88% from 255 or 92.42% from 198); Max value from RGB is 183 - color contains mainly: blue. Hex color #030CB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CB7 is #FCF348. Grayscale: #1C1C1C. Windows color (decimal): -16577353 or 11996163. OLE color: 11996163.
HSL color Cylindrical-coordinate representation of color #030CB7: hue angle of 237º 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 #030CB7 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 12 | 183 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.28 |
| HSL | 237º | 0.97% | 0.36% | - |
| HSV(B) | 237º | 0.98% | 0.72% | - |
| XYZ | 8.72 | 3.7 | 45.05 | - |
| YUV | 28.8 | 215.02 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 183 | 0.98 | 0.93 | 0 | 0.28 | 237 | 0.97 | 0.36 |
| Hex | 3 | C | B7 | 62 | 5D | 0 | 1C | ED | 61 | 24 |
| Octal | 3 | 14 | 267 | 142 | 135 | 0 | 34 | 355 | 141 | 44 |
| Binary | 11 | 1100 | 10110111 | 1100010 | 1011101 | 0 | 11100 | 11101101 | 1100001 | 100100 |
Color Harmonies of #030CB7
Complementary color
Monochromatic Colors of #030CB7
Black with #030CB7
Text Example
Text Example
White with #030CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030CB7; }
p { color: rgb(3,12,183); }
H1.HeaderClassName
{
color: #030CB7;
}
.AnyTagClassName
{
color: #030CB7;
}
</style>
background-color css
<style>
a { background-color: #030CB7; }
a { background-color: rgb(3,12,183); }
div.DivClassName
{
background-color: #030CB7;
}
.BgClassName
{
background-color: #030CB7;
}
</style>
border-color css
<style>
span { border-color: #030CB7; }
span { border-color: rgb(3,12,183); }
td.TdClassName
{
border-color: #030CB7;
}
.TagClassName
{
border-color: #030CB7;
}
</style>