Shades of Persian Blue #1F1CCB
Tints of Persian Blue #1F1CCB
RGB
CMYK
RGB Variations
Color information
#1F1CCB (or 0x1F1CCB) is known color: Persian Blue. HEX triplet: 1F, 1C and CB. RGB value is (31,28,203). Sum of RGB (Red+Green+Blue) = 31+28+203=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F1CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1CCB is #E0E334. Grayscale: #303030. Windows color (decimal): -14738229 or 13311007. OLE color: 13311007.
HSL color Cylindrical-coordinate representation of color #1F1CCB: hue angle of 241.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F1CCB is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 28 | 203 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.20 |
| HSL | 241.03º | 0.76% | 0.45% | - |
| HSV(B) | 241.03º | 0.86% | 0.8% | - |
| XYZ | 11.76 | 5.43 | 56.93 | - |
| YUV | 48.85 | 214.99 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 28 | 203 | 0.85 | 0.86 | 0 | 0.20 | 241.03 | 0.76 | 0.45 |
| Hex | 1F | 1C | CB | 55 | 56 | 0 | 14 | F1 | 4C | 2D |
| Octal | 37 | 34 | 313 | 125 | 126 | 0 | 24 | 361 | 114 | 55 |
| Binary | 11111 | 11100 | 11001011 | 1010101 | 1010110 | 0 | 10100 | 11110001 | 1001100 | 101101 |
Color Harmonies of #1F1CCB
Complementary color
Monochromatic Colors of #1F1CCB
Black with #1F1CCB
Text Example
Text Example
White with #1F1CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1CCB; }
p { color: rgb(31,28,203); }
H1.HeaderClassName
{
color: #1F1CCB;
}
.AnyTagClassName
{
color: #1F1CCB;
}
</style>
background-color css
<style>
a { background-color: #1F1CCB; }
a { background-color: rgb(31,28,203); }
div.DivClassName
{
background-color: #1F1CCB;
}
.BgClassName
{
background-color: #1F1CCB;
}
</style>
border-color css
<style>
span { border-color: #1F1CCB; }
span { border-color: rgb(31,28,203); }
td.TdClassName
{
border-color: #1F1CCB;
}
.TagClassName
{
border-color: #1F1CCB;
}
</style>