Shades of Persian Blue #1F23BE
Tints of Persian Blue #1F23BE
RGB
CMYK
RGB Variations
Color information
#1F23BE (or 0x1F23BE) is known color: Persian Blue. HEX triplet: 1F, 23 and BE. RGB value is (31,35,190). Sum of RGB (Red+Green+Blue) = 31+35+190=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F23BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F23BE is #E0DC41. Grayscale: #323232. Windows color (decimal): -14736450 or 12460831. OLE color: 12460831.
HSL color Cylindrical-coordinate representation of color #1F23BE: hue angle of 238.49º 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 #1F23BE is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 35 | 190 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.25 |
| HSL | 238.49º | 0.72% | 0.43% | - |
| HSV(B) | 238.49º | 0.84% | 0.75% | - |
| XYZ | 10.46 | 5.21 | 49.17 | - |
| YUV | 51.47 | 206.17 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 190 | 0.84 | 0.82 | 0 | 0.25 | 238.49 | 0.72 | 0.43 |
| Hex | 1F | 23 | BE | 54 | 52 | 0 | 19 | EE | 48 | 2B |
| Octal | 37 | 43 | 276 | 124 | 122 | 0 | 31 | 356 | 110 | 53 |
| Binary | 11111 | 100011 | 10111110 | 1010100 | 1010010 | 0 | 11001 | 11101110 | 1001000 | 101011 |
Color Harmonies of #1F23BE
Complementary color
Monochromatic Colors of #1F23BE
Black with #1F23BE
Text Example
Text Example
White with #1F23BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F23BE; }
p { color: rgb(31,35,190); }
H1.HeaderClassName
{
color: #1F23BE;
}
.AnyTagClassName
{
color: #1F23BE;
}
</style>
background-color css
<style>
a { background-color: #1F23BE; }
a { background-color: rgb(31,35,190); }
div.DivClassName
{
background-color: #1F23BE;
}
.BgClassName
{
background-color: #1F23BE;
}
</style>
border-color css
<style>
span { border-color: #1F23BE; }
span { border-color: rgb(31,35,190); }
td.TdClassName
{
border-color: #1F23BE;
}
.TagClassName
{
border-color: #1F23BE;
}
</style>