Shades of Medium Blue #100AB8
Tints of Medium Blue #100AB8
RGB
CMYK
RGB Variations
Color information
#100AB8 (or 0x100AB8) is known color: Medium Blue. HEX triplet: 10, 0A and B8. RGB value is (16,10,184). Sum of RGB (Red+Green+Blue) = 16+10+184=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 184 (72.27% from 255 or 87.62% from 210); Max value from RGB is 184 - color contains mainly: blue. Hex color #100AB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100AB8 is #EFF547. Grayscale: #1E1E1E. Windows color (decimal): -15725896 or 12061200. OLE color: 12061200.
HSL color Cylindrical-coordinate representation of color #100AB8: hue angle of 242.07º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100AB8 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 10 | 184 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.28 |
| HSL | 242.07º | 0.9% | 0.38% | - |
| HSV(B) | 242.07º | 0.95% | 0.72% | - |
| XYZ | 8.97 | 3.79 | 45.61 | - |
| YUV | 31.63 | 213.99 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 184 | 0.91 | 0.95 | 0 | 0.28 | 242.07 | 0.9 | 0.38 |
| Hex | 10 | A | B8 | 5B | 5F | 0 | 1C | F2 | 5A | 26 |
| Octal | 20 | 12 | 270 | 133 | 137 | 0 | 34 | 362 | 132 | 46 |
| Binary | 10000 | 1010 | 10111000 | 1011011 | 1011111 | 0 | 11100 | 11110010 | 1011010 | 100110 |
Color Harmonies of #100AB8
Complementary color
Monochromatic Colors of #100AB8
Black with #100AB8
Text Example
Text Example
White with #100AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100AB8; }
p { color: rgb(16,10,184); }
H1.HeaderClassName
{
color: #100AB8;
}
.AnyTagClassName
{
color: #100AB8;
}
</style>
background-color css
<style>
a { background-color: #100AB8; }
a { background-color: rgb(16,10,184); }
div.DivClassName
{
background-color: #100AB8;
}
.BgClassName
{
background-color: #100AB8;
}
</style>
border-color css
<style>
span { border-color: #100AB8; }
span { border-color: rgb(16,10,184); }
td.TdClassName
{
border-color: #100AB8;
}
.TagClassName
{
border-color: #100AB8;
}
</style>