Shades of Persian Blue #1D3AC8
Tints of Persian Blue #1D3AC8
RGB
CMYK
RGB Variations
Color information
#1D3AC8 (or 0x1D3AC8) is known color: Persian Blue. HEX triplet: 1D, 3A and C8. RGB value is (29,58,200). Sum of RGB (Red+Green+Blue) = 29+58+200=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 200 (78.52% from 255 or 69.69% from 287); Max value from RGB is 200 - color contains mainly: blue. Hex color #1D3AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3AC8 is #E2C537. Grayscale: #404040. Windows color (decimal): -14861624 or 13122077. OLE color: 13122077.
HSL color Cylindrical-coordinate representation of color #1D3AC8: hue angle of 229.82º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D3AC8 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 58 | 200 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.22 |
| HSL | 229.82º | 0.75% | 0.45% | - |
| HSV(B) | 229.82º | 0.86% | 0.78% | - |
| XYZ | 12.45 | 7.46 | 55.43 | - |
| YUV | 65.52 | 203.89 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 200 | 0.86 | 0.71 | 0 | 0.22 | 229.82 | 0.75 | 0.45 |
| Hex | 1D | 3A | C8 | 56 | 47 | 0 | 16 | E6 | 4B | 2D |
| Octal | 35 | 72 | 310 | 126 | 107 | 0 | 26 | 346 | 113 | 55 |
| Binary | 11101 | 111010 | 11001000 | 1010110 | 1000111 | 0 | 10110 | 11100110 | 1001011 | 101101 |
Color Harmonies of #1D3AC8
Complementary color
Monochromatic Colors of #1D3AC8
Black with #1D3AC8
Text Example
Text Example
White with #1D3AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3AC8; }
p { color: rgb(29,58,200); }
H1.HeaderClassName
{
color: #1D3AC8;
}
.AnyTagClassName
{
color: #1D3AC8;
}
</style>
background-color css
<style>
a { background-color: #1D3AC8; }
a { background-color: rgb(29,58,200); }
div.DivClassName
{
background-color: #1D3AC8;
}
.BgClassName
{
background-color: #1D3AC8;
}
</style>
border-color css
<style>
span { border-color: #1D3AC8; }
span { border-color: rgb(29,58,200); }
td.TdClassName
{
border-color: #1D3AC8;
}
.TagClassName
{
border-color: #1D3AC8;
}
</style>