Shades of Neon Blue #133DFF
Tints of Neon Blue #133DFF
RGB
CMYK
RGB Variations
Color information
#133DFF (or 0x133DFF) is known color: Neon Blue. HEX triplet: 13, 3D and FF. RGB value is (19,61,255). Sum of RGB (Red+Green+Blue) = 19+61+255=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #133DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133DFF is #ECC200. Grayscale: #454545. Windows color (decimal): -15516161 or 16727315. OLE color: 16727315.
HSL color Cylindrical-coordinate representation of color #133DFF: hue angle of 229.32º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #133DFF is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 61 | 255 | - |
| CMYK | 0.93 | 0.76 | 0 | 0 |
| HSL | 229.32º | 1% | 0.54% | - |
| HSV(B) | 229.32º | 0.93% | 1% | - |
| XYZ | 19.99 | 10.7 | 95.62 | - |
| YUV | 70.56 | 232.09 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 255 | 0.93 | 0.76 | 0 | 0 | 229.32 | 1 | 0.54 |
| Hex | 13 | 3D | FF | 5D | 4C | 0 | 0 | E5 | 64 | 36 |
| Octal | 23 | 75 | 377 | 135 | 114 | 0 | 0 | 345 | 144 | 66 |
| Binary | 10011 | 111101 | 11111111 | 1011101 | 1001100 | 0 | 0 | 11100101 | 1100100 | 110110 |
Color Harmonies of #133DFF
Complementary color
Monochromatic Colors of #133DFF
Black with #133DFF
Text Example
Text Example
White with #133DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133DFF; }
p { color: rgb(19,61,255); }
H1.HeaderClassName
{
color: #133DFF;
}
.AnyTagClassName
{
color: #133DFF;
}
</style>
background-color css
<style>
a { background-color: #133DFF; }
a { background-color: rgb(19,61,255); }
div.DivClassName
{
background-color: #133DFF;
}
.BgClassName
{
background-color: #133DFF;
}
</style>
border-color css
<style>
span { border-color: #133DFF; }
span { border-color: rgb(19,61,255); }
td.TdClassName
{
border-color: #133DFF;
}
.TagClassName
{
border-color: #133DFF;
}
</style>