Shades of Blue #031BEA
Tints of Blue #031BEA
RGB
CMYK
RGB Variations
Color information
#031BEA (or 0x031BEA) is known color: Blue. HEX triplet: 03, 1B and EA. RGB value is (3,27,234). Sum of RGB (Red+Green+Blue) = 3+27+234=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 234 (91.80% from 255 or 88.64% from 264); Max value from RGB is 234 - color contains mainly: blue. Hex color #031BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #031BEA is #FCE415. Grayscale: #2A2A2A. Windows color (decimal): -16573462 or 15342339. OLE color: 15342339.
HSL color Cylindrical-coordinate representation of color #031BEA: hue angle of 233.77º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031BEA is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 27 | 234 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.08 |
| HSL | 233.77º | 0.97% | 0.46% | - |
| HSV(B) | 233.77º | 0.99% | 0.92% | - |
| XYZ | 15.28 | 6.74 | 78.34 | - |
| YUV | 43.42 | 235.55 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 234 | 0.99 | 0.88 | 0 | 0.08 | 233.77 | 0.97 | 0.46 |
| Hex | 3 | 1B | EA | 63 | 58 | 0 | 8 | EA | 61 | 2E |
| Octal | 3 | 33 | 352 | 143 | 130 | 0 | 10 | 352 | 141 | 56 |
| Binary | 11 | 11011 | 11101010 | 1100011 | 1011000 | 0 | 1000 | 11101010 | 1100001 | 101110 |
Color Harmonies of #031BEA
Complementary color
Monochromatic Colors of #031BEA
Black with #031BEA
Text Example
Text Example
White with #031BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031BEA; }
p { color: rgb(3,27,234); }
H1.HeaderClassName
{
color: #031BEA;
}
.AnyTagClassName
{
color: #031BEA;
}
</style>
background-color css
<style>
a { background-color: #031BEA; }
a { background-color: rgb(3,27,234); }
div.DivClassName
{
background-color: #031BEA;
}
.BgClassName
{
background-color: #031BEA;
}
</style>
border-color css
<style>
span { border-color: #031BEA; }
span { border-color: rgb(3,27,234); }
td.TdClassName
{
border-color: #031BEA;
}
.TagClassName
{
border-color: #031BEA;
}
</style>