Shades of Persian Blue #1A40DF
Tints of Persian Blue #1A40DF
RGB
CMYK
RGB Variations
Color information
#1A40DF (or 0x1A40DF) is known color: Persian Blue. HEX triplet: 1A, 40 and DF. RGB value is (26,64,223). Sum of RGB (Red+Green+Blue) = 26+64+223=313 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.31% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A40DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A40DF is #E5BF20. Grayscale: #464646. Windows color (decimal): -15056673 or 14630938. OLE color: 14630938.
HSL color Cylindrical-coordinate representation of color #1A40DF: hue angle of 228.43º 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 #1A40DF is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 64 | 223 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.13 |
| HSL | 228.43º | 0.79% | 0.49% | - |
| HSV(B) | 228.43º | 0.88% | 0.87% | - |
| XYZ | 15.58 | 9.21 | 70.77 | - |
| YUV | 70.76 | 213.91 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 223 | 0.88 | 0.71 | 0 | 0.13 | 228.43 | 0.79 | 0.49 |
| Hex | 1A | 40 | DF | 58 | 47 | 0 | D | E4 | 4F | 31 |
| Octal | 32 | 100 | 337 | 130 | 107 | 0 | 15 | 344 | 117 | 61 |
| Binary | 11010 | 1000000 | 11011111 | 1011000 | 1000111 | 0 | 1101 | 11100100 | 1001111 | 110001 |
Color Harmonies of #1A40DF
Complementary color
Monochromatic Colors of #1A40DF
Black with #1A40DF
Text Example
Text Example
White with #1A40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A40DF; }
p { color: rgb(26,64,223); }
H1.HeaderClassName
{
color: #1A40DF;
}
.AnyTagClassName
{
color: #1A40DF;
}
</style>
background-color css
<style>
a { background-color: #1A40DF; }
a { background-color: rgb(26,64,223); }
div.DivClassName
{
background-color: #1A40DF;
}
.BgClassName
{
background-color: #1A40DF;
}
</style>
border-color css
<style>
span { border-color: #1A40DF; }
span { border-color: rgb(26,64,223); }
td.TdClassName
{
border-color: #1A40DF;
}
.TagClassName
{
border-color: #1A40DF;
}
</style>