Shades of Persian Blue #1A38DD
Tints of Persian Blue #1A38DD
RGB
CMYK
RGB Variations
Color information
#1A38DD (or 0x1A38DD) is known color: Persian Blue. HEX triplet: 1A, 38 and DD. RGB value is (26,56,221). Sum of RGB (Red+Green+Blue) = 26+56+221=303 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.58% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A38DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A38DD is #E5C722. Grayscale: #414141. Windows color (decimal): -15058723 or 14497818. OLE color: 14497818.
HSL color Cylindrical-coordinate representation of color #1A38DD: hue angle of 230.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A38DD is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 56 | 221 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.13 |
| HSL | 230.77º | 0.79% | 0.48% | - |
| HSV(B) | 230.77º | 0.88% | 0.87% | - |
| XYZ | 14.89 | 8.27 | 69.22 | - |
| YUV | 65.84 | 215.56 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 221 | 0.88 | 0.75 | 0 | 0.13 | 230.77 | 0.79 | 0.48 |
| Hex | 1A | 38 | DD | 58 | 4B | 0 | D | E7 | 4F | 30 |
| Octal | 32 | 70 | 335 | 130 | 113 | 0 | 15 | 347 | 117 | 60 |
| Binary | 11010 | 111000 | 11011101 | 1011000 | 1001011 | 0 | 1101 | 11100111 | 1001111 | 110000 |
Color Harmonies of #1A38DD
Complementary color
Monochromatic Colors of #1A38DD
Black with #1A38DD
Text Example
Text Example
White with #1A38DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A38DD; }
p { color: rgb(26,56,221); }
H1.HeaderClassName
{
color: #1A38DD;
}
.AnyTagClassName
{
color: #1A38DD;
}
</style>
background-color css
<style>
a { background-color: #1A38DD; }
a { background-color: rgb(26,56,221); }
div.DivClassName
{
background-color: #1A38DD;
}
.BgClassName
{
background-color: #1A38DD;
}
</style>
border-color css
<style>
span { border-color: #1A38DD; }
span { border-color: rgb(26,56,221); }
td.TdClassName
{
border-color: #1A38DD;
}
.TagClassName
{
border-color: #1A38DD;
}
</style>