Shades of Medium Blue #010BB8
Tints of Medium Blue #010BB8
RGB
CMYK
RGB Variations
Color information
#010BB8 (or 0x010BB8) is known color: Medium Blue. HEX triplet: 01, 0B and B8. RGB value is (1,11,184). Sum of RGB (Red+Green+Blue) = 1+11+184=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 184 (72.27% from 255 or 93.88% from 196); Max value from RGB is 184 - color contains mainly: blue. Hex color #010BB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BB8 is #FEF447. Grayscale: #1B1B1B. Windows color (decimal): -16708680 or 12061441. OLE color: 12061441.
HSL color Cylindrical-coordinate representation of color #010BB8: hue angle of 236.72º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010BB8 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 11 | 184 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.28 |
| HSL | 236.72º | 0.99% | 0.36% | - |
| HSV(B) | 236.72º | 0.99% | 0.72% | - |
| XYZ | 8.78 | 3.71 | 45.6 | - |
| YUV | 27.73 | 216.19 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 184 | 0.99 | 0.94 | 0 | 0.28 | 236.72 | 0.99 | 0.36 |
| Hex | 1 | B | B8 | 63 | 5E | 0 | 1C | ED | 63 | 24 |
| Octal | 1 | 13 | 270 | 143 | 136 | 0 | 34 | 355 | 143 | 44 |
| Binary | 1 | 1011 | 10111000 | 1100011 | 1011110 | 0 | 11100 | 11101101 | 1100011 | 100100 |
Color Harmonies of #010BB8
Complementary color
Monochromatic Colors of #010BB8
Black with #010BB8
Text Example
Text Example
White with #010BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010BB8; }
p { color: rgb(1,11,184); }
H1.HeaderClassName
{
color: #010BB8;
}
.AnyTagClassName
{
color: #010BB8;
}
</style>
background-color css
<style>
a { background-color: #010BB8; }
a { background-color: rgb(1,11,184); }
div.DivClassName
{
background-color: #010BB8;
}
.BgClassName
{
background-color: #010BB8;
}
</style>
border-color css
<style>
span { border-color: #010BB8; }
span { border-color: rgb(1,11,184); }
td.TdClassName
{
border-color: #010BB8;
}
.TagClassName
{
border-color: #010BB8;
}
</style>