Shades of Persian Blue #1238C0
Tints of Persian Blue #1238C0
RGB
CMYK
RGB Variations
Color information
#1238C0 (or 0x1238C0) is known color: Persian Blue. HEX triplet: 12, 38 and C0. RGB value is (18,56,192). Sum of RGB (Red+Green+Blue) = 18+56+192=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 192 (75.39% from 255 or 72.18% from 266); Max value from RGB is 192 - color contains mainly: blue. Hex color #1238C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1238C0 is #EDC73F. Grayscale: #3B3B3B. Windows color (decimal): -15583040 or 12597266. OLE color: 12597266.
HSL color Cylindrical-coordinate representation of color #1238C0: hue angle of 226.9º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1238C0 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 56 | 192 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.25 |
| HSL | 226.9º | 0.83% | 0.41% | - |
| HSV(B) | 226.9º | 0.91% | 0.75% | - |
| XYZ | 11.18 | 6.76 | 50.59 | - |
| YUV | 60.14 | 202.41 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 192 | 0.91 | 0.71 | 0 | 0.25 | 226.9 | 0.83 | 0.41 |
| Hex | 12 | 38 | C0 | 5B | 47 | 0 | 19 | E3 | 53 | 29 |
| Octal | 22 | 70 | 300 | 133 | 107 | 0 | 31 | 343 | 123 | 51 |
| Binary | 10010 | 111000 | 11000000 | 1011011 | 1000111 | 0 | 11001 | 11100011 | 1010011 | 101001 |
Color Harmonies of #1238C0
Complementary color
Monochromatic Colors of #1238C0
Black with #1238C0
Text Example
Text Example
White with #1238C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1238C0; }
p { color: rgb(18,56,192); }
H1.HeaderClassName
{
color: #1238C0;
}
.AnyTagClassName
{
color: #1238C0;
}
</style>
background-color css
<style>
a { background-color: #1238C0; }
a { background-color: rgb(18,56,192); }
div.DivClassName
{
background-color: #1238C0;
}
.BgClassName
{
background-color: #1238C0;
}
</style>
border-color css
<style>
span { border-color: #1238C0; }
span { border-color: rgb(18,56,192); }
td.TdClassName
{
border-color: #1238C0;
}
.TagClassName
{
border-color: #1238C0;
}
</style>