Shades of Persian Blue #1232CC
Tints of Persian Blue #1232CC
RGB
CMYK
RGB Variations
Color information
#1232CC (or 0x1232CC) is known color: Persian Blue. HEX triplet: 12, 32 and CC. RGB value is (18,50,204). Sum of RGB (Red+Green+Blue) = 18+50+204=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #1232CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1232CC is #EDCD33. Grayscale: #393939. Windows color (decimal): -15584564 or 13382162. OLE color: 13382162.
HSL color Cylindrical-coordinate representation of color #1232CC: hue angle of 229.68º 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 #1232CC is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 50 | 204 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.2 |
| HSL | 229.68º | 0.84% | 0.44% | - |
| HSV(B) | 229.68º | 0.91% | 0.8% | - |
| XYZ | 12.29 | 6.77 | 57.79 | - |
| YUV | 57.99 | 210.4 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 204 | 0.91 | 0.75 | 0 | 0.2 | 229.68 | 0.84 | 0.44 |
| Hex | 12 | 32 | CC | 5B | 4B | 0 | 14 | E6 | 54 | 2C |
| Octal | 22 | 62 | 314 | 133 | 113 | 0 | 24 | 346 | 124 | 54 |
| Binary | 10010 | 110010 | 11001100 | 1011011 | 1001011 | 0 | 10100 | 11100110 | 1010100 | 101100 |
Color Harmonies of #1232CC
Complementary color
Monochromatic Colors of #1232CC
Black with #1232CC
Text Example
Text Example
White with #1232CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1232CC; }
p { color: rgb(18,50,204); }
H1.HeaderClassName
{
color: #1232CC;
}
.AnyTagClassName
{
color: #1232CC;
}
</style>
background-color css
<style>
a { background-color: #1232CC; }
a { background-color: rgb(18,50,204); }
div.DivClassName
{
background-color: #1232CC;
}
.BgClassName
{
background-color: #1232CC;
}
</style>
border-color css
<style>
span { border-color: #1232CC; }
span { border-color: rgb(18,50,204); }
td.TdClassName
{
border-color: #1232CC;
}
.TagClassName
{
border-color: #1232CC;
}
</style>