Shades of Persian Blue #1739F1
Tints of Persian Blue #1739F1
RGB
CMYK
RGB Variations
Color information
#1739F1 (or 0x1739F1) is known color: Persian Blue. HEX triplet: 17, 39 and F1. RGB value is (23,57,241). Sum of RGB (Red+Green+Blue) = 23+57+241=321 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.17% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 241 (94.53% from 255 or 75.08% from 321); Max value from RGB is 241 - color contains mainly: blue. Hex color #1739F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1739F1 is #E8C60E. Grayscale: #434343. Windows color (decimal): -15255055 or 15808791. OLE color: 15808791.
HSL color Cylindrical-coordinate representation of color #1739F1: hue angle of 230.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1739F1 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 57 | 241 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.05 |
| HSL | 230.64º | 0.89% | 0.52% | - |
| HSV(B) | 230.64º | 0.9% | 0.95% | - |
| XYZ | 17.69 | 9.46 | 84.11 | - |
| YUV | 67.81 | 225.74 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 241 | 0.90 | 0.76 | 0 | 0.05 | 230.64 | 0.89 | 0.52 |
| Hex | 17 | 39 | F1 | 5A | 4C | 0 | 5 | E7 | 59 | 34 |
| Octal | 27 | 71 | 361 | 132 | 114 | 0 | 5 | 347 | 131 | 64 |
| Binary | 10111 | 111001 | 11110001 | 1011010 | 1001100 | 0 | 101 | 11100111 | 1011001 | 110100 |
Color Harmonies of #1739F1
Complementary color
Monochromatic Colors of #1739F1
Black with #1739F1
Text Example
Text Example
White with #1739F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1739F1; }
p { color: rgb(23,57,241); }
H1.HeaderClassName
{
color: #1739F1;
}
.AnyTagClassName
{
color: #1739F1;
}
</style>
background-color css
<style>
a { background-color: #1739F1; }
a { background-color: rgb(23,57,241); }
div.DivClassName
{
background-color: #1739F1;
}
.BgClassName
{
background-color: #1739F1;
}
</style>
border-color css
<style>
span { border-color: #1739F1; }
span { border-color: rgb(23,57,241); }
td.TdClassName
{
border-color: #1739F1;
}
.TagClassName
{
border-color: #1739F1;
}
</style>