Shades of Persian Blue #1F43BE
Tints of Persian Blue #1F43BE
RGB
CMYK
RGB Variations
Color information
#1F43BE (or 0x1F43BE) is known color: Persian Blue. HEX triplet: 1F, 43 and BE. RGB value is (31,67,190). Sum of RGB (Red+Green+Blue) = 31+67+190=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F43BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F43BE is #E0BC41. Grayscale: #454545. Windows color (decimal): -14728258 or 12469023. OLE color: 12469023.
HSL color Cylindrical-coordinate representation of color #1F43BE: hue angle of 226.42º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F43BE is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 67 | 190 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.25 |
| HSL | 226.42º | 0.72% | 0.43% | - |
| HSV(B) | 226.42º | 0.84% | 0.75% | - |
| XYZ | 11.87 | 8.02 | 49.64 | - |
| YUV | 70.26 | 195.57 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 190 | 0.84 | 0.65 | 0 | 0.25 | 226.42 | 0.72 | 0.43 |
| Hex | 1F | 43 | BE | 54 | 41 | 0 | 19 | E2 | 48 | 2B |
| Octal | 37 | 103 | 276 | 124 | 101 | 0 | 31 | 342 | 110 | 53 |
| Binary | 11111 | 1000011 | 10111110 | 1010100 | 1000001 | 0 | 11001 | 11100010 | 1001000 | 101011 |
Color Harmonies of #1F43BE
Complementary color
Monochromatic Colors of #1F43BE
Black with #1F43BE
Text Example
Text Example
White with #1F43BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F43BE; }
p { color: rgb(31,67,190); }
H1.HeaderClassName
{
color: #1F43BE;
}
.AnyTagClassName
{
color: #1F43BE;
}
</style>
background-color css
<style>
a { background-color: #1F43BE; }
a { background-color: rgb(31,67,190); }
div.DivClassName
{
background-color: #1F43BE;
}
.BgClassName
{
background-color: #1F43BE;
}
</style>
border-color css
<style>
span { border-color: #1F43BE; }
span { border-color: rgb(31,67,190); }
td.TdClassName
{
border-color: #1F43BE;
}
.TagClassName
{
border-color: #1F43BE;
}
</style>