Shades of Persian Blue #1A39DF
Tints of Persian Blue #1A39DF
RGB
CMYK
RGB Variations
Color information
#1A39DF (or 0x1A39DF) is known color: Persian Blue. HEX triplet: 1A, 39 and DF. RGB value is (26,57,223). Sum of RGB (Red+Green+Blue) = 26+57+223=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A39DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A39DF is #E5C620. Grayscale: #414141. Windows color (decimal): -15058465 or 14629146. OLE color: 14629146.
HSL color Cylindrical-coordinate representation of color #1A39DF: hue angle of 230.56º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A39DF is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 57 | 223 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.13 |
| HSL | 230.56º | 0.79% | 0.49% | - |
| HSV(B) | 230.56º | 0.88% | 0.87% | - |
| XYZ | 15.21 | 8.47 | 70.65 | - |
| YUV | 66.66 | 216.23 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 57 | 223 | 0.88 | 0.74 | 0 | 0.13 | 230.56 | 0.79 | 0.49 |
| Hex | 1A | 39 | DF | 58 | 4A | 0 | D | E7 | 4F | 31 |
| Octal | 32 | 71 | 337 | 130 | 112 | 0 | 15 | 347 | 117 | 61 |
| Binary | 11010 | 111001 | 11011111 | 1011000 | 1001010 | 0 | 1101 | 11100111 | 1001111 | 110001 |
Color Harmonies of #1A39DF
Complementary color
Monochromatic Colors of #1A39DF
Black with #1A39DF
Text Example
Text Example
White with #1A39DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A39DF; }
p { color: rgb(26,57,223); }
H1.HeaderClassName
{
color: #1A39DF;
}
.AnyTagClassName
{
color: #1A39DF;
}
</style>
background-color css
<style>
a { background-color: #1A39DF; }
a { background-color: rgb(26,57,223); }
div.DivClassName
{
background-color: #1A39DF;
}
.BgClassName
{
background-color: #1A39DF;
}
</style>
border-color css
<style>
span { border-color: #1A39DF; }
span { border-color: rgb(26,57,223); }
td.TdClassName
{
border-color: #1A39DF;
}
.TagClassName
{
border-color: #1A39DF;
}
</style>