Shades of Persian Blue #1F18C6
Tints of Persian Blue #1F18C6
RGB
CMYK
RGB Variations
Color information
#1F18C6 (or 0x1F18C6) is known color: Persian Blue. HEX triplet: 1F, 18 and C6. RGB value is (31,24,198). Sum of RGB (Red+Green+Blue) = 31+24+198=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 198 (77.73% from 255 or 78.26% from 253); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F18C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F18C6 is #E0E739. Grayscale: #2D2D2D. Windows color (decimal): -14739258 or 12982303. OLE color: 12982303.
HSL color Cylindrical-coordinate representation of color #1F18C6: hue angle of 242.41º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F18C6 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 24 | 198 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.22 |
| HSL | 242.41º | 0.78% | 0.44% | - |
| HSV(B) | 242.41º | 0.88% | 0.78% | - |
| XYZ | 11.08 | 5.02 | 53.81 | - |
| YUV | 45.93 | 213.82 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 198 | 0.84 | 0.88 | 0 | 0.22 | 242.41 | 0.78 | 0.44 |
| Hex | 1F | 18 | C6 | 54 | 58 | 0 | 16 | F2 | 4E | 2C |
| Octal | 37 | 30 | 306 | 124 | 130 | 0 | 26 | 362 | 116 | 54 |
| Binary | 11111 | 11000 | 11000110 | 1010100 | 1011000 | 0 | 10110 | 11110010 | 1001110 | 101100 |
Color Harmonies of #1F18C6
Complementary color
Monochromatic Colors of #1F18C6
Black with #1F18C6
Text Example
Text Example
White with #1F18C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F18C6; }
p { color: rgb(31,24,198); }
H1.HeaderClassName
{
color: #1F18C6;
}
.AnyTagClassName
{
color: #1F18C6;
}
</style>
background-color css
<style>
a { background-color: #1F18C6; }
a { background-color: rgb(31,24,198); }
div.DivClassName
{
background-color: #1F18C6;
}
.BgClassName
{
background-color: #1F18C6;
}
</style>
border-color css
<style>
span { border-color: #1F18C6; }
span { border-color: rgb(31,24,198); }
td.TdClassName
{
border-color: #1F18C6;
}
.TagClassName
{
border-color: #1F18C6;
}
</style>