Shades of Persian Blue #1A33D9
Tints of Persian Blue #1A33D9
RGB
CMYK
RGB Variations
Color information
#1A33D9 (or 0x1A33D9) is known color: Persian Blue. HEX triplet: 1A, 33 and D9. RGB value is (26,51,217). Sum of RGB (Red+Green+Blue) = 26+51+217=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 217 (85.16% from 255 or 73.81% from 294); Max value from RGB is 217 - color contains mainly: blue. Hex color #1A33D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A33D9 is #E5CC26. Grayscale: #3D3D3D. Windows color (decimal): -15060007 or 14234394. OLE color: 14234394.
HSL color Cylindrical-coordinate representation of color #1A33D9: hue angle of 232.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A33D9 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 51 | 217 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.15 |
| HSL | 232.15º | 0.79% | 0.48% | - |
| HSV(B) | 232.15º | 0.88% | 0.85% | - |
| XYZ | 14.13 | 7.6 | 66.37 | - |
| YUV | 62.45 | 215.22 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 217 | 0.88 | 0.76 | 0 | 0.15 | 232.15 | 0.79 | 0.48 |
| Hex | 1A | 33 | D9 | 58 | 4C | 0 | F | E8 | 4F | 30 |
| Octal | 32 | 63 | 331 | 130 | 114 | 0 | 17 | 350 | 117 | 60 |
| Binary | 11010 | 110011 | 11011001 | 1011000 | 1001100 | 0 | 1111 | 11101000 | 1001111 | 110000 |
Color Harmonies of #1A33D9
Complementary color
Monochromatic Colors of #1A33D9
Black with #1A33D9
Text Example
Text Example
White with #1A33D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A33D9; }
p { color: rgb(26,51,217); }
H1.HeaderClassName
{
color: #1A33D9;
}
.AnyTagClassName
{
color: #1A33D9;
}
</style>
background-color css
<style>
a { background-color: #1A33D9; }
a { background-color: rgb(26,51,217); }
div.DivClassName
{
background-color: #1A33D9;
}
.BgClassName
{
background-color: #1A33D9;
}
</style>
border-color css
<style>
span { border-color: #1A33D9; }
span { border-color: rgb(26,51,217); }
td.TdClassName
{
border-color: #1A33D9;
}
.TagClassName
{
border-color: #1A33D9;
}
</style>