Shades of Persian Blue #1834CF
Tints of Persian Blue #1834CF
RGB
CMYK
RGB Variations
Color information
#1834CF (or 0x1834CF) is known color: Persian Blue. HEX triplet: 18, 34 and CF. RGB value is (24,52,207). Sum of RGB (Red+Green+Blue) = 24+52+207=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #1834CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1834CF is #E7CB30. Grayscale: #3C3C3C. Windows color (decimal): -15190833 or 13579288. OLE color: 13579288.
HSL color Cylindrical-coordinate representation of color #1834CF: hue angle of 230.82º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1834CF is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 52 | 207 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.19 |
| HSL | 230.82º | 0.79% | 0.45% | - |
| HSV(B) | 230.82º | 0.88% | 0.81% | - |
| XYZ | 12.87 | 7.16 | 59.73 | - |
| YUV | 61.3 | 210.22 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 207 | 0.88 | 0.75 | 0 | 0.19 | 230.82 | 0.79 | 0.45 |
| Hex | 18 | 34 | CF | 58 | 4B | 0 | 13 | E7 | 4F | 2D |
| Octal | 30 | 64 | 317 | 130 | 113 | 0 | 23 | 347 | 117 | 55 |
| Binary | 11000 | 110100 | 11001111 | 1011000 | 1001011 | 0 | 10011 | 11100111 | 1001111 | 101101 |
Color Harmonies of #1834CF
Complementary color
Monochromatic Colors of #1834CF
Black with #1834CF
Text Example
Text Example
White with #1834CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1834CF; }
p { color: rgb(24,52,207); }
H1.HeaderClassName
{
color: #1834CF;
}
.AnyTagClassName
{
color: #1834CF;
}
</style>
background-color css
<style>
a { background-color: #1834CF; }
a { background-color: rgb(24,52,207); }
div.DivClassName
{
background-color: #1834CF;
}
.BgClassName
{
background-color: #1834CF;
}
</style>
border-color css
<style>
span { border-color: #1834CF; }
span { border-color: rgb(24,52,207); }
td.TdClassName
{
border-color: #1834CF;
}
.TagClassName
{
border-color: #1834CF;
}
</style>