Shades of Medium Blue #010CBE
Tints of Medium Blue #010CBE
RGB
CMYK
RGB Variations
Color information
#010CBE (or 0x010CBE) is known color: Medium Blue. HEX triplet: 01, 0C and BE. RGB value is (1,12,190). Sum of RGB (Red+Green+Blue) = 1+12+190=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 190 (74.61% from 255 or 93.60% from 203); Max value from RGB is 190 - color contains mainly: blue. Hex color #010CBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CBE is #FEF341. Grayscale: #1C1C1C. Windows color (decimal): -16708418 or 12454913. OLE color: 12454913.
HSL color Cylindrical-coordinate representation of color #010CBE: hue angle of 236.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010CBE is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 12 | 190 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.25 |
| HSL | 236.51º | 0.99% | 0.37% | - |
| HSV(B) | 236.51º | 0.99% | 0.75% | - |
| XYZ | 9.44 | 3.99 | 48.99 | - |
| YUV | 29 | 218.86 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 190 | 0.99 | 0.94 | 0 | 0.25 | 236.51 | 0.99 | 0.37 |
| Hex | 1 | C | BE | 63 | 5E | 0 | 19 | ED | 63 | 25 |
| Octal | 1 | 14 | 276 | 143 | 136 | 0 | 31 | 355 | 143 | 45 |
| Binary | 1 | 1100 | 10111110 | 1100011 | 1011110 | 0 | 11001 | 11101101 | 1100011 | 100101 |
Color Harmonies of #010CBE
Complementary color
Monochromatic Colors of #010CBE
Black with #010CBE
Text Example
Text Example
White with #010CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010CBE; }
p { color: rgb(1,12,190); }
H1.HeaderClassName
{
color: #010CBE;
}
.AnyTagClassName
{
color: #010CBE;
}
</style>
background-color css
<style>
a { background-color: #010CBE; }
a { background-color: rgb(1,12,190); }
div.DivClassName
{
background-color: #010CBE;
}
.BgClassName
{
background-color: #010CBE;
}
</style>
border-color css
<style>
span { border-color: #010CBE; }
span { border-color: rgb(1,12,190); }
td.TdClassName
{
border-color: #010CBE;
}
.TagClassName
{
border-color: #010CBE;
}
</style>