Shades of Persian Blue #1A3CAF
Tints of Persian Blue #1A3CAF
RGB
CMYK
RGB Variations
Color information
#1A3CAF (or 0x1A3CAF) is known color: Persian Blue. HEX triplet: 1A, 3C and AF. RGB value is (26,60,175). Sum of RGB (Red+Green+Blue) = 26+60+175=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A3CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3CAF is #E5C350. Grayscale: #3E3E3E. Windows color (decimal): -15057745 or 11484186. OLE color: 11484186.
HSL color Cylindrical-coordinate representation of color #1A3CAF: hue angle of 226.31º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A3CAF is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 60 | 175 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.31 |
| HSL | 226.31º | 0.74% | 0.39% | - |
| HSV(B) | 226.31º | 0.85% | 0.69% | - |
| XYZ | 9.78 | 6.55 | 41.31 | - |
| YUV | 62.94 | 191.24 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 60 | 175 | 0.85 | 0.66 | 0 | 0.31 | 226.31 | 0.74 | 0.39 |
| Hex | 1A | 3C | AF | 55 | 42 | 0 | 1F | E2 | 4A | 27 |
| Octal | 32 | 74 | 257 | 125 | 102 | 0 | 37 | 342 | 112 | 47 |
| Binary | 11010 | 111100 | 10101111 | 1010101 | 1000010 | 0 | 11111 | 11100010 | 1001010 | 100111 |
Color Harmonies of #1A3CAF
Complementary color
Monochromatic Colors of #1A3CAF
Black with #1A3CAF
Text Example
Text Example
White with #1A3CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3CAF; }
p { color: rgb(26,60,175); }
H1.HeaderClassName
{
color: #1A3CAF;
}
.AnyTagClassName
{
color: #1A3CAF;
}
</style>
background-color css
<style>
a { background-color: #1A3CAF; }
a { background-color: rgb(26,60,175); }
div.DivClassName
{
background-color: #1A3CAF;
}
.BgClassName
{
background-color: #1A3CAF;
}
</style>
border-color css
<style>
span { border-color: #1A3CAF; }
span { border-color: rgb(26,60,175); }
td.TdClassName
{
border-color: #1A3CAF;
}
.TagClassName
{
border-color: #1A3CAF;
}
</style>