Shades of Persian Blue #1A1DBC
Tints of Persian Blue #1A1DBC
RGB
CMYK
RGB Variations
Color information
#1A1DBC (or 0x1A1DBC) is known color: Persian Blue. HEX triplet: 1A, 1D and BC. RGB value is (26,29,188). Sum of RGB (Red+Green+Blue) = 26+29+188=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A1DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1DBC is #E5E243. Grayscale: #2D2D2D. Windows color (decimal): -15065668 or 12328218. OLE color: 12328218.
HSL color Cylindrical-coordinate representation of color #1A1DBC: hue angle of 238.89º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A1DBC is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 29 | 188 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.26 |
| HSL | 238.89º | 0.76% | 0.42% | - |
| HSV(B) | 238.89º | 0.86% | 0.74% | - |
| XYZ | 9.94 | 4.73 | 47.97 | - |
| YUV | 46.23 | 208.01 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 188 | 0.86 | 0.85 | 0 | 0.26 | 238.89 | 0.76 | 0.42 |
| Hex | 1A | 1D | BC | 56 | 55 | 0 | 1A | EF | 4C | 2A |
| Octal | 32 | 35 | 274 | 126 | 125 | 0 | 32 | 357 | 114 | 52 |
| Binary | 11010 | 11101 | 10111100 | 1010110 | 1010101 | 0 | 11010 | 11101111 | 1001100 | 101010 |
Color Harmonies of #1A1DBC
Complementary color
Monochromatic Colors of #1A1DBC
Black with #1A1DBC
Text Example
Text Example
White with #1A1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1DBC; }
p { color: rgb(26,29,188); }
H1.HeaderClassName
{
color: #1A1DBC;
}
.AnyTagClassName
{
color: #1A1DBC;
}
</style>
background-color css
<style>
a { background-color: #1A1DBC; }
a { background-color: rgb(26,29,188); }
div.DivClassName
{
background-color: #1A1DBC;
}
.BgClassName
{
background-color: #1A1DBC;
}
</style>
border-color css
<style>
span { border-color: #1A1DBC; }
span { border-color: rgb(26,29,188); }
td.TdClassName
{
border-color: #1A1DBC;
}
.TagClassName
{
border-color: #1A1DBC;
}
</style>