Shades of Persian Blue #1A3FBD
Tints of Persian Blue #1A3FBD
RGB
CMYK
RGB Variations
Color information
#1A3FBD (or 0x1A3FBD) is known color: Persian Blue. HEX triplet: 1A, 3F and BD. RGB value is (26,63,189). Sum of RGB (Red+Green+Blue) = 26+63+189=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A3FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3FBD is #E5C042. Grayscale: #414141. Windows color (decimal): -15056963 or 12402458. OLE color: 12402458.
HSL color Cylindrical-coordinate representation of color #1A3FBD: hue angle of 226.38º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A3FBD is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 63 | 189 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.26 |
| HSL | 226.38º | 0.76% | 0.42% | - |
| HSV(B) | 226.38º | 0.86% | 0.74% | - |
| XYZ | 11.39 | 7.45 | 48.98 | - |
| YUV | 66.3 | 197.24 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 63 | 189 | 0.86 | 0.67 | 0 | 0.26 | 226.38 | 0.76 | 0.42 |
| Hex | 1A | 3F | BD | 56 | 43 | 0 | 1A | E2 | 4C | 2A |
| Octal | 32 | 77 | 275 | 126 | 103 | 0 | 32 | 342 | 114 | 52 |
| Binary | 11010 | 111111 | 10111101 | 1010110 | 1000011 | 0 | 11010 | 11100010 | 1001100 | 101010 |
Color Harmonies of #1A3FBD
Complementary color
Monochromatic Colors of #1A3FBD
Black with #1A3FBD
Text Example
Text Example
White with #1A3FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3FBD; }
p { color: rgb(26,63,189); }
H1.HeaderClassName
{
color: #1A3FBD;
}
.AnyTagClassName
{
color: #1A3FBD;
}
</style>
background-color css
<style>
a { background-color: #1A3FBD; }
a { background-color: rgb(26,63,189); }
div.DivClassName
{
background-color: #1A3FBD;
}
.BgClassName
{
background-color: #1A3FBD;
}
</style>
border-color css
<style>
span { border-color: #1A3FBD; }
span { border-color: rgb(26,63,189); }
td.TdClassName
{
border-color: #1A3FBD;
}
.TagClassName
{
border-color: #1A3FBD;
}
</style>