Shades of Persian Blue #1B23DF
Tints of Persian Blue #1B23DF
RGB
CMYK
RGB Variations
Color information
#1B23DF (or 0x1B23DF) is known color: Persian Blue. HEX triplet: 1B, 23 and DF. RGB value is (27,35,223). Sum of RGB (Red+Green+Blue) = 27+35+223=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B23DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B23DF is #E4DC20. Grayscale: #353535. Windows color (decimal): -14998561 or 14623515. OLE color: 14623515.
HSL color Cylindrical-coordinate representation of color #1B23DF: hue angle of 237.55º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B23DF is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 35 | 223 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.13 |
| HSL | 237.55º | 0.78% | 0.49% | - |
| HSV(B) | 237.55º | 0.88% | 0.87% | - |
| XYZ | 14.37 | 6.76 | 70.36 | - |
| YUV | 54.04 | 223.35 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 223 | 0.88 | 0.84 | 0 | 0.13 | 237.55 | 0.78 | 0.49 |
| Hex | 1B | 23 | DF | 58 | 54 | 0 | D | EE | 4E | 31 |
| Octal | 33 | 43 | 337 | 130 | 124 | 0 | 15 | 356 | 116 | 61 |
| Binary | 11011 | 100011 | 11011111 | 1011000 | 1010100 | 0 | 1101 | 11101110 | 1001110 | 110001 |
Color Harmonies of #1B23DF
Complementary color
Monochromatic Colors of #1B23DF
Black with #1B23DF
Text Example
Text Example
White with #1B23DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B23DF; }
p { color: rgb(27,35,223); }
H1.HeaderClassName
{
color: #1B23DF;
}
.AnyTagClassName
{
color: #1B23DF;
}
</style>
background-color css
<style>
a { background-color: #1B23DF; }
a { background-color: rgb(27,35,223); }
div.DivClassName
{
background-color: #1B23DF;
}
.BgClassName
{
background-color: #1B23DF;
}
</style>
border-color css
<style>
span { border-color: #1B23DF; }
span { border-color: rgb(27,35,223); }
td.TdClassName
{
border-color: #1B23DF;
}
.TagClassName
{
border-color: #1B23DF;
}
</style>