Shades of Persian Blue #1A2FBB
Tints of Persian Blue #1A2FBB
RGB
CMYK
RGB Variations
Color information
#1A2FBB (or 0x1A2FBB) is known color: Persian Blue. HEX triplet: 1A, 2F and BB. RGB value is (26,47,187). Sum of RGB (Red+Green+Blue) = 26+47+187=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A2FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2FBB is #E5D044. Grayscale: #383838. Windows color (decimal): -15061061 or 12267290. OLE color: 12267290.
HSL color Cylindrical-coordinate representation of color #1A2FBB: hue angle of 232.17º degrees, saturation: 0.76, 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 #1A2FBB is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 47 | 187 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.27 |
| HSL | 232.17º | 0.76% | 0.42% | - |
| HSV(B) | 232.17º | 0.86% | 0.73% | - |
| XYZ | 10.41 | 5.84 | 47.59 | - |
| YUV | 56.68 | 201.54 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 187 | 0.86 | 0.75 | 0 | 0.27 | 232.17 | 0.76 | 0.42 |
| Hex | 1A | 2F | BB | 56 | 4B | 0 | 1B | E8 | 4C | 2A |
| Octal | 32 | 57 | 273 | 126 | 113 | 0 | 33 | 350 | 114 | 52 |
| Binary | 11010 | 101111 | 10111011 | 1010110 | 1001011 | 0 | 11011 | 11101000 | 1001100 | 101010 |
Color Harmonies of #1A2FBB
Complementary color
Monochromatic Colors of #1A2FBB
Black with #1A2FBB
Text Example
Text Example
White with #1A2FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2FBB; }
p { color: rgb(26,47,187); }
H1.HeaderClassName
{
color: #1A2FBB;
}
.AnyTagClassName
{
color: #1A2FBB;
}
</style>
background-color css
<style>
a { background-color: #1A2FBB; }
a { background-color: rgb(26,47,187); }
div.DivClassName
{
background-color: #1A2FBB;
}
.BgClassName
{
background-color: #1A2FBB;
}
</style>
border-color css
<style>
span { border-color: #1A2FBB; }
span { border-color: rgb(26,47,187); }
td.TdClassName
{
border-color: #1A2FBB;
}
.TagClassName
{
border-color: #1A2FBB;
}
</style>