Shades of Persian Blue #1623DF
Tints of Persian Blue #1623DF
RGB
CMYK
RGB Variations
Color information
#1623DF (or 0x1623DF) is known color: Persian Blue. HEX triplet: 16, 23 and DF. RGB value is (22,35,223). Sum of RGB (Red+Green+Blue) = 22+35+223=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #1623DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1623DF is #E9DC20. Grayscale: #333333. Windows color (decimal): -15326241 or 14623510. OLE color: 14623510.
HSL color Cylindrical-coordinate representation of color #1623DF: hue angle of 236.12º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1623DF is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 35 | 223 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.13 |
| HSL | 236.12º | 0.82% | 0.48% | - |
| HSV(B) | 236.12º | 0.9% | 0.87% | - |
| XYZ | 14.25 | 6.7 | 70.35 | - |
| YUV | 52.55 | 224.19 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 223 | 0.90 | 0.84 | 0 | 0.13 | 236.12 | 0.82 | 0.48 |
| Hex | 16 | 23 | DF | 5A | 54 | 0 | D | EC | 52 | 30 |
| Octal | 26 | 43 | 337 | 132 | 124 | 0 | 15 | 354 | 122 | 60 |
| Binary | 10110 | 100011 | 11011111 | 1011010 | 1010100 | 0 | 1101 | 11101100 | 1010010 | 110000 |
Color Harmonies of #1623DF
Complementary color
Monochromatic Colors of #1623DF
Black with #1623DF
Text Example
Text Example
White with #1623DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1623DF; }
p { color: rgb(22,35,223); }
H1.HeaderClassName
{
color: #1623DF;
}
.AnyTagClassName
{
color: #1623DF;
}
</style>
background-color css
<style>
a { background-color: #1623DF; }
a { background-color: rgb(22,35,223); }
div.DivClassName
{
background-color: #1623DF;
}
.BgClassName
{
background-color: #1623DF;
}
</style>
border-color css
<style>
span { border-color: #1623DF; }
span { border-color: rgb(22,35,223); }
td.TdClassName
{
border-color: #1623DF;
}
.TagClassName
{
border-color: #1623DF;
}
</style>