Shades of Persian Blue #1038BF
Tints of Persian Blue #1038BF
RGB
CMYK
RGB Variations
Color information
#1038BF (or 0x1038BF) is known color: Persian Blue. HEX triplet: 10, 38 and BF. RGB value is (16,56,191). Sum of RGB (Red+Green+Blue) = 16+56+191=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #1038BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1038BF is #EFC740. Grayscale: #3A3A3A. Windows color (decimal): -15714113 or 12531728. OLE color: 12531728.
HSL color Cylindrical-coordinate representation of color #1038BF: hue angle of 226.29º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1038BF is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 56 | 191 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.25 |
| HSL | 226.29º | 0.85% | 0.41% | - |
| HSV(B) | 226.29º | 0.92% | 0.75% | - |
| XYZ | 11.03 | 6.7 | 50 | - |
| YUV | 59.43 | 202.25 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 191 | 0.92 | 0.71 | 0 | 0.25 | 226.29 | 0.85 | 0.41 |
| Hex | 10 | 38 | BF | 5C | 47 | 0 | 19 | E2 | 55 | 29 |
| Octal | 20 | 70 | 277 | 134 | 107 | 0 | 31 | 342 | 125 | 51 |
| Binary | 10000 | 111000 | 10111111 | 1011100 | 1000111 | 0 | 11001 | 11100010 | 1010101 | 101001 |
Color Harmonies of #1038BF
Complementary color
Monochromatic Colors of #1038BF
Black with #1038BF
Text Example
Text Example
White with #1038BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1038BF; }
p { color: rgb(16,56,191); }
H1.HeaderClassName
{
color: #1038BF;
}
.AnyTagClassName
{
color: #1038BF;
}
</style>
background-color css
<style>
a { background-color: #1038BF; }
a { background-color: rgb(16,56,191); }
div.DivClassName
{
background-color: #1038BF;
}
.BgClassName
{
background-color: #1038BF;
}
</style>
border-color css
<style>
span { border-color: #1038BF; }
span { border-color: rgb(16,56,191); }
td.TdClassName
{
border-color: #1038BF;
}
.TagClassName
{
border-color: #1038BF;
}
</style>