Shades of Medium Blue #010CB9
Tints of Medium Blue #010CB9
RGB
CMYK
RGB Variations
Color information
#010CB9 (or 0x010CB9) is known color: Medium Blue. HEX triplet: 01, 0C and B9. RGB value is (1,12,185). Sum of RGB (Red+Green+Blue) = 1+12+185=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 185 (72.66% from 255 or 93.43% from 198); Max value from RGB is 185 - color contains mainly: blue. Hex color #010CB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CB9 is #FEF346. Grayscale: #1B1B1B. Windows color (decimal): -16708423 or 12127233. OLE color: 12127233.
HSL color Cylindrical-coordinate representation of color #010CB9: hue angle of 236.41º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010CB9 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 12 | 185 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.27 |
| HSL | 236.41º | 0.99% | 0.36% | - |
| HSV(B) | 236.41º | 0.99% | 0.73% | - |
| XYZ | 8.9 | 3.77 | 46.16 | - |
| YUV | 28.43 | 216.36 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 185 | 0.99 | 0.94 | 0 | 0.27 | 236.41 | 0.99 | 0.36 |
| Hex | 1 | C | B9 | 63 | 5E | 0 | 1B | EC | 63 | 24 |
| Octal | 1 | 14 | 271 | 143 | 136 | 0 | 33 | 354 | 143 | 44 |
| Binary | 1 | 1100 | 10111001 | 1100011 | 1011110 | 0 | 11011 | 11101100 | 1100011 | 100100 |
Color Harmonies of #010CB9
Complementary color
Monochromatic Colors of #010CB9
Black with #010CB9
Text Example
Text Example
White with #010CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010CB9; }
p { color: rgb(1,12,185); }
H1.HeaderClassName
{
color: #010CB9;
}
.AnyTagClassName
{
color: #010CB9;
}
</style>
background-color css
<style>
a { background-color: #010CB9; }
a { background-color: rgb(1,12,185); }
div.DivClassName
{
background-color: #010CB9;
}
.BgClassName
{
background-color: #010CB9;
}
</style>
border-color css
<style>
span { border-color: #010CB9; }
span { border-color: rgb(1,12,185); }
td.TdClassName
{
border-color: #010CB9;
}
.TagClassName
{
border-color: #010CB9;
}
</style>