Shades of Persian Blue #1A1CCF
Tints of Persian Blue #1A1CCF
RGB
CMYK
RGB Variations
Color information
#1A1CCF (or 0x1A1CCF) is known color: Persian Blue. HEX triplet: 1A, 1C and CF. RGB value is (26,28,207). Sum of RGB (Red+Green+Blue) = 26+28+207=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 207 (81.25% from 255 or 79.31% from 261); Max value from RGB is 207 - color contains mainly: blue. Hex color #1A1CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1CCF is #E5E330. Grayscale: #2F2F2F. Windows color (decimal): -15065905 or 13573146. OLE color: 13573146.
HSL color Cylindrical-coordinate representation of color #1A1CCF: hue angle of 239.34º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A1CCF is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 28 | 207 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.19 |
| HSL | 239.34º | 0.78% | 0.46% | - |
| HSV(B) | 239.34º | 0.87% | 0.81% | - |
| XYZ | 12.1 | 5.56 | 59.47 | - |
| YUV | 47.81 | 217.84 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 28 | 207 | 0.87 | 0.86 | 0 | 0.19 | 239.34 | 0.78 | 0.46 |
| Hex | 1A | 1C | CF | 57 | 56 | 0 | 13 | EF | 4E | 2E |
| Octal | 32 | 34 | 317 | 127 | 126 | 0 | 23 | 357 | 116 | 56 |
| Binary | 11010 | 11100 | 11001111 | 1010111 | 1010110 | 0 | 10011 | 11101111 | 1001110 | 101110 |
Color Harmonies of #1A1CCF
Complementary color
Monochromatic Colors of #1A1CCF
Black with #1A1CCF
Text Example
Text Example
White with #1A1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1CCF; }
p { color: rgb(26,28,207); }
H1.HeaderClassName
{
color: #1A1CCF;
}
.AnyTagClassName
{
color: #1A1CCF;
}
</style>
background-color css
<style>
a { background-color: #1A1CCF; }
a { background-color: rgb(26,28,207); }
div.DivClassName
{
background-color: #1A1CCF;
}
.BgClassName
{
background-color: #1A1CCF;
}
</style>
border-color css
<style>
span { border-color: #1A1CCF; }
span { border-color: rgb(26,28,207); }
td.TdClassName
{
border-color: #1A1CCF;
}
.TagClassName
{
border-color: #1A1CCF;
}
</style>