Shades of Blue #1333FB
Tints of Blue #1333FB
RGB
CMYK
RGB Variations
Color information
#1333FB (or 0x1333FB) is known color: Blue. HEX triplet: 13, 33 and FB. RGB value is (19,51,251). Sum of RGB (Red+Green+Blue) = 19+51+251=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 251 (98.44% from 255 or 78.19% from 321); Max value from RGB is 251 - color contains mainly: blue. Hex color #1333FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1333FB is #ECCC04. Grayscale: #3F3F3F. Windows color (decimal): -15518725 or 16462611. OLE color: 16462611.
HSL color Cylindrical-coordinate representation of color #1333FB: hue angle of 231.72º 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 #1333FB is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 51 | 251 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.02 |
| HSL | 231.72º | 0.97% | 0.53% | - |
| HSV(B) | 231.72º | 0.92% | 0.98% | - |
| XYZ | 18.86 | 9.47 | 92.1 | - |
| YUV | 64.23 | 233.4 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 251 | 0.92 | 0.80 | 0 | 0.02 | 231.72 | 0.97 | 0.53 |
| Hex | 13 | 33 | FB | 5C | 50 | 0 | 2 | E8 | 61 | 35 |
| Octal | 23 | 63 | 373 | 134 | 120 | 0 | 2 | 350 | 141 | 65 |
| Binary | 10011 | 110011 | 11111011 | 1011100 | 1010000 | 0 | 10 | 11101000 | 1100001 | 110101 |
Color Harmonies of #1333FB
Complementary color
Monochromatic Colors of #1333FB
Black with #1333FB
Text Example
Text Example
White with #1333FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1333FB; }
p { color: rgb(19,51,251); }
H1.HeaderClassName
{
color: #1333FB;
}
.AnyTagClassName
{
color: #1333FB;
}
</style>
background-color css
<style>
a { background-color: #1333FB; }
a { background-color: rgb(19,51,251); }
div.DivClassName
{
background-color: #1333FB;
}
.BgClassName
{
background-color: #1333FB;
}
</style>
border-color css
<style>
span { border-color: #1333FB; }
span { border-color: rgb(19,51,251); }
td.TdClassName
{
border-color: #1333FB;
}
.TagClassName
{
border-color: #1333FB;
}
</style>