Shades of Persian Blue #1A38D1
Tints of Persian Blue #1A38D1
RGB
CMYK
RGB Variations
Color information
#1A38D1 (or 0x1A38D1) is known color: Persian Blue. HEX triplet: 1A, 38 and D1. RGB value is (26,56,209). Sum of RGB (Red+Green+Blue) = 26+56+209=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 209 (82.03% from 255 or 71.82% from 291); Max value from RGB is 209 - color contains mainly: blue. Hex color #1A38D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A38D1 is #E5C72E. Grayscale: #3F3F3F. Windows color (decimal): -15058735 or 13711386. OLE color: 13711386.
HSL color Cylindrical-coordinate representation of color #1A38D1: hue angle of 230.16º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A38D1 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 56 | 209 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.18 |
| HSL | 230.16º | 0.78% | 0.46% | - |
| HSV(B) | 230.16º | 0.88% | 0.82% | - |
| XYZ | 13.35 | 7.65 | 61.09 | - |
| YUV | 64.47 | 209.56 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 209 | 0.88 | 0.73 | 0 | 0.18 | 230.16 | 0.78 | 0.46 |
| Hex | 1A | 38 | D1 | 58 | 49 | 0 | 12 | E6 | 4E | 2E |
| Octal | 32 | 70 | 321 | 130 | 111 | 0 | 22 | 346 | 116 | 56 |
| Binary | 11010 | 111000 | 11010001 | 1011000 | 1001001 | 0 | 10010 | 11100110 | 1001110 | 101110 |
Color Harmonies of #1A38D1
Complementary color
Monochromatic Colors of #1A38D1
Black with #1A38D1
Text Example
Text Example
White with #1A38D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A38D1; }
p { color: rgb(26,56,209); }
H1.HeaderClassName
{
color: #1A38D1;
}
.AnyTagClassName
{
color: #1A38D1;
}
</style>
background-color css
<style>
a { background-color: #1A38D1; }
a { background-color: rgb(26,56,209); }
div.DivClassName
{
background-color: #1A38D1;
}
.BgClassName
{
background-color: #1A38D1;
}
</style>
border-color css
<style>
span { border-color: #1A38D1; }
span { border-color: rgb(26,56,209); }
td.TdClassName
{
border-color: #1A38D1;
}
.TagClassName
{
border-color: #1A38D1;
}
</style>