Shades of Persian Blue #1228C3
Tints of Persian Blue #1228C3
RGB
CMYK
RGB Variations
Color information
#1228C3 (or 0x1228C3) is known color: Persian Blue. HEX triplet: 12, 28 and C3. RGB value is (18,40,195). Sum of RGB (Red+Green+Blue) = 18+40+195=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 195 (76.56% from 255 or 77.08% from 253); Max value from RGB is 195 - color contains mainly: blue. Hex color #1228C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1228C3 is #EDD73C. Grayscale: #323232. Windows color (decimal): -15587133 or 12789778. OLE color: 12789778.
HSL color Cylindrical-coordinate representation of color #1228C3: hue angle of 232.54º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1228C3 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 40 | 195 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.24 |
| HSL | 232.54º | 0.83% | 0.42% | - |
| HSV(B) | 232.54º | 0.91% | 0.76% | - |
| XYZ | 10.86 | 5.59 | 52.14 | - |
| YUV | 51.09 | 209.21 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 195 | 0.91 | 0.79 | 0 | 0.24 | 232.54 | 0.83 | 0.42 |
| Hex | 12 | 28 | C3 | 5B | 4F | 0 | 18 | E9 | 53 | 2A |
| Octal | 22 | 50 | 303 | 133 | 117 | 0 | 30 | 351 | 123 | 52 |
| Binary | 10010 | 101000 | 11000011 | 1011011 | 1001111 | 0 | 11000 | 11101001 | 1010011 | 101010 |
Color Harmonies of #1228C3
Complementary color
Monochromatic Colors of #1228C3
Black with #1228C3
Text Example
Text Example
White with #1228C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1228C3; }
p { color: rgb(18,40,195); }
H1.HeaderClassName
{
color: #1228C3;
}
.AnyTagClassName
{
color: #1228C3;
}
</style>
background-color css
<style>
a { background-color: #1228C3; }
a { background-color: rgb(18,40,195); }
div.DivClassName
{
background-color: #1228C3;
}
.BgClassName
{
background-color: #1228C3;
}
</style>
border-color css
<style>
span { border-color: #1228C3; }
span { border-color: rgb(18,40,195); }
td.TdClassName
{
border-color: #1228C3;
}
.TagClassName
{
border-color: #1228C3;
}
</style>