Shades of Persian Blue #1234C4
Tints of Persian Blue #1234C4
RGB
CMYK
RGB Variations
Color information
#1234C4 (or 0x1234C4) is known color: Persian Blue. HEX triplet: 12, 34 and C4. RGB value is (18,52,196). Sum of RGB (Red+Green+Blue) = 18+52+196=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 196 (76.95% from 255 or 73.68% from 266); Max value from RGB is 196 - color contains mainly: blue. Hex color #1234C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1234C4 is #EDCB3B. Grayscale: #393939. Windows color (decimal): -15584060 or 12858386. OLE color: 12858386.
HSL color Cylindrical-coordinate representation of color #1234C4: hue angle of 228.54º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1234C4 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 52 | 196 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.23 |
| HSL | 228.54º | 0.83% | 0.42% | - |
| HSV(B) | 228.54º | 0.91% | 0.77% | - |
| XYZ | 11.44 | 6.57 | 52.89 | - |
| YUV | 58.25 | 205.74 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 196 | 0.91 | 0.73 | 0 | 0.23 | 228.54 | 0.83 | 0.42 |
| Hex | 12 | 34 | C4 | 5B | 49 | 0 | 17 | E5 | 53 | 2A |
| Octal | 22 | 64 | 304 | 133 | 111 | 0 | 27 | 345 | 123 | 52 |
| Binary | 10010 | 110100 | 11000100 | 1011011 | 1001001 | 0 | 10111 | 11100101 | 1010011 | 101010 |
Color Harmonies of #1234C4
Complementary color
Monochromatic Colors of #1234C4
Black with #1234C4
Text Example
Text Example
White with #1234C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1234C4; }
p { color: rgb(18,52,196); }
H1.HeaderClassName
{
color: #1234C4;
}
.AnyTagClassName
{
color: #1234C4;
}
</style>
background-color css
<style>
a { background-color: #1234C4; }
a { background-color: rgb(18,52,196); }
div.DivClassName
{
background-color: #1234C4;
}
.BgClassName
{
background-color: #1234C4;
}
</style>
border-color css
<style>
span { border-color: #1234C4; }
span { border-color: rgb(18,52,196); }
td.TdClassName
{
border-color: #1234C4;
}
.TagClassName
{
border-color: #1234C4;
}
</style>