Shades of Medium Blue #081BCE
Tints of Medium Blue #081BCE
RGB
CMYK
RGB Variations
Color information
#081BCE (or 0x081BCE) is known color: Medium Blue. HEX triplet: 08, 1B and CE. RGB value is (8,27,206). Sum of RGB (Red+Green+Blue) = 8+27+206=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 206 (80.86% from 255 or 85.48% from 241); Max value from RGB is 206 - color contains mainly: blue. Hex color #081BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081BCE is #F7E431. Grayscale: #282828. Windows color (decimal): -16245810 or 13507336. OLE color: 13507336.
HSL color Cylindrical-coordinate representation of color #081BCE: hue angle of 234.24º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081BCE is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 27 | 206 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.19 |
| HSL | 234.24º | 0.93% | 0.42% | - |
| HSV(B) | 234.24º | 0.96% | 0.81% | - |
| XYZ | 11.63 | 5.29 | 58.8 | - |
| YUV | 41.73 | 220.71 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 206 | 0.96 | 0.87 | 0 | 0.19 | 234.24 | 0.93 | 0.42 |
| Hex | 8 | 1B | CE | 60 | 57 | 0 | 13 | EA | 5D | 2A |
| Octal | 10 | 33 | 316 | 140 | 127 | 0 | 23 | 352 | 135 | 52 |
| Binary | 1000 | 11011 | 11001110 | 1100000 | 1010111 | 0 | 10011 | 11101010 | 1011101 | 101010 |
Color Harmonies of #081BCE
Complementary color
Monochromatic Colors of #081BCE
Black with #081BCE
Text Example
Text Example
White with #081BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081BCE; }
p { color: rgb(8,27,206); }
H1.HeaderClassName
{
color: #081BCE;
}
.AnyTagClassName
{
color: #081BCE;
}
</style>
background-color css
<style>
a { background-color: #081BCE; }
a { background-color: rgb(8,27,206); }
div.DivClassName
{
background-color: #081BCE;
}
.BgClassName
{
background-color: #081BCE;
}
</style>
border-color css
<style>
span { border-color: #081BCE; }
span { border-color: rgb(8,27,206); }
td.TdClassName
{
border-color: #081BCE;
}
.TagClassName
{
border-color: #081BCE;
}
</style>