Shades of Medium Blue #010BC5
Tints of Medium Blue #010BC5
RGB
CMYK
RGB Variations
Color information
#010BC5 (or 0x010BC5) is known color: Medium Blue. HEX triplet: 01, 0B and C5. RGB value is (1,11,197). Sum of RGB (Red+Green+Blue) = 1+11+197=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 197 (77.34% from 255 or 94.26% from 209); Max value from RGB is 197 - color contains mainly: blue. Hex color #010BC5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BC5 is #FEF43A. Grayscale: #1C1C1C. Windows color (decimal): -16708667 or 12913409. OLE color: 12913409.
HSL color Cylindrical-coordinate representation of color #010BC5: hue angle of 236.94º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010BC5 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 11 | 197 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.23 |
| HSL | 236.94º | 0.99% | 0.39% | - |
| HSV(B) | 236.94º | 0.99% | 0.77% | - |
| XYZ | 10.21 | 4.28 | 53.11 | - |
| YUV | 29.21 | 222.69 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 197 | 0.99 | 0.94 | 0 | 0.23 | 236.94 | 0.99 | 0.39 |
| Hex | 1 | B | C5 | 63 | 5E | 0 | 17 | ED | 63 | 27 |
| Octal | 1 | 13 | 305 | 143 | 136 | 0 | 27 | 355 | 143 | 47 |
| Binary | 1 | 1011 | 11000101 | 1100011 | 1011110 | 0 | 10111 | 11101101 | 1100011 | 100111 |
Color Harmonies of #010BC5
Complementary color
Monochromatic Colors of #010BC5
Black with #010BC5
Text Example
Text Example
White with #010BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010BC5; }
p { color: rgb(1,11,197); }
H1.HeaderClassName
{
color: #010BC5;
}
.AnyTagClassName
{
color: #010BC5;
}
</style>
background-color css
<style>
a { background-color: #010BC5; }
a { background-color: rgb(1,11,197); }
div.DivClassName
{
background-color: #010BC5;
}
.BgClassName
{
background-color: #010BC5;
}
</style>
border-color css
<style>
span { border-color: #010BC5; }
span { border-color: rgb(1,11,197); }
td.TdClassName
{
border-color: #010BC5;
}
.TagClassName
{
border-color: #010BC5;
}
</style>