Shades of Persian Blue #1735CB
Tints of Persian Blue #1735CB
RGB
CMYK
RGB Variations
Color information
#1735CB (or 0x1735CB) is known color: Persian Blue. HEX triplet: 17, 35 and CB. RGB value is (23,53,203). Sum of RGB (Red+Green+Blue) = 23+53+203=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #1735CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1735CB is #E8CA34. Grayscale: #3C3C3C. Windows color (decimal): -15256117 or 13317399. OLE color: 13317399.
HSL color Cylindrical-coordinate representation of color #1735CB: hue angle of 230º 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 #1735CB is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 53 | 203 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.20 |
| HSL | 230º | 0.8% | 0.44% | - |
| HSV(B) | 230º | 0.89% | 0.8% | - |
| XYZ | 12.41 | 7.04 | 57.2 | - |
| YUV | 61.13 | 208.06 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 203 | 0.89 | 0.74 | 0 | 0.20 | 230 | 0.8 | 0.44 |
| Hex | 17 | 35 | CB | 59 | 4A | 0 | 14 | E6 | 50 | 2C |
| Octal | 27 | 65 | 313 | 131 | 112 | 0 | 24 | 346 | 120 | 54 |
| Binary | 10111 | 110101 | 11001011 | 1011001 | 1001010 | 0 | 10100 | 11100110 | 1010000 | 101100 |
Color Harmonies of #1735CB
Complementary color
Monochromatic Colors of #1735CB
Black with #1735CB
Text Example
Text Example
White with #1735CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1735CB; }
p { color: rgb(23,53,203); }
H1.HeaderClassName
{
color: #1735CB;
}
.AnyTagClassName
{
color: #1735CB;
}
</style>
background-color css
<style>
a { background-color: #1735CB; }
a { background-color: rgb(23,53,203); }
div.DivClassName
{
background-color: #1735CB;
}
.BgClassName
{
background-color: #1735CB;
}
</style>
border-color css
<style>
span { border-color: #1735CB; }
span { border-color: rgb(23,53,203); }
td.TdClassName
{
border-color: #1735CB;
}
.TagClassName
{
border-color: #1735CB;
}
</style>