Shades of Persian Blue #133FDA
Tints of Persian Blue #133FDA
RGB
CMYK
RGB Variations
Color information
#133FDA (or 0x133FDA) is known color: Persian Blue. HEX triplet: 13, 3F and DA. RGB value is (19,63,218). Sum of RGB (Red+Green+Blue) = 19+63+218=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #133FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FDA is #ECC025. Grayscale: #424242. Windows color (decimal): -15515686 or 14302995. OLE color: 14302995.
HSL color Cylindrical-coordinate representation of color #133FDA: hue angle of 226.73º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133FDA is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 63 | 218 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.15 |
| HSL | 226.73º | 0.84% | 0.46% | - |
| HSV(B) | 226.73º | 0.91% | 0.85% | - |
| XYZ | 14.7 | 8.76 | 67.24 | - |
| YUV | 67.51 | 212.92 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 218 | 0.91 | 0.71 | 0 | 0.15 | 226.73 | 0.84 | 0.46 |
| Hex | 13 | 3F | DA | 5B | 47 | 0 | F | E3 | 54 | 2E |
| Octal | 23 | 77 | 332 | 133 | 107 | 0 | 17 | 343 | 124 | 56 |
| Binary | 10011 | 111111 | 11011010 | 1011011 | 1000111 | 0 | 1111 | 11100011 | 1010100 | 101110 |
Color Harmonies of #133FDA
Complementary color
Monochromatic Colors of #133FDA
Black with #133FDA
Text Example
Text Example
White with #133FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FDA; }
p { color: rgb(19,63,218); }
H1.HeaderClassName
{
color: #133FDA;
}
.AnyTagClassName
{
color: #133FDA;
}
</style>
background-color css
<style>
a { background-color: #133FDA; }
a { background-color: rgb(19,63,218); }
div.DivClassName
{
background-color: #133FDA;
}
.BgClassName
{
background-color: #133FDA;
}
</style>
border-color css
<style>
span { border-color: #133FDA; }
span { border-color: rgb(19,63,218); }
td.TdClassName
{
border-color: #133FDA;
}
.TagClassName
{
border-color: #133FDA;
}
</style>