Shades of Persian Blue #133ADA
Tints of Persian Blue #133ADA
RGB
CMYK
RGB Variations
Color information
#133ADA (or 0x133ADA) is known color: Persian Blue. HEX triplet: 13, 3A and DA. RGB value is (19,58,218). Sum of RGB (Red+Green+Blue) = 19+58+218=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #133ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133ADA is #ECC525. Grayscale: #3F3F3F. Windows color (decimal): -15516966 or 14301715. OLE color: 14301715.
HSL color Cylindrical-coordinate representation of color #133ADA: hue angle of 228.24º 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 #133ADA is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 58 | 218 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.15 |
| HSL | 228.24º | 0.84% | 0.46% | - |
| HSV(B) | 228.24º | 0.91% | 0.85% | - |
| XYZ | 14.44 | 8.23 | 67.16 | - |
| YUV | 64.58 | 214.58 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 218 | 0.91 | 0.73 | 0 | 0.15 | 228.24 | 0.84 | 0.46 |
| Hex | 13 | 3A | DA | 5B | 49 | 0 | F | E4 | 54 | 2E |
| Octal | 23 | 72 | 332 | 133 | 111 | 0 | 17 | 344 | 124 | 56 |
| Binary | 10011 | 111010 | 11011010 | 1011011 | 1001001 | 0 | 1111 | 11100100 | 1010100 | 101110 |
Color Harmonies of #133ADA
Complementary color
Monochromatic Colors of #133ADA
Black with #133ADA
Text Example
Text Example
White with #133ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133ADA; }
p { color: rgb(19,58,218); }
H1.HeaderClassName
{
color: #133ADA;
}
.AnyTagClassName
{
color: #133ADA;
}
</style>
background-color css
<style>
a { background-color: #133ADA; }
a { background-color: rgb(19,58,218); }
div.DivClassName
{
background-color: #133ADA;
}
.BgClassName
{
background-color: #133ADA;
}
</style>
border-color css
<style>
span { border-color: #133ADA; }
span { border-color: rgb(19,58,218); }
td.TdClassName
{
border-color: #133ADA;
}
.TagClassName
{
border-color: #133ADA;
}
</style>