Shades of Persian Blue #1D3DBB
Tints of Persian Blue #1D3DBB
RGB
CMYK
RGB Variations
Color information
#1D3DBB (or 0x1D3DBB) is known color: Persian Blue. HEX triplet: 1D, 3D and BB. RGB value is (29,61,187). Sum of RGB (Red+Green+Blue) = 29+61+187=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D3DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3DBB is #E2C244. Grayscale: #414141. Windows color (decimal): -14860869 or 12270877. OLE color: 12270877.
HSL color Cylindrical-coordinate representation of color #1D3DBB: hue angle of 227.85º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D3DBB is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 61 | 187 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.27 |
| HSL | 227.85º | 0.73% | 0.42% | - |
| HSV(B) | 227.85º | 0.84% | 0.73% | - |
| XYZ | 11.15 | 7.19 | 47.81 | - |
| YUV | 65.8 | 196.4 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 187 | 0.84 | 0.67 | 0 | 0.27 | 227.85 | 0.73 | 0.42 |
| Hex | 1D | 3D | BB | 54 | 43 | 0 | 1B | E4 | 49 | 2A |
| Octal | 35 | 75 | 273 | 124 | 103 | 0 | 33 | 344 | 111 | 52 |
| Binary | 11101 | 111101 | 10111011 | 1010100 | 1000011 | 0 | 11011 | 11100100 | 1001001 | 101010 |
Color Harmonies of #1D3DBB
Complementary color
Monochromatic Colors of #1D3DBB
Black with #1D3DBB
Text Example
Text Example
White with #1D3DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3DBB; }
p { color: rgb(29,61,187); }
H1.HeaderClassName
{
color: #1D3DBB;
}
.AnyTagClassName
{
color: #1D3DBB;
}
</style>
background-color css
<style>
a { background-color: #1D3DBB; }
a { background-color: rgb(29,61,187); }
div.DivClassName
{
background-color: #1D3DBB;
}
.BgClassName
{
background-color: #1D3DBB;
}
</style>
border-color css
<style>
span { border-color: #1D3DBB; }
span { border-color: rgb(29,61,187); }
td.TdClassName
{
border-color: #1D3DBB;
}
.TagClassName
{
border-color: #1D3DBB;
}
</style>