Shades of Persian Blue #1A30BF
Tints of Persian Blue #1A30BF
RGB
CMYK
RGB Variations
Color information
#1A30BF (or 0x1A30BF) is known color: Persian Blue. HEX triplet: 1A, 30 and BF. RGB value is (26,48,191). Sum of RGB (Red+Green+Blue) = 26+48+191=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A30BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A30BF is #E5CF40. Grayscale: #393939. Windows color (decimal): -15060801 or 12529690. OLE color: 12529690.
HSL color Cylindrical-coordinate representation of color #1A30BF: hue angle of 232º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A30BF is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 48 | 191 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.25 |
| HSL | 232º | 0.76% | 0.43% | - |
| HSV(B) | 232º | 0.86% | 0.75% | - |
| XYZ | 10.89 | 6.1 | 49.89 | - |
| YUV | 57.72 | 203.21 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 191 | 0.86 | 0.75 | 0 | 0.25 | 232 | 0.76 | 0.43 |
| Hex | 1A | 30 | BF | 56 | 4B | 0 | 19 | E8 | 4C | 2B |
| Octal | 32 | 60 | 277 | 126 | 113 | 0 | 31 | 350 | 114 | 53 |
| Binary | 11010 | 110000 | 10111111 | 1010110 | 1001011 | 0 | 11001 | 11101000 | 1001100 | 101011 |
Color Harmonies of #1A30BF
Complementary color
Monochromatic Colors of #1A30BF
Black with #1A30BF
Text Example
Text Example
White with #1A30BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A30BF; }
p { color: rgb(26,48,191); }
H1.HeaderClassName
{
color: #1A30BF;
}
.AnyTagClassName
{
color: #1A30BF;
}
</style>
background-color css
<style>
a { background-color: #1A30BF; }
a { background-color: rgb(26,48,191); }
div.DivClassName
{
background-color: #1A30BF;
}
.BgClassName
{
background-color: #1A30BF;
}
</style>
border-color css
<style>
span { border-color: #1A30BF; }
span { border-color: rgb(26,48,191); }
td.TdClassName
{
border-color: #1A30BF;
}
.TagClassName
{
border-color: #1A30BF;
}
</style>