Shades of Persian Blue #1D3ECB
Tints of Persian Blue #1D3ECB
RGB
CMYK
RGB Variations
Color information
#1D3ECB (or 0x1D3ECB) is known color: Persian Blue. HEX triplet: 1D, 3E and CB. RGB value is (29,62,203). Sum of RGB (Red+Green+Blue) = 29+62+203=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D3ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3ECB is #E2C134. Grayscale: #434343. Windows color (decimal): -14860597 or 13319709. OLE color: 13319709.
HSL color Cylindrical-coordinate representation of color #1D3ECB: hue angle of 228.62º degrees, saturation: 0.75, 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 #1D3ECB is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 62 | 203 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.20 |
| HSL | 228.62º | 0.75% | 0.45% | - |
| HSV(B) | 228.62º | 0.86% | 0.8% | - |
| XYZ | 13.01 | 8.02 | 57.36 | - |
| YUV | 68.21 | 204.07 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 203 | 0.86 | 0.69 | 0 | 0.20 | 228.62 | 0.75 | 0.45 |
| Hex | 1D | 3E | CB | 56 | 45 | 0 | 14 | E5 | 4B | 2D |
| Octal | 35 | 76 | 313 | 126 | 105 | 0 | 24 | 345 | 113 | 55 |
| Binary | 11101 | 111110 | 11001011 | 1010110 | 1000101 | 0 | 10100 | 11100101 | 1001011 | 101101 |
Color Harmonies of #1D3ECB
Complementary color
Monochromatic Colors of #1D3ECB
Black with #1D3ECB
Text Example
Text Example
White with #1D3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3ECB; }
p { color: rgb(29,62,203); }
H1.HeaderClassName
{
color: #1D3ECB;
}
.AnyTagClassName
{
color: #1D3ECB;
}
</style>
background-color css
<style>
a { background-color: #1D3ECB; }
a { background-color: rgb(29,62,203); }
div.DivClassName
{
background-color: #1D3ECB;
}
.BgClassName
{
background-color: #1D3ECB;
}
</style>
border-color css
<style>
span { border-color: #1D3ECB; }
span { border-color: rgb(29,62,203); }
td.TdClassName
{
border-color: #1D3ECB;
}
.TagClassName
{
border-color: #1D3ECB;
}
</style>