Shades of Medium Blue #030DB6
Tints of Medium Blue #030DB6
RGB
CMYK
RGB Variations
Color information
#030DB6 (or 0x030DB6) is known color: Medium Blue. HEX triplet: 03, 0D and B6. RGB value is (3,13,182). Sum of RGB (Red+Green+Blue) = 3+13+182=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 182 (71.48% from 255 or 91.92% from 198); Max value from RGB is 182 - color contains mainly: blue. Hex color #030DB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DB6 is #FCF249. Grayscale: #1C1C1C. Windows color (decimal): -16577098 or 11930883. OLE color: 11930883.
HSL color Cylindrical-coordinate representation of color #030DB6: hue angle of 236.65º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030DB6 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 13 | 182 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.29 |
| HSL | 236.65º | 0.97% | 0.36% | - |
| HSV(B) | 236.65º | 0.98% | 0.71% | - |
| XYZ | 8.62 | 3.68 | 44.51 | - |
| YUV | 29.28 | 214.19 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 182 | 0.98 | 0.93 | 0 | 0.29 | 236.65 | 0.97 | 0.36 |
| Hex | 3 | D | B6 | 62 | 5D | 0 | 1D | ED | 61 | 24 |
| Octal | 3 | 15 | 266 | 142 | 135 | 0 | 35 | 355 | 141 | 44 |
| Binary | 11 | 1101 | 10110110 | 1100010 | 1011101 | 0 | 11101 | 11101101 | 1100001 | 100100 |
Color Harmonies of #030DB6
Complementary color
Monochromatic Colors of #030DB6
Black with #030DB6
Text Example
Text Example
White with #030DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030DB6; }
p { color: rgb(3,13,182); }
H1.HeaderClassName
{
color: #030DB6;
}
.AnyTagClassName
{
color: #030DB6;
}
</style>
background-color css
<style>
a { background-color: #030DB6; }
a { background-color: rgb(3,13,182); }
div.DivClassName
{
background-color: #030DB6;
}
.BgClassName
{
background-color: #030DB6;
}
</style>
border-color css
<style>
span { border-color: #030DB6; }
span { border-color: rgb(3,13,182); }
td.TdClassName
{
border-color: #030DB6;
}
.TagClassName
{
border-color: #030DB6;
}
</style>