Shades of Blue #133AFB
Tints of Blue #133AFB
RGB
CMYK
RGB Variations
Color information
#133AFB (or 0x133AFB) is known color: Blue. HEX triplet: 13, 3A and FB. RGB value is (19,58,251). Sum of RGB (Red+Green+Blue) = 19+58+251=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #133AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133AFB is #ECC504. Grayscale: #434343. Windows color (decimal): -15516933 or 16464403. OLE color: 16464403.
HSL color Cylindrical-coordinate representation of color #133AFB: hue angle of 229.91º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133AFB is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 58 | 251 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.02 |
| HSL | 229.91º | 0.97% | 0.53% | - |
| HSV(B) | 229.91º | 0.92% | 0.98% | - |
| XYZ | 19.19 | 10.13 | 92.21 | - |
| YUV | 68.34 | 231.08 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 251 | 0.92 | 0.77 | 0 | 0.02 | 229.91 | 0.97 | 0.53 |
| Hex | 13 | 3A | FB | 5C | 4D | 0 | 2 | E6 | 61 | 35 |
| Octal | 23 | 72 | 373 | 134 | 115 | 0 | 2 | 346 | 141 | 65 |
| Binary | 10011 | 111010 | 11111011 | 1011100 | 1001101 | 0 | 10 | 11100110 | 1100001 | 110101 |
Color Harmonies of #133AFB
Complementary color
Monochromatic Colors of #133AFB
Black with #133AFB
Text Example
Text Example
White with #133AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133AFB; }
p { color: rgb(19,58,251); }
H1.HeaderClassName
{
color: #133AFB;
}
.AnyTagClassName
{
color: #133AFB;
}
</style>
background-color css
<style>
a { background-color: #133AFB; }
a { background-color: rgb(19,58,251); }
div.DivClassName
{
background-color: #133AFB;
}
.BgClassName
{
background-color: #133AFB;
}
</style>
border-color css
<style>
span { border-color: #133AFB; }
span { border-color: rgb(19,58,251); }
td.TdClassName
{
border-color: #133AFB;
}
.TagClassName
{
border-color: #133AFB;
}
</style>