Shades of Persian Blue #1338DF
Tints of Persian Blue #1338DF
RGB
CMYK
RGB Variations
Color information
#1338DF (or 0x1338DF) is known color: Persian Blue. HEX triplet: 13, 38 and DF. RGB value is (19,56,223). Sum of RGB (Red+Green+Blue) = 19+56+223=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 223 (87.5% from 255 or 74.83% from 298); Max value from RGB is 223 - color contains mainly: blue. Hex color #1338DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1338DF is #ECC720. Grayscale: #3F3F3F. Windows color (decimal): -15517473 or 14628883. OLE color: 14628883.
HSL color Cylindrical-coordinate representation of color #1338DF: hue angle of 229.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1338DF is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 56 | 223 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.13 |
| HSL | 229.12º | 0.84% | 0.47% | - |
| HSV(B) | 229.12º | 0.91% | 0.87% | - |
| XYZ | 15 | 8.29 | 70.62 | - |
| YUV | 63.98 | 217.74 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 223 | 0.91 | 0.75 | 0 | 0.13 | 229.12 | 0.84 | 0.47 |
| Hex | 13 | 38 | DF | 5B | 4B | 0 | D | E5 | 54 | 2F |
| Octal | 23 | 70 | 337 | 133 | 113 | 0 | 15 | 345 | 124 | 57 |
| Binary | 10011 | 111000 | 11011111 | 1011011 | 1001011 | 0 | 1101 | 11100101 | 1010100 | 101111 |
Color Harmonies of #1338DF
Complementary color
Monochromatic Colors of #1338DF
Black with #1338DF
Text Example
Text Example
White with #1338DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1338DF; }
p { color: rgb(19,56,223); }
H1.HeaderClassName
{
color: #1338DF;
}
.AnyTagClassName
{
color: #1338DF;
}
</style>
background-color css
<style>
a { background-color: #1338DF; }
a { background-color: rgb(19,56,223); }
div.DivClassName
{
background-color: #1338DF;
}
.BgClassName
{
background-color: #1338DF;
}
</style>
border-color css
<style>
span { border-color: #1338DF; }
span { border-color: rgb(19,56,223); }
td.TdClassName
{
border-color: #1338DF;
}
.TagClassName
{
border-color: #1338DF;
}
</style>