Shades of Persian Blue #1229CC
Tints of Persian Blue #1229CC
RGB
CMYK
RGB Variations
Color information
#1229CC (or 0x1229CC) is known color: Persian Blue. HEX triplet: 12, 29 and CC. RGB value is (18,41,204). Sum of RGB (Red+Green+Blue) = 18+41+204=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 204 (80.08% from 255 or 77.57% from 263); Max value from RGB is 204 - color contains mainly: blue. Hex color #1229CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1229CC is #EDD633. Grayscale: #343434. Windows color (decimal): -15586868 or 13379858. OLE color: 13379858.
HSL color Cylindrical-coordinate representation of color #1229CC: hue angle of 232.58º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1229CC is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 41 | 204 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.2 |
| HSL | 232.58º | 0.84% | 0.44% | - |
| HSV(B) | 232.58º | 0.91% | 0.8% | - |
| XYZ | 11.94 | 6.07 | 57.67 | - |
| YUV | 52.71 | 213.38 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 204 | 0.91 | 0.80 | 0 | 0.2 | 232.58 | 0.84 | 0.44 |
| Hex | 12 | 29 | CC | 5B | 50 | 0 | 14 | E9 | 54 | 2C |
| Octal | 22 | 51 | 314 | 133 | 120 | 0 | 24 | 351 | 124 | 54 |
| Binary | 10010 | 101001 | 11001100 | 1011011 | 1010000 | 0 | 10100 | 11101001 | 1010100 | 101100 |
Color Harmonies of #1229CC
Complementary color
Monochromatic Colors of #1229CC
Black with #1229CC
Text Example
Text Example
White with #1229CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1229CC; }
p { color: rgb(18,41,204); }
H1.HeaderClassName
{
color: #1229CC;
}
.AnyTagClassName
{
color: #1229CC;
}
</style>
background-color css
<style>
a { background-color: #1229CC; }
a { background-color: rgb(18,41,204); }
div.DivClassName
{
background-color: #1229CC;
}
.BgClassName
{
background-color: #1229CC;
}
</style>
border-color css
<style>
span { border-color: #1229CC; }
span { border-color: rgb(18,41,204); }
td.TdClassName
{
border-color: #1229CC;
}
.TagClassName
{
border-color: #1229CC;
}
</style>