Shades of Persian Blue #1A1FBE
Tints of Persian Blue #1A1FBE
RGB
CMYK
RGB Variations
Color information
#1A1FBE (or 0x1A1FBE) is known color: Persian Blue. HEX triplet: 1A, 1F and BE. RGB value is (26,31,190). Sum of RGB (Red+Green+Blue) = 26+31+190=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 190 (74.61% from 255 or 76.92% from 247); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A1FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1FBE is #E5E041. Grayscale: #2E2E2E. Windows color (decimal): -15065154 or 12459802. OLE color: 12459802.
HSL color Cylindrical-coordinate representation of color #1A1FBE: hue angle of 238.17º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A1FBE is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 31 | 190 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.25 |
| HSL | 238.17º | 0.76% | 0.42% | - |
| HSV(B) | 238.17º | 0.86% | 0.75% | - |
| XYZ | 10.21 | 4.92 | 49.13 | - |
| YUV | 47.63 | 208.34 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 190 | 0.86 | 0.84 | 0 | 0.25 | 238.17 | 0.76 | 0.42 |
| Hex | 1A | 1F | BE | 56 | 54 | 0 | 19 | EE | 4C | 2A |
| Octal | 32 | 37 | 276 | 126 | 124 | 0 | 31 | 356 | 114 | 52 |
| Binary | 11010 | 11111 | 10111110 | 1010110 | 1010100 | 0 | 11001 | 11101110 | 1001100 | 101010 |
Color Harmonies of #1A1FBE
Complementary color
Monochromatic Colors of #1A1FBE
Black with #1A1FBE
Text Example
Text Example
White with #1A1FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1FBE; }
p { color: rgb(26,31,190); }
H1.HeaderClassName
{
color: #1A1FBE;
}
.AnyTagClassName
{
color: #1A1FBE;
}
</style>
background-color css
<style>
a { background-color: #1A1FBE; }
a { background-color: rgb(26,31,190); }
div.DivClassName
{
background-color: #1A1FBE;
}
.BgClassName
{
background-color: #1A1FBE;
}
</style>
border-color css
<style>
span { border-color: #1A1FBE; }
span { border-color: rgb(26,31,190); }
td.TdClassName
{
border-color: #1A1FBE;
}
.TagClassName
{
border-color: #1A1FBE;
}
</style>