Shades of Persian Blue #1625CB
Tints of Persian Blue #1625CB
RGB
CMYK
RGB Variations
Color information
#1625CB (or 0x1625CB) is known color: Persian Blue. HEX triplet: 16, 25 and CB. RGB value is (22,37,203). Sum of RGB (Red+Green+Blue) = 22+37+203=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #1625CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1625CB is #E9DA34. Grayscale: #323232. Windows color (decimal): -15325749 or 13313302. OLE color: 13313302.
HSL color Cylindrical-coordinate representation of color #1625CB: hue angle of 235.03º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1625CB is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 37 | 203 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.20 |
| HSL | 235.03º | 0.8% | 0.44% | - |
| HSV(B) | 235.03º | 0.89% | 0.8% | - |
| XYZ | 11.77 | 5.81 | 57 | - |
| YUV | 51.44 | 213.53 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 37 | 203 | 0.89 | 0.82 | 0 | 0.20 | 235.03 | 0.8 | 0.44 |
| Hex | 16 | 25 | CB | 59 | 52 | 0 | 14 | EB | 50 | 2C |
| Octal | 26 | 45 | 313 | 131 | 122 | 0 | 24 | 353 | 120 | 54 |
| Binary | 10110 | 100101 | 11001011 | 1011001 | 1010010 | 0 | 10100 | 11101011 | 1010000 | 101100 |
Color Harmonies of #1625CB
Complementary color
Monochromatic Colors of #1625CB
Black with #1625CB
Text Example
Text Example
White with #1625CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1625CB; }
p { color: rgb(22,37,203); }
H1.HeaderClassName
{
color: #1625CB;
}
.AnyTagClassName
{
color: #1625CB;
}
</style>
background-color css
<style>
a { background-color: #1625CB; }
a { background-color: rgb(22,37,203); }
div.DivClassName
{
background-color: #1625CB;
}
.BgClassName
{
background-color: #1625CB;
}
</style>
border-color css
<style>
span { border-color: #1625CB; }
span { border-color: rgb(22,37,203); }
td.TdClassName
{
border-color: #1625CB;
}
.TagClassName
{
border-color: #1625CB;
}
</style>