Shades of Persian Blue #1F3CB8
Tints of Persian Blue #1F3CB8
RGB
CMYK
RGB Variations
Color information
#1F3CB8 (or 0x1F3CB8) is known color: Persian Blue. HEX triplet: 1F, 3C and B8. RGB value is (31,60,184). Sum of RGB (Red+Green+Blue) = 31+60+184=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 184 (72.27% from 255 or 66.91% from 275); Max value from RGB is 184 - color contains mainly: blue. Hex color #1F3CB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3CB8 is #E0C347. Grayscale: #404040. Windows color (decimal): -14730056 or 12074015. OLE color: 12074015.
HSL color Cylindrical-coordinate representation of color #1F3CB8: hue angle of 228.63º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F3CB8 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 60 | 184 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.28 |
| HSL | 228.63º | 0.71% | 0.42% | - |
| HSV(B) | 228.63º | 0.83% | 0.72% | - |
| XYZ | 10.83 | 6.98 | 46.12 | - |
| YUV | 65.47 | 194.89 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 184 | 0.83 | 0.67 | 0 | 0.28 | 228.63 | 0.71 | 0.42 |
| Hex | 1F | 3C | B8 | 53 | 43 | 0 | 1C | E5 | 47 | 2A |
| Octal | 37 | 74 | 270 | 123 | 103 | 0 | 34 | 345 | 107 | 52 |
| Binary | 11111 | 111100 | 10111000 | 1010011 | 1000011 | 0 | 11100 | 11100101 | 1000111 | 101010 |
Color Harmonies of #1F3CB8
Complementary color
Monochromatic Colors of #1F3CB8
Black with #1F3CB8
Text Example
Text Example
White with #1F3CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3CB8; }
p { color: rgb(31,60,184); }
H1.HeaderClassName
{
color: #1F3CB8;
}
.AnyTagClassName
{
color: #1F3CB8;
}
</style>
background-color css
<style>
a { background-color: #1F3CB8; }
a { background-color: rgb(31,60,184); }
div.DivClassName
{
background-color: #1F3CB8;
}
.BgClassName
{
background-color: #1F3CB8;
}
</style>
border-color css
<style>
span { border-color: #1F3CB8; }
span { border-color: rgb(31,60,184); }
td.TdClassName
{
border-color: #1F3CB8;
}
.TagClassName
{
border-color: #1F3CB8;
}
</style>