Shades of Persian Blue #1D23B6
Tints of Persian Blue #1D23B6
RGB
CMYK
RGB Variations
Color information
#1D23B6 (or 0x1D23B6) is known color: Persian Blue. HEX triplet: 1D, 23 and B6. RGB value is (29,35,182). Sum of RGB (Red+Green+Blue) = 29+35+182=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 182 (71.48% from 255 or 73.98% from 246); Max value from RGB is 182 - color contains mainly: blue. Hex color #1D23B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D23B6 is #E2DC49. Grayscale: #313131. Windows color (decimal): -14867530 or 11936541. OLE color: 11936541.
HSL color Cylindrical-coordinate representation of color #1D23B6: hue angle of 237.65º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D23B6 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 35 | 182 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.29 |
| HSL | 237.65º | 0.73% | 0.41% | - |
| HSV(B) | 237.65º | 0.84% | 0.71% | - |
| XYZ | 9.55 | 4.84 | 44.69 | - |
| YUV | 49.96 | 202.51 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 182 | 0.84 | 0.81 | 0 | 0.29 | 237.65 | 0.73 | 0.41 |
| Hex | 1D | 23 | B6 | 54 | 51 | 0 | 1D | EE | 49 | 29 |
| Octal | 35 | 43 | 266 | 124 | 121 | 0 | 35 | 356 | 111 | 51 |
| Binary | 11101 | 100011 | 10110110 | 1010100 | 1010001 | 0 | 11101 | 11101110 | 1001001 | 101001 |
Color Harmonies of #1D23B6
Complementary color
Monochromatic Colors of #1D23B6
Black with #1D23B6
Text Example
Text Example
White with #1D23B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D23B6; }
p { color: rgb(29,35,182); }
H1.HeaderClassName
{
color: #1D23B6;
}
.AnyTagClassName
{
color: #1D23B6;
}
</style>
background-color css
<style>
a { background-color: #1D23B6; }
a { background-color: rgb(29,35,182); }
div.DivClassName
{
background-color: #1D23B6;
}
.BgClassName
{
background-color: #1D23B6;
}
</style>
border-color css
<style>
span { border-color: #1D23B6; }
span { border-color: rgb(29,35,182); }
td.TdClassName
{
border-color: #1D23B6;
}
.TagClassName
{
border-color: #1D23B6;
}
</style>