Shades of Persian Blue #1038BD
Tints of Persian Blue #1038BD
RGB
CMYK
RGB Variations
Color information
#1038BD (or 0x1038BD) is known color: Persian Blue. HEX triplet: 10, 38 and BD. RGB value is (16,56,189). Sum of RGB (Red+Green+Blue) = 16+56+189=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #1038BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1038BD is #EFC742. Grayscale: #3A3A3A. Windows color (decimal): -15714115 or 12400656. OLE color: 12400656.
HSL color Cylindrical-coordinate representation of color #1038BD: hue angle of 226.13º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1038BD is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 56 | 189 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.26 |
| HSL | 226.13º | 0.84% | 0.4% | - |
| HSV(B) | 226.13º | 0.92% | 0.74% | - |
| XYZ | 10.81 | 6.61 | 48.85 | - |
| YUV | 59.2 | 201.25 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 189 | 0.92 | 0.70 | 0 | 0.26 | 226.13 | 0.84 | 0.4 |
| Hex | 10 | 38 | BD | 5C | 46 | 0 | 1A | E2 | 54 | 28 |
| Octal | 20 | 70 | 275 | 134 | 106 | 0 | 32 | 342 | 124 | 50 |
| Binary | 10000 | 111000 | 10111101 | 1011100 | 1000110 | 0 | 11010 | 11100010 | 1010100 | 101000 |
Color Harmonies of #1038BD
Complementary color
Monochromatic Colors of #1038BD
Black with #1038BD
Text Example
Text Example
White with #1038BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1038BD; }
p { color: rgb(16,56,189); }
H1.HeaderClassName
{
color: #1038BD;
}
.AnyTagClassName
{
color: #1038BD;
}
</style>
background-color css
<style>
a { background-color: #1038BD; }
a { background-color: rgb(16,56,189); }
div.DivClassName
{
background-color: #1038BD;
}
.BgClassName
{
background-color: #1038BD;
}
</style>
border-color css
<style>
span { border-color: #1038BD; }
span { border-color: rgb(16,56,189); }
td.TdClassName
{
border-color: #1038BD;
}
.TagClassName
{
border-color: #1038BD;
}
</style>