Shades of Persian Blue #133AF8
Tints of Persian Blue #133AF8
RGB
CMYK
RGB Variations
Color information
#133AF8 (or 0x133AF8) is known color: Persian Blue. HEX triplet: 13, 3A and F8. RGB value is (19,58,248). Sum of RGB (Red+Green+Blue) = 19+58+248=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 248 (97.27% from 255 or 76.31% from 325); Max value from RGB is 248 - color contains mainly: blue. Hex color #133AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133AF8 is #ECC507. Grayscale: #434343. Windows color (decimal): -15516936 or 16267795. OLE color: 16267795.
HSL color Cylindrical-coordinate representation of color #133AF8: hue angle of 229.78º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133AF8 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 58 | 248 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.03 |
| HSL | 229.78º | 0.94% | 0.52% | - |
| HSV(B) | 229.78º | 0.92% | 0.97% | - |
| XYZ | 18.72 | 9.94 | 89.74 | - |
| YUV | 68 | 229.58 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 248 | 0.92 | 0.77 | 0 | 0.03 | 229.78 | 0.94 | 0.52 |
| Hex | 13 | 3A | F8 | 5C | 4D | 0 | 3 | E6 | 5E | 34 |
| Octal | 23 | 72 | 370 | 134 | 115 | 0 | 3 | 346 | 136 | 64 |
| Binary | 10011 | 111010 | 11111000 | 1011100 | 1001101 | 0 | 11 | 11100110 | 1011110 | 110100 |
Color Harmonies of #133AF8
Complementary color
Monochromatic Colors of #133AF8
Black with #133AF8
Text Example
Text Example
White with #133AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133AF8; }
p { color: rgb(19,58,248); }
H1.HeaderClassName
{
color: #133AF8;
}
.AnyTagClassName
{
color: #133AF8;
}
</style>
background-color css
<style>
a { background-color: #133AF8; }
a { background-color: rgb(19,58,248); }
div.DivClassName
{
background-color: #133AF8;
}
.BgClassName
{
background-color: #133AF8;
}
</style>
border-color css
<style>
span { border-color: #133AF8; }
span { border-color: rgb(19,58,248); }
td.TdClassName
{
border-color: #133AF8;
}
.TagClassName
{
border-color: #133AF8;
}
</style>