Shades of Medium Blue #010CB5
Tints of Medium Blue #010CB5
RGB
CMYK
RGB Variations
Color information
#010CB5 (or 0x010CB5) is known color: Medium Blue. HEX triplet: 01, 0C and B5. RGB value is (1,12,181). Sum of RGB (Red+Green+Blue) = 1+12+181=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 181 (71.09% from 255 or 93.30% from 194); Max value from RGB is 181 - color contains mainly: blue. Hex color #010CB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CB5 is #FEF34A. Grayscale: #1B1B1B. Windows color (decimal): -16708427 or 11865089. OLE color: 11865089.
HSL color Cylindrical-coordinate representation of color #010CB5: hue angle of 236.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010CB5 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 12 | 181 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.29 |
| HSL | 236.33º | 0.99% | 0.36% | - |
| HSV(B) | 236.33º | 0.99% | 0.71% | - |
| XYZ | 8.48 | 3.61 | 43.96 | - |
| YUV | 27.98 | 214.36 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 181 | 0.99 | 0.93 | 0 | 0.29 | 236.33 | 0.99 | 0.36 |
| Hex | 1 | C | B5 | 63 | 5D | 0 | 1D | EC | 63 | 24 |
| Octal | 1 | 14 | 265 | 143 | 135 | 0 | 35 | 354 | 143 | 44 |
| Binary | 1 | 1100 | 10110101 | 1100011 | 1011101 | 0 | 11101 | 11101100 | 1100011 | 100100 |
Color Harmonies of #010CB5
Complementary color
Monochromatic Colors of #010CB5
Black with #010CB5
Text Example
Text Example
White with #010CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010CB5; }
p { color: rgb(1,12,181); }
H1.HeaderClassName
{
color: #010CB5;
}
.AnyTagClassName
{
color: #010CB5;
}
</style>
background-color css
<style>
a { background-color: #010CB5; }
a { background-color: rgb(1,12,181); }
div.DivClassName
{
background-color: #010CB5;
}
.BgClassName
{
background-color: #010CB5;
}
</style>
border-color css
<style>
span { border-color: #010CB5; }
span { border-color: rgb(1,12,181); }
td.TdClassName
{
border-color: #010CB5;
}
.TagClassName
{
border-color: #010CB5;
}
</style>