Shades of Persian Blue #1234BC
Tints of Persian Blue #1234BC
RGB
CMYK
RGB Variations
Color information
#1234BC (or 0x1234BC) is known color: Persian Blue. HEX triplet: 12, 34 and BC. RGB value is (18,52,188). Sum of RGB (Red+Green+Blue) = 18+52+188=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #1234BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1234BC is #EDCB43. Grayscale: #383838. Windows color (decimal): -15584068 or 12334098. OLE color: 12334098.
HSL color Cylindrical-coordinate representation of color #1234BC: hue angle of 228º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1234BC is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 52 | 188 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.26 |
| HSL | 228º | 0.83% | 0.4% | - |
| HSV(B) | 228º | 0.9% | 0.74% | - |
| XYZ | 10.55 | 6.22 | 48.22 | - |
| YUV | 57.34 | 201.74 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 188 | 0.90 | 0.72 | 0 | 0.26 | 228 | 0.83 | 0.4 |
| Hex | 12 | 34 | BC | 5A | 48 | 0 | 1A | E4 | 53 | 28 |
| Octal | 22 | 64 | 274 | 132 | 110 | 0 | 32 | 344 | 123 | 50 |
| Binary | 10010 | 110100 | 10111100 | 1011010 | 1001000 | 0 | 11010 | 11100100 | 1010011 | 101000 |
Color Harmonies of #1234BC
Complementary color
Monochromatic Colors of #1234BC
Black with #1234BC
Text Example
Text Example
White with #1234BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1234BC; }
p { color: rgb(18,52,188); }
H1.HeaderClassName
{
color: #1234BC;
}
.AnyTagClassName
{
color: #1234BC;
}
</style>
background-color css
<style>
a { background-color: #1234BC; }
a { background-color: rgb(18,52,188); }
div.DivClassName
{
background-color: #1234BC;
}
.BgClassName
{
background-color: #1234BC;
}
</style>
border-color css
<style>
span { border-color: #1234BC; }
span { border-color: rgb(18,52,188); }
td.TdClassName
{
border-color: #1234BC;
}
.TagClassName
{
border-color: #1234BC;
}
</style>