Shades of Persian Blue #1038CA
Tints of Persian Blue #1038CA
RGB
CMYK
RGB Variations
Color information
#1038CA (or 0x1038CA) is known color: Persian Blue. HEX triplet: 10, 38 and CA. RGB value is (16,56,202). Sum of RGB (Red+Green+Blue) = 16+56+202=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 202 (79.30% from 255 or 73.72% from 274); Max value from RGB is 202 - color contains mainly: blue. Hex color #1038CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1038CA is #EFC735. Grayscale: #3C3C3C. Windows color (decimal): -15714102 or 13252624. OLE color: 13252624.
HSL color Cylindrical-coordinate representation of color #1038CA: hue angle of 227.1º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1038CA is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 56 | 202 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.21 |
| HSL | 227.1º | 0.85% | 0.43% | - |
| HSV(B) | 227.1º | 0.92% | 0.79% | - |
| XYZ | 12.29 | 7.2 | 56.62 | - |
| YUV | 60.68 | 207.75 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 202 | 0.92 | 0.72 | 0 | 0.21 | 227.1 | 0.85 | 0.43 |
| Hex | 10 | 38 | CA | 5C | 48 | 0 | 15 | E3 | 55 | 2B |
| Octal | 20 | 70 | 312 | 134 | 110 | 0 | 25 | 343 | 125 | 53 |
| Binary | 10000 | 111000 | 11001010 | 1011100 | 1001000 | 0 | 10101 | 11100011 | 1010101 | 101011 |
Color Harmonies of #1038CA
Complementary color
Monochromatic Colors of #1038CA
Black with #1038CA
Text Example
Text Example
White with #1038CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1038CA; }
p { color: rgb(16,56,202); }
H1.HeaderClassName
{
color: #1038CA;
}
.AnyTagClassName
{
color: #1038CA;
}
</style>
background-color css
<style>
a { background-color: #1038CA; }
a { background-color: rgb(16,56,202); }
div.DivClassName
{
background-color: #1038CA;
}
.BgClassName
{
background-color: #1038CA;
}
</style>
border-color css
<style>
span { border-color: #1038CA; }
span { border-color: rgb(16,56,202); }
td.TdClassName
{
border-color: #1038CA;
}
.TagClassName
{
border-color: #1038CA;
}
</style>