Shades of Persian Blue #1B39F3
Tints of Persian Blue #1B39F3
RGB
CMYK
RGB Variations
Color information
#1B39F3 (or 0x1B39F3) is known color: Persian Blue. HEX triplet: 1B, 39 and F3. RGB value is (27,57,243). Sum of RGB (Red+Green+Blue) = 27+57+243=327 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.26% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 243 (95.31% from 255 or 74.31% from 327); Max value from RGB is 243 - color contains mainly: blue. Hex color #1B39F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B39F3 is #E4C60C. Grayscale: #444444. Windows color (decimal): -14992909 or 15939867. OLE color: 15939867.
HSL color Cylindrical-coordinate representation of color #1B39F3: hue angle of 231.67º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B39F3 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 27 | 57 | 243 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.05 |
| HSL | 231.67º | 0.9% | 0.53% | - |
| HSV(B) | 231.67º | 0.89% | 0.95% | - |
| XYZ | 18.09 | 9.63 | 85.7 | - |
| YUV | 69.23 | 226.06 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 57 | 243 | 0.89 | 0.77 | 0 | 0.05 | 231.67 | 0.9 | 0.53 |
| Hex | 1B | 39 | F3 | 59 | 4D | 0 | 5 | E8 | 5A | 35 |
| Octal | 33 | 71 | 363 | 131 | 115 | 0 | 5 | 350 | 132 | 65 |
| Binary | 11011 | 111001 | 11110011 | 1011001 | 1001101 | 0 | 101 | 11101000 | 1011010 | 110101 |
Color Harmonies of #1B39F3
Complementary color
Monochromatic Colors of #1B39F3
Black with #1B39F3
Text Example
Text Example
White with #1B39F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B39F3; }
p { color: rgb(27,57,243); }
H1.HeaderClassName
{
color: #1B39F3;
}
.AnyTagClassName
{
color: #1B39F3;
}
</style>
background-color css
<style>
a { background-color: #1B39F3; }
a { background-color: rgb(27,57,243); }
div.DivClassName
{
background-color: #1B39F3;
}
.BgClassName
{
background-color: #1B39F3;
}
</style>
border-color css
<style>
span { border-color: #1B39F3; }
span { border-color: rgb(27,57,243); }
td.TdClassName
{
border-color: #1B39F3;
}
.TagClassName
{
border-color: #1B39F3;
}
</style>