Shades of Persian Blue #1A33BA
Tints of Persian Blue #1A33BA
RGB
CMYK
RGB Variations
Color information
#1A33BA (or 0x1A33BA) is known color: Persian Blue. HEX triplet: 1A, 33 and BA. RGB value is (26,51,186). Sum of RGB (Red+Green+Blue) = 26+51+186=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A33BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A33BA is #E5CC45. Grayscale: #3A3A3A. Windows color (decimal): -15060038 or 12202778. OLE color: 12202778.
HSL color Cylindrical-coordinate representation of color #1A33BA: hue angle of 230.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A33BA is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 51 | 186 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.27 |
| HSL | 230.63º | 0.75% | 0.42% | - |
| HSV(B) | 230.63º | 0.86% | 0.73% | - |
| XYZ | 10.47 | 6.13 | 47.09 | - |
| YUV | 58.92 | 199.72 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 186 | 0.86 | 0.73 | 0 | 0.27 | 230.63 | 0.75 | 0.42 |
| Hex | 1A | 33 | BA | 56 | 49 | 0 | 1B | E7 | 4B | 2A |
| Octal | 32 | 63 | 272 | 126 | 111 | 0 | 33 | 347 | 113 | 52 |
| Binary | 11010 | 110011 | 10111010 | 1010110 | 1001001 | 0 | 11011 | 11100111 | 1001011 | 101010 |
Color Harmonies of #1A33BA
Complementary color
Monochromatic Colors of #1A33BA
Black with #1A33BA
Text Example
Text Example
White with #1A33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A33BA; }
p { color: rgb(26,51,186); }
H1.HeaderClassName
{
color: #1A33BA;
}
.AnyTagClassName
{
color: #1A33BA;
}
</style>
background-color css
<style>
a { background-color: #1A33BA; }
a { background-color: rgb(26,51,186); }
div.DivClassName
{
background-color: #1A33BA;
}
.BgClassName
{
background-color: #1A33BA;
}
</style>
border-color css
<style>
span { border-color: #1A33BA; }
span { border-color: rgb(26,51,186); }
td.TdClassName
{
border-color: #1A33BA;
}
.TagClassName
{
border-color: #1A33BA;
}
</style>