Shades of Persian Blue #1F3BCE
Tints of Persian Blue #1F3BCE
RGB
CMYK
RGB Variations
Color information
#1F3BCE (or 0x1F3BCE) is known color: Persian Blue. HEX triplet: 1F, 3B and CE. RGB value is (31,59,206). Sum of RGB (Red+Green+Blue) = 31+59+206=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F3BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3BCE is #E0C431. Grayscale: #424242. Windows color (decimal): -14730290 or 13515551. OLE color: 13515551.
HSL color Cylindrical-coordinate representation of color #1F3BCE: hue angle of 230.4º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F3BCE is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 59 | 206 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.19 |
| HSL | 230.4º | 0.74% | 0.46% | - |
| HSV(B) | 230.4º | 0.85% | 0.81% | - |
| XYZ | 13.27 | 7.88 | 59.21 | - |
| YUV | 67.39 | 206.22 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 59 | 206 | 0.85 | 0.71 | 0 | 0.19 | 230.4 | 0.74 | 0.46 |
| Hex | 1F | 3B | CE | 55 | 47 | 0 | 13 | E6 | 4A | 2E |
| Octal | 37 | 73 | 316 | 125 | 107 | 0 | 23 | 346 | 112 | 56 |
| Binary | 11111 | 111011 | 11001110 | 1010101 | 1000111 | 0 | 10011 | 11100110 | 1001010 | 101110 |
Color Harmonies of #1F3BCE
Complementary color
Monochromatic Colors of #1F3BCE
Black with #1F3BCE
Text Example
Text Example
White with #1F3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3BCE; }
p { color: rgb(31,59,206); }
H1.HeaderClassName
{
color: #1F3BCE;
}
.AnyTagClassName
{
color: #1F3BCE;
}
</style>
background-color css
<style>
a { background-color: #1F3BCE; }
a { background-color: rgb(31,59,206); }
div.DivClassName
{
background-color: #1F3BCE;
}
.BgClassName
{
background-color: #1F3BCE;
}
</style>
border-color css
<style>
span { border-color: #1F3BCE; }
span { border-color: rgb(31,59,206); }
td.TdClassName
{
border-color: #1F3BCE;
}
.TagClassName
{
border-color: #1F3BCE;
}
</style>