Shades of Persian Blue #1D2FBC
Tints of Persian Blue #1D2FBC
RGB
CMYK
RGB Variations
Color information
#1D2FBC (or 0x1D2FBC) is known color: Persian Blue. HEX triplet: 1D, 2F and BC. RGB value is (29,47,188). Sum of RGB (Red+Green+Blue) = 29+47+188=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D2FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2FBC is #E2D043. Grayscale: #393939. Windows color (decimal): -14864452 or 12332829. OLE color: 12332829.
HSL color Cylindrical-coordinate representation of color #1D2FBC: hue angle of 233.21º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D2FBC is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 47 | 188 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.26 |
| HSL | 233.21º | 0.73% | 0.43% | - |
| HSV(B) | 233.21º | 0.85% | 0.74% | - |
| XYZ | 10.6 | 5.93 | 48.16 | - |
| YUV | 57.69 | 201.54 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 188 | 0.85 | 0.75 | 0 | 0.26 | 233.21 | 0.73 | 0.43 |
| Hex | 1D | 2F | BC | 55 | 4B | 0 | 1A | E9 | 49 | 2B |
| Octal | 35 | 57 | 274 | 125 | 113 | 0 | 32 | 351 | 111 | 53 |
| Binary | 11101 | 101111 | 10111100 | 1010101 | 1001011 | 0 | 11010 | 11101001 | 1001001 | 101011 |
Color Harmonies of #1D2FBC
Complementary color
Monochromatic Colors of #1D2FBC
Black with #1D2FBC
Text Example
Text Example
White with #1D2FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2FBC; }
p { color: rgb(29,47,188); }
H1.HeaderClassName
{
color: #1D2FBC;
}
.AnyTagClassName
{
color: #1D2FBC;
}
</style>
background-color css
<style>
a { background-color: #1D2FBC; }
a { background-color: rgb(29,47,188); }
div.DivClassName
{
background-color: #1D2FBC;
}
.BgClassName
{
background-color: #1D2FBC;
}
</style>
border-color css
<style>
span { border-color: #1D2FBC; }
span { border-color: rgb(29,47,188); }
td.TdClassName
{
border-color: #1D2FBC;
}
.TagClassName
{
border-color: #1D2FBC;
}
</style>