Shades of Persian Blue #1338CE
Tints of Persian Blue #1338CE
RGB
CMYK
RGB Variations
Color information
#1338CE (or 0x1338CE) is known color: Persian Blue. HEX triplet: 13, 38 and CE. RGB value is (19,56,206). Sum of RGB (Red+Green+Blue) = 19+56+206=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #1338CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1338CE is #ECC731. Grayscale: #3D3D3D. Windows color (decimal): -15517490 or 13514771. OLE color: 13514771.
HSL color Cylindrical-coordinate representation of color #1338CE: hue angle of 228.13º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1338CE is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 56 | 206 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.19 |
| HSL | 228.13º | 0.83% | 0.44% | - |
| HSV(B) | 228.13º | 0.91% | 0.81% | - |
| XYZ | 12.82 | 7.42 | 59.15 | - |
| YUV | 62.04 | 209.24 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 56 | 206 | 0.91 | 0.73 | 0 | 0.19 | 228.13 | 0.83 | 0.44 |
| Hex | 13 | 38 | CE | 5B | 49 | 0 | 13 | E4 | 53 | 2C |
| Octal | 23 | 70 | 316 | 133 | 111 | 0 | 23 | 344 | 123 | 54 |
| Binary | 10011 | 111000 | 11001110 | 1011011 | 1001001 | 0 | 10011 | 11100100 | 1010011 | 101100 |
Color Harmonies of #1338CE
Complementary color
Monochromatic Colors of #1338CE
Black with #1338CE
Text Example
Text Example
White with #1338CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1338CE; }
p { color: rgb(19,56,206); }
H1.HeaderClassName
{
color: #1338CE;
}
.AnyTagClassName
{
color: #1338CE;
}
</style>
background-color css
<style>
a { background-color: #1338CE; }
a { background-color: rgb(19,56,206); }
div.DivClassName
{
background-color: #1338CE;
}
.BgClassName
{
background-color: #1338CE;
}
</style>
border-color css
<style>
span { border-color: #1338CE; }
span { border-color: rgb(19,56,206); }
td.TdClassName
{
border-color: #1338CE;
}
.TagClassName
{
border-color: #1338CE;
}
</style>