Shades of Persian Blue #1228CC
Tints of Persian Blue #1228CC
RGB
CMYK
RGB Variations
Color information
#1228CC (or 0x1228CC) is known color: Persian Blue. HEX triplet: 12, 28 and CC. RGB value is (18,40,204). Sum of RGB (Red+Green+Blue) = 18+40+204=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #1228CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1228CC is #EDD733. Grayscale: #333333. Windows color (decimal): -15587124 or 13379602. OLE color: 13379602.
HSL color Cylindrical-coordinate representation of color #1228CC: hue angle of 232.9º 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 #1228CC is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 40 | 204 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.2 |
| HSL | 232.9º | 0.84% | 0.44% | - |
| HSV(B) | 232.9º | 0.91% | 0.8% | - |
| XYZ | 11.91 | 6.01 | 57.66 | - |
| YUV | 52.12 | 213.71 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 204 | 0.91 | 0.80 | 0 | 0.2 | 232.9 | 0.84 | 0.44 |
| Hex | 12 | 28 | CC | 5B | 50 | 0 | 14 | E9 | 54 | 2C |
| Octal | 22 | 50 | 314 | 133 | 120 | 0 | 24 | 351 | 124 | 54 |
| Binary | 10010 | 101000 | 11001100 | 1011011 | 1010000 | 0 | 10100 | 11101001 | 1010100 | 101100 |
Color Harmonies of #1228CC
Complementary color
Monochromatic Colors of #1228CC
Black with #1228CC
Text Example
Text Example
White with #1228CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1228CC; }
p { color: rgb(18,40,204); }
H1.HeaderClassName
{
color: #1228CC;
}
.AnyTagClassName
{
color: #1228CC;
}
</style>
background-color css
<style>
a { background-color: #1228CC; }
a { background-color: rgb(18,40,204); }
div.DivClassName
{
background-color: #1228CC;
}
.BgClassName
{
background-color: #1228CC;
}
</style>
border-color css
<style>
span { border-color: #1228CC; }
span { border-color: rgb(18,40,204); }
td.TdClassName
{
border-color: #1228CC;
}
.TagClassName
{
border-color: #1228CC;
}
</style>