Shades of Persian Blue #133FDC
Tints of Persian Blue #133FDC
RGB
CMYK
RGB Variations
Color information
#133FDC (or 0x133FDC) is known color: Persian Blue. HEX triplet: 13, 3F and DC. RGB value is (19,63,220). Sum of RGB (Red+Green+Blue) = 19+63+220=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #133FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133FDC is #ECC023. Grayscale: #434343. Windows color (decimal): -15515684 or 14434067. OLE color: 14434067.
HSL color Cylindrical-coordinate representation of color #133FDC: hue angle of 226.87º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133FDC is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 63 | 220 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.14 |
| HSL | 226.87º | 0.84% | 0.47% | - |
| HSV(B) | 226.87º | 0.91% | 0.86% | - |
| XYZ | 14.96 | 8.86 | 68.63 | - |
| YUV | 67.74 | 213.92 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 220 | 0.91 | 0.71 | 0 | 0.14 | 226.87 | 0.84 | 0.47 |
| Hex | 13 | 3F | DC | 5B | 47 | 0 | E | E3 | 54 | 2F |
| Octal | 23 | 77 | 334 | 133 | 107 | 0 | 16 | 343 | 124 | 57 |
| Binary | 10011 | 111111 | 11011100 | 1011011 | 1000111 | 0 | 1110 | 11100011 | 1010100 | 101111 |
Color Harmonies of #133FDC
Complementary color
Monochromatic Colors of #133FDC
Black with #133FDC
Text Example
Text Example
White with #133FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FDC; }
p { color: rgb(19,63,220); }
H1.HeaderClassName
{
color: #133FDC;
}
.AnyTagClassName
{
color: #133FDC;
}
</style>
background-color css
<style>
a { background-color: #133FDC; }
a { background-color: rgb(19,63,220); }
div.DivClassName
{
background-color: #133FDC;
}
.BgClassName
{
background-color: #133FDC;
}
</style>
border-color css
<style>
span { border-color: #133FDC; }
span { border-color: rgb(19,63,220); }
td.TdClassName
{
border-color: #133FDC;
}
.TagClassName
{
border-color: #133FDC;
}
</style>