Shades of Persian Blue #1A33DF
Tints of Persian Blue #1A33DF
RGB
CMYK
RGB Variations
Color information
#1A33DF (or 0x1A33DF) is known color: Persian Blue. HEX triplet: 1A, 33 and DF. RGB value is (26,51,223). Sum of RGB (Red+Green+Blue) = 26+51+223=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A33DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A33DF is #E5CC20. Grayscale: #3E3E3E. Windows color (decimal): -15060001 or 14627610. OLE color: 14627610.
HSL color Cylindrical-coordinate representation of color #1A33DF: hue angle of 232.39º 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 #1A33DF is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 51 | 223 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.13 |
| HSL | 232.39º | 0.79% | 0.49% | - |
| HSV(B) | 232.39º | 0.88% | 0.87% | - |
| XYZ | 14.93 | 7.91 | 70.55 | - |
| YUV | 63.13 | 218.22 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 223 | 0.88 | 0.77 | 0 | 0.13 | 232.39 | 0.79 | 0.49 |
| Hex | 1A | 33 | DF | 58 | 4D | 0 | D | E8 | 4F | 31 |
| Octal | 32 | 63 | 337 | 130 | 115 | 0 | 15 | 350 | 117 | 61 |
| Binary | 11010 | 110011 | 11011111 | 1011000 | 1001101 | 0 | 1101 | 11101000 | 1001111 | 110001 |
Color Harmonies of #1A33DF
Complementary color
Monochromatic Colors of #1A33DF
Black with #1A33DF
Text Example
Text Example
White with #1A33DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A33DF; }
p { color: rgb(26,51,223); }
H1.HeaderClassName
{
color: #1A33DF;
}
.AnyTagClassName
{
color: #1A33DF;
}
</style>
background-color css
<style>
a { background-color: #1A33DF; }
a { background-color: rgb(26,51,223); }
div.DivClassName
{
background-color: #1A33DF;
}
.BgClassName
{
background-color: #1A33DF;
}
</style>
border-color css
<style>
span { border-color: #1A33DF; }
span { border-color: rgb(26,51,223); }
td.TdClassName
{
border-color: #1A33DF;
}
.TagClassName
{
border-color: #1A33DF;
}
</style>