Shades of Medium Blue #010CBD
Tints of Medium Blue #010CBD
RGB
CMYK
RGB Variations
Color information
#010CBD (or 0x010CBD) is known color: Medium Blue. HEX triplet: 01, 0C and BD. RGB value is (1,12,189). Sum of RGB (Red+Green+Blue) = 1+12+189=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 189 (74.22% from 255 or 93.56% from 202); Max value from RGB is 189 - color contains mainly: blue. Hex color #010CBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CBD is #FEF342. Grayscale: #1C1C1C. Windows color (decimal): -16708419 or 12389377. OLE color: 12389377.
HSL color Cylindrical-coordinate representation of color #010CBD: hue angle of 236.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010CBD is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 12 | 189 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.26 |
| HSL | 236.49º | 0.99% | 0.37% | - |
| HSV(B) | 236.49º | 0.99% | 0.74% | - |
| XYZ | 9.33 | 3.94 | 48.41 | - |
| YUV | 28.89 | 218.36 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 189 | 0.99 | 0.94 | 0 | 0.26 | 236.49 | 0.99 | 0.37 |
| Hex | 1 | C | BD | 63 | 5E | 0 | 1A | EC | 63 | 25 |
| Octal | 1 | 14 | 275 | 143 | 136 | 0 | 32 | 354 | 143 | 45 |
| Binary | 1 | 1100 | 10111101 | 1100011 | 1011110 | 0 | 11010 | 11101100 | 1100011 | 100101 |
Color Harmonies of #010CBD
Complementary color
Monochromatic Colors of #010CBD
Black with #010CBD
Text Example
Text Example
White with #010CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010CBD; }
p { color: rgb(1,12,189); }
H1.HeaderClassName
{
color: #010CBD;
}
.AnyTagClassName
{
color: #010CBD;
}
</style>
background-color css
<style>
a { background-color: #010CBD; }
a { background-color: rgb(1,12,189); }
div.DivClassName
{
background-color: #010CBD;
}
.BgClassName
{
background-color: #010CBD;
}
</style>
border-color css
<style>
span { border-color: #010CBD; }
span { border-color: rgb(1,12,189); }
td.TdClassName
{
border-color: #010CBD;
}
.TagClassName
{
border-color: #010CBD;
}
</style>