Shades of Persian Blue #1B3FDF
Tints of Persian Blue #1B3FDF
RGB
CMYK
RGB Variations
Color information
#1B3FDF (or 0x1B3FDF) is known color: Persian Blue. HEX triplet: 1B, 3F and DF. RGB value is (27,63,223). Sum of RGB (Red+Green+Blue) = 27+63+223=313 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.63% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B3FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3FDF is #E4C020. Grayscale: #454545. Windows color (decimal): -14991393 or 14630683. OLE color: 14630683.
HSL color Cylindrical-coordinate representation of color #1B3FDF: hue angle of 228.98º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B3FDF is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 63 | 223 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.13 |
| HSL | 228.98º | 0.78% | 0.49% | - |
| HSV(B) | 228.98º | 0.88% | 0.87% | - |
| XYZ | 15.55 | 9.12 | 70.75 | - |
| YUV | 70.48 | 214.07 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 63 | 223 | 0.88 | 0.72 | 0 | 0.13 | 228.98 | 0.78 | 0.49 |
| Hex | 1B | 3F | DF | 58 | 48 | 0 | D | E5 | 4E | 31 |
| Octal | 33 | 77 | 337 | 130 | 110 | 0 | 15 | 345 | 116 | 61 |
| Binary | 11011 | 111111 | 11011111 | 1011000 | 1001000 | 0 | 1101 | 11100101 | 1001110 | 110001 |
Color Harmonies of #1B3FDF
Complementary color
Monochromatic Colors of #1B3FDF
Black with #1B3FDF
Text Example
Text Example
White with #1B3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3FDF; }
p { color: rgb(27,63,223); }
H1.HeaderClassName
{
color: #1B3FDF;
}
.AnyTagClassName
{
color: #1B3FDF;
}
</style>
background-color css
<style>
a { background-color: #1B3FDF; }
a { background-color: rgb(27,63,223); }
div.DivClassName
{
background-color: #1B3FDF;
}
.BgClassName
{
background-color: #1B3FDF;
}
</style>
border-color css
<style>
span { border-color: #1B3FDF; }
span { border-color: rgb(27,63,223); }
td.TdClassName
{
border-color: #1B3FDF;
}
.TagClassName
{
border-color: #1B3FDF;
}
</style>