Shades of Medium Blue #081ABC
Tints of Medium Blue #081ABC
RGB
CMYK
RGB Variations
Color information
#081ABC (or 0x081ABC) is known color: Medium Blue. HEX triplet: 08, 1A and BC. RGB value is (8,26,188). Sum of RGB (Red+Green+Blue) = 8+26+188=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 188 (73.83% from 255 or 84.68% from 222); Max value from RGB is 188 - color contains mainly: blue. Hex color #081ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081ABC is #F7E543. Grayscale: #262626. Windows color (decimal): -16246084 or 12327432. OLE color: 12327432.
HSL color Cylindrical-coordinate representation of color #081ABC: hue angle of 234º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081ABC is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 26 | 188 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.26 |
| HSL | 234º | 0.92% | 0.38% | - |
| HSV(B) | 234º | 0.96% | 0.74% | - |
| XYZ | 9.55 | 4.42 | 47.93 | - |
| YUV | 39.09 | 212.04 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 188 | 0.96 | 0.86 | 0 | 0.26 | 234 | 0.92 | 0.38 |
| Hex | 8 | 1A | BC | 60 | 56 | 0 | 1A | EA | 5C | 26 |
| Octal | 10 | 32 | 274 | 140 | 126 | 0 | 32 | 352 | 134 | 46 |
| Binary | 1000 | 11010 | 10111100 | 1100000 | 1010110 | 0 | 11010 | 11101010 | 1011100 | 100110 |
Color Harmonies of #081ABC
Complementary color
Monochromatic Colors of #081ABC
Black with #081ABC
Text Example
Text Example
White with #081ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081ABC; }
p { color: rgb(8,26,188); }
H1.HeaderClassName
{
color: #081ABC;
}
.AnyTagClassName
{
color: #081ABC;
}
</style>
background-color css
<style>
a { background-color: #081ABC; }
a { background-color: rgb(8,26,188); }
div.DivClassName
{
background-color: #081ABC;
}
.BgClassName
{
background-color: #081ABC;
}
</style>
border-color css
<style>
span { border-color: #081ABC; }
span { border-color: rgb(8,26,188); }
td.TdClassName
{
border-color: #081ABC;
}
.TagClassName
{
border-color: #081ABC;
}
</style>