Shades of Persian Blue #1538C7
Tints of Persian Blue #1538C7
RGB
CMYK
RGB Variations
Color information
#1538C7 (or 0x1538C7) is known color: Persian Blue. HEX triplet: 15, 38 and C7. RGB value is (21,56,199). Sum of RGB (Red+Green+Blue) = 21+56+199=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 199 (78.12% from 255 or 72.10% from 276); Max value from RGB is 199 - color contains mainly: blue. Hex color #1538C7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1538C7 is #EAC738. Grayscale: #3D3D3D. Windows color (decimal): -15386425 or 13056021. OLE color: 13056021.
HSL color Cylindrical-coordinate representation of color #1538C7: hue angle of 228.2º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1538C7 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 56 | 199 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.22 |
| HSL | 228.2º | 0.81% | 0.43% | - |
| HSV(B) | 228.2º | 0.89% | 0.78% | - |
| XYZ | 12.03 | 7.11 | 54.77 | - |
| YUV | 61.84 | 205.4 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 199 | 0.89 | 0.72 | 0 | 0.22 | 228.2 | 0.81 | 0.43 |
| Hex | 15 | 38 | C7 | 59 | 48 | 0 | 16 | E4 | 51 | 2B |
| Octal | 25 | 70 | 307 | 131 | 110 | 0 | 26 | 344 | 121 | 53 |
| Binary | 10101 | 111000 | 11000111 | 1011001 | 1001000 | 0 | 10110 | 11100100 | 1010001 | 101011 |
Color Harmonies of #1538C7
Complementary color
Monochromatic Colors of #1538C7
Black with #1538C7
Text Example
Text Example
White with #1538C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1538C7; }
p { color: rgb(21,56,199); }
H1.HeaderClassName
{
color: #1538C7;
}
.AnyTagClassName
{
color: #1538C7;
}
</style>
background-color css
<style>
a { background-color: #1538C7; }
a { background-color: rgb(21,56,199); }
div.DivClassName
{
background-color: #1538C7;
}
.BgClassName
{
background-color: #1538C7;
}
</style>
border-color css
<style>
span { border-color: #1538C7; }
span { border-color: rgb(21,56,199); }
td.TdClassName
{
border-color: #1538C7;
}
.TagClassName
{
border-color: #1538C7;
}
</style>