Shades of Persian Blue #1633BF
Tints of Persian Blue #1633BF
RGB
CMYK
RGB Variations
Color information
#1633BF (or 0x1633BF) is known color: Persian Blue. HEX triplet: 16, 33 and BF. RGB value is (22,51,191). Sum of RGB (Red+Green+Blue) = 22+51+191=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 191 (75% from 255 or 72.35% from 264); Max value from RGB is 191 - color contains mainly: blue. Hex color #1633BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1633BF is #E9CC40. Grayscale: #393939. Windows color (decimal): -15322177 or 12530454. OLE color: 12530454.
HSL color Cylindrical-coordinate representation of color #1633BF: hue angle of 229.7º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1633BF is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 51 | 191 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.25 |
| HSL | 229.7º | 0.79% | 0.42% | - |
| HSV(B) | 229.7º | 0.88% | 0.75% | - |
| XYZ | 10.92 | 6.3 | 49.93 | - |
| YUV | 58.29 | 202.89 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 191 | 0.88 | 0.73 | 0 | 0.25 | 229.7 | 0.79 | 0.42 |
| Hex | 16 | 33 | BF | 58 | 49 | 0 | 19 | E6 | 4F | 2A |
| Octal | 26 | 63 | 277 | 130 | 111 | 0 | 31 | 346 | 117 | 52 |
| Binary | 10110 | 110011 | 10111111 | 1011000 | 1001001 | 0 | 11001 | 11100110 | 1001111 | 101010 |
Color Harmonies of #1633BF
Complementary color
Monochromatic Colors of #1633BF
Black with #1633BF
Text Example
Text Example
White with #1633BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1633BF; }
p { color: rgb(22,51,191); }
H1.HeaderClassName
{
color: #1633BF;
}
.AnyTagClassName
{
color: #1633BF;
}
</style>
background-color css
<style>
a { background-color: #1633BF; }
a { background-color: rgb(22,51,191); }
div.DivClassName
{
background-color: #1633BF;
}
.BgClassName
{
background-color: #1633BF;
}
</style>
border-color css
<style>
span { border-color: #1633BF; }
span { border-color: rgb(22,51,191); }
td.TdClassName
{
border-color: #1633BF;
}
.TagClassName
{
border-color: #1633BF;
}
</style>