Shades of Persian Blue #1223C2
Tints of Persian Blue #1223C2
RGB
CMYK
RGB Variations
Color information
#1223C2 (or 0x1223C2) is known color: Persian Blue. HEX triplet: 12, 23 and C2. RGB value is (18,35,194). Sum of RGB (Red+Green+Blue) = 18+35+194=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 194 (76.17% from 255 or 78.54% from 247); Max value from RGB is 194 - color contains mainly: blue. Hex color #1223C2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1223C2 is #EDDC3D. Grayscale: #2F2F2F. Windows color (decimal): -15588414 or 12722962. OLE color: 12722962.
HSL color Cylindrical-coordinate representation of color #1223C2: hue angle of 234.2º 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 #1223C2 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 35 | 194 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.24 |
| HSL | 234.2º | 0.83% | 0.42% | - |
| HSV(B) | 234.2º | 0.91% | 0.76% | - |
| XYZ | 10.59 | 5.23 | 51.49 | - |
| YUV | 48.04 | 210.37 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 194 | 0.91 | 0.82 | 0 | 0.24 | 234.2 | 0.83 | 0.42 |
| Hex | 12 | 23 | C2 | 5B | 52 | 0 | 18 | EA | 53 | 2A |
| Octal | 22 | 43 | 302 | 133 | 122 | 0 | 30 | 352 | 123 | 52 |
| Binary | 10010 | 100011 | 11000010 | 1011011 | 1010010 | 0 | 11000 | 11101010 | 1010011 | 101010 |
Color Harmonies of #1223C2
Complementary color
Monochromatic Colors of #1223C2
Black with #1223C2
Text Example
Text Example
White with #1223C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1223C2; }
p { color: rgb(18,35,194); }
H1.HeaderClassName
{
color: #1223C2;
}
.AnyTagClassName
{
color: #1223C2;
}
</style>
background-color css
<style>
a { background-color: #1223C2; }
a { background-color: rgb(18,35,194); }
div.DivClassName
{
background-color: #1223C2;
}
.BgClassName
{
background-color: #1223C2;
}
</style>
border-color css
<style>
span { border-color: #1223C2; }
span { border-color: rgb(18,35,194); }
td.TdClassName
{
border-color: #1223C2;
}
.TagClassName
{
border-color: #1223C2;
}
</style>