Shades of Blue #133AFD
Tints of Blue #133AFD
RGB
CMYK
RGB Variations
Color information
#133AFD (or 0x133AFD) is known color: Blue. HEX triplet: 13, 3A and FD. RGB value is (19,58,253). Sum of RGB (Red+Green+Blue) = 19+58+253=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #133AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133AFD is #ECC502. Grayscale: #434343. Windows color (decimal): -15516931 or 16595475. OLE color: 16595475.
HSL color Cylindrical-coordinate representation of color #133AFD: hue angle of 230º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133AFD is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 58 | 253 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.01 |
| HSL | 230º | 0.98% | 0.53% | - |
| HSV(B) | 230º | 0.92% | 0.99% | - |
| XYZ | 19.51 | 10.26 | 93.88 | - |
| YUV | 68.57 | 232.08 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 253 | 0.92 | 0.77 | 0 | 0.01 | 230 | 0.98 | 0.53 |
| Hex | 13 | 3A | FD | 5C | 4D | 0 | 1 | E6 | 62 | 35 |
| Octal | 23 | 72 | 375 | 134 | 115 | 0 | 1 | 346 | 142 | 65 |
| Binary | 10011 | 111010 | 11111101 | 1011100 | 1001101 | 0 | 1 | 11100110 | 1100010 | 110101 |
Color Harmonies of #133AFD
Complementary color
Monochromatic Colors of #133AFD
Black with #133AFD
Text Example
Text Example
White with #133AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133AFD; }
p { color: rgb(19,58,253); }
H1.HeaderClassName
{
color: #133AFD;
}
.AnyTagClassName
{
color: #133AFD;
}
</style>
background-color css
<style>
a { background-color: #133AFD; }
a { background-color: rgb(19,58,253); }
div.DivClassName
{
background-color: #133AFD;
}
.BgClassName
{
background-color: #133AFD;
}
</style>
border-color css
<style>
span { border-color: #133AFD; }
span { border-color: rgb(19,58,253); }
td.TdClassName
{
border-color: #133AFD;
}
.TagClassName
{
border-color: #133AFD;
}
</style>