Shades of Blue #1F0BEA
Tints of Blue #1F0BEA
RGB
CMYK
RGB Variations
Color information
#1F0BEA (or 0x1F0BEA) is known color: Blue. HEX triplet: 1F, 0B and EA. RGB value is (31,11,234). Sum of RGB (Red+Green+Blue) = 31+11+234=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 234 (91.80% from 255 or 84.78% from 276); Max value from RGB is 234 - color contains mainly: blue. Hex color #1F0BEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F0BEA is #E0F415. Grayscale: #292929. Windows color (decimal): -14742550 or 15338271. OLE color: 15338271.
HSL color Cylindrical-coordinate representation of color #1F0BEA: hue angle of 245.38º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0BEA is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 11 | 234 | - |
| CMYK | 0.87 | 0.95 | 0 | 0.08 |
| HSL | 245.38º | 0.91% | 0.48% | - |
| HSV(B) | 245.38º | 0.95% | 0.92% | - |
| XYZ | 15.54 | 6.47 | 78.27 | - |
| YUV | 42.4 | 236.13 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 234 | 0.87 | 0.95 | 0 | 0.08 | 245.38 | 0.91 | 0.48 |
| Hex | 1F | B | EA | 57 | 5F | 0 | 8 | F5 | 5B | 30 |
| Octal | 37 | 13 | 352 | 127 | 137 | 0 | 10 | 365 | 133 | 60 |
| Binary | 11111 | 1011 | 11101010 | 1010111 | 1011111 | 0 | 1000 | 11110101 | 1011011 | 110000 |
Color Harmonies of #1F0BEA
Complementary color
Monochromatic Colors of #1F0BEA
Black with #1F0BEA
Text Example
Text Example
White with #1F0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0BEA; }
p { color: rgb(31,11,234); }
H1.HeaderClassName
{
color: #1F0BEA;
}
.AnyTagClassName
{
color: #1F0BEA;
}
</style>
background-color css
<style>
a { background-color: #1F0BEA; }
a { background-color: rgb(31,11,234); }
div.DivClassName
{
background-color: #1F0BEA;
}
.BgClassName
{
background-color: #1F0BEA;
}
</style>
border-color css
<style>
span { border-color: #1F0BEA; }
span { border-color: rgb(31,11,234); }
td.TdClassName
{
border-color: #1F0BEA;
}
.TagClassName
{
border-color: #1F0BEA;
}
</style>