Shades of Persian Blue #1835C6
Tints of Persian Blue #1835C6
RGB
CMYK
RGB Variations
Color information
#1835C6 (or 0x1835C6) is known color: Persian Blue. HEX triplet: 18, 35 and C6. RGB value is (24,53,198). Sum of RGB (Red+Green+Blue) = 24+53+198=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 198 (77.73% from 255 or 72% from 275); Max value from RGB is 198 - color contains mainly: blue. Hex color #1835C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1835C6 is #E7CA39. Grayscale: #3C3C3C. Windows color (decimal): -15190586 or 12989720. OLE color: 12989720.
HSL color Cylindrical-coordinate representation of color #1835C6: hue angle of 230º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1835C6 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 53 | 198 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.22 |
| HSL | 230º | 0.78% | 0.44% | - |
| HSV(B) | 230º | 0.88% | 0.78% | - |
| XYZ | 11.84 | 6.82 | 54.12 | - |
| YUV | 60.86 | 205.39 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 198 | 0.88 | 0.73 | 0 | 0.22 | 230 | 0.78 | 0.44 |
| Hex | 18 | 35 | C6 | 58 | 49 | 0 | 16 | E6 | 4E | 2C |
| Octal | 30 | 65 | 306 | 130 | 111 | 0 | 26 | 346 | 116 | 54 |
| Binary | 11000 | 110101 | 11000110 | 1011000 | 1001001 | 0 | 10110 | 11100110 | 1001110 | 101100 |
Color Harmonies of #1835C6
Complementary color
Monochromatic Colors of #1835C6
Black with #1835C6
Text Example
Text Example
White with #1835C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1835C6; }
p { color: rgb(24,53,198); }
H1.HeaderClassName
{
color: #1835C6;
}
.AnyTagClassName
{
color: #1835C6;
}
</style>
background-color css
<style>
a { background-color: #1835C6; }
a { background-color: rgb(24,53,198); }
div.DivClassName
{
background-color: #1835C6;
}
.BgClassName
{
background-color: #1835C6;
}
</style>
border-color css
<style>
span { border-color: #1835C6; }
span { border-color: rgb(24,53,198); }
td.TdClassName
{
border-color: #1835C6;
}
.TagClassName
{
border-color: #1835C6;
}
</style>