Shades of Persian Blue #1024B7
Tints of Persian Blue #1024B7
RGB
CMYK
RGB Variations
Color information
#1024B7 (or 0x1024B7) is known color: Persian Blue. HEX triplet: 10, 24 and B7. RGB value is (16,36,183). Sum of RGB (Red+Green+Blue) = 16+36+183=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 183 (71.88% from 255 or 77.87% from 235); Max value from RGB is 183 - color contains mainly: blue. Hex color #1024B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1024B7 is #EFDB48. Grayscale: #2E2E2E. Windows color (decimal): -15719241 or 12002320. OLE color: 12002320.
HSL color Cylindrical-coordinate representation of color #1024B7: hue angle of 232.81º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1024B7 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 36 | 183 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.28 |
| HSL | 232.81º | 0.84% | 0.39% | - |
| HSV(B) | 232.81º | 0.91% | 0.72% | - |
| XYZ | 9.39 | 4.79 | 45.23 | - |
| YUV | 46.78 | 204.87 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 183 | 0.91 | 0.80 | 0 | 0.28 | 232.81 | 0.84 | 0.39 |
| Hex | 10 | 24 | B7 | 5B | 50 | 0 | 1C | E9 | 54 | 27 |
| Octal | 20 | 44 | 267 | 133 | 120 | 0 | 34 | 351 | 124 | 47 |
| Binary | 10000 | 100100 | 10110111 | 1011011 | 1010000 | 0 | 11100 | 11101001 | 1010100 | 100111 |
Color Harmonies of #1024B7
Complementary color
Monochromatic Colors of #1024B7
Black with #1024B7
Text Example
Text Example
White with #1024B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1024B7; }
p { color: rgb(16,36,183); }
H1.HeaderClassName
{
color: #1024B7;
}
.AnyTagClassName
{
color: #1024B7;
}
</style>
background-color css
<style>
a { background-color: #1024B7; }
a { background-color: rgb(16,36,183); }
div.DivClassName
{
background-color: #1024B7;
}
.BgClassName
{
background-color: #1024B7;
}
</style>
border-color css
<style>
span { border-color: #1024B7; }
span { border-color: rgb(16,36,183); }
td.TdClassName
{
border-color: #1024B7;
}
.TagClassName
{
border-color: #1024B7;
}
</style>