Shades of Persian Blue #1B3FBD
Tints of Persian Blue #1B3FBD
RGB
CMYK
RGB Variations
Color information
#1B3FBD (or 0x1B3FBD) is known color: Persian Blue. HEX triplet: 1B, 3F and BD. RGB value is (27,63,189). Sum of RGB (Red+Green+Blue) = 27+63+189=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B3FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3FBD is #E4C042. Grayscale: #424242. Windows color (decimal): -14991427 or 12402459. OLE color: 12402459.
HSL color Cylindrical-coordinate representation of color #1B3FBD: hue angle of 226.67º degrees, saturation: 0.75, 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 #1B3FBD is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 63 | 189 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.26 |
| HSL | 226.67º | 0.75% | 0.42% | - |
| HSV(B) | 226.67º | 0.86% | 0.74% | - |
| XYZ | 11.41 | 7.46 | 48.98 | - |
| YUV | 66.6 | 197.07 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 63 | 189 | 0.86 | 0.67 | 0 | 0.26 | 226.67 | 0.75 | 0.42 |
| Hex | 1B | 3F | BD | 56 | 43 | 0 | 1A | E3 | 4B | 2A |
| Octal | 33 | 77 | 275 | 126 | 103 | 0 | 32 | 343 | 113 | 52 |
| Binary | 11011 | 111111 | 10111101 | 1010110 | 1000011 | 0 | 11010 | 11100011 | 1001011 | 101010 |
Color Harmonies of #1B3FBD
Complementary color
Monochromatic Colors of #1B3FBD
Black with #1B3FBD
Text Example
Text Example
White with #1B3FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3FBD; }
p { color: rgb(27,63,189); }
H1.HeaderClassName
{
color: #1B3FBD;
}
.AnyTagClassName
{
color: #1B3FBD;
}
</style>
background-color css
<style>
a { background-color: #1B3FBD; }
a { background-color: rgb(27,63,189); }
div.DivClassName
{
background-color: #1B3FBD;
}
.BgClassName
{
background-color: #1B3FBD;
}
</style>
border-color css
<style>
span { border-color: #1B3FBD; }
span { border-color: rgb(27,63,189); }
td.TdClassName
{
border-color: #1B3FBD;
}
.TagClassName
{
border-color: #1B3FBD;
}
</style>