Shades of Persian Blue #1638DF
Tints of Persian Blue #1638DF
RGB
CMYK
RGB Variations
Color information
#1638DF (or 0x1638DF) is known color: Persian Blue. HEX triplet: 16, 38 and DF. RGB value is (22,56,223). Sum of RGB (Red+Green+Blue) = 22+56+223=301 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.31% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #1638DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1638DF is #E9C720. Grayscale: #404040. Windows color (decimal): -15320865 or 14628886. OLE color: 14628886.
HSL color Cylindrical-coordinate representation of color #1638DF: hue angle of 229.85º 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 #1638DF is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 56 | 223 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.13 |
| HSL | 229.85º | 0.82% | 0.48% | - |
| HSV(B) | 229.85º | 0.9% | 0.87% | - |
| XYZ | 15.06 | 8.33 | 70.63 | - |
| YUV | 64.87 | 217.24 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 223 | 0.90 | 0.75 | 0 | 0.13 | 229.85 | 0.82 | 0.48 |
| Hex | 16 | 38 | DF | 5A | 4B | 0 | D | E6 | 52 | 30 |
| Octal | 26 | 70 | 337 | 132 | 113 | 0 | 15 | 346 | 122 | 60 |
| Binary | 10110 | 111000 | 11011111 | 1011010 | 1001011 | 0 | 1101 | 11100110 | 1010010 | 110000 |
Color Harmonies of #1638DF
Complementary color
Monochromatic Colors of #1638DF
Black with #1638DF
Text Example
Text Example
White with #1638DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1638DF; }
p { color: rgb(22,56,223); }
H1.HeaderClassName
{
color: #1638DF;
}
.AnyTagClassName
{
color: #1638DF;
}
</style>
background-color css
<style>
a { background-color: #1638DF; }
a { background-color: rgb(22,56,223); }
div.DivClassName
{
background-color: #1638DF;
}
.BgClassName
{
background-color: #1638DF;
}
</style>
border-color css
<style>
span { border-color: #1638DF; }
span { border-color: rgb(22,56,223); }
td.TdClassName
{
border-color: #1638DF;
}
.TagClassName
{
border-color: #1638DF;
}
</style>