Shades of Persian Blue #1238CF
Tints of Persian Blue #1238CF
RGB
CMYK
RGB Variations
Color information
#1238CF (or 0x1238CF) is known color: Persian Blue. HEX triplet: 12, 38 and CF. RGB value is (18,56,207). Sum of RGB (Red+Green+Blue) = 18+56+207=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #1238CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1238CF is #EDC730. Grayscale: #3D3D3D. Windows color (decimal): -15583025 or 13580306. OLE color: 13580306.
HSL color Cylindrical-coordinate representation of color #1238CF: hue angle of 227.94º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1238CF is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 56 | 207 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.19 |
| HSL | 227.94º | 0.84% | 0.44% | - |
| HSV(B) | 227.94º | 0.91% | 0.81% | - |
| XYZ | 12.93 | 7.46 | 59.79 | - |
| YUV | 61.85 | 209.91 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 207 | 0.91 | 0.73 | 0 | 0.19 | 227.94 | 0.84 | 0.44 |
| Hex | 12 | 38 | CF | 5B | 49 | 0 | 13 | E4 | 54 | 2C |
| Octal | 22 | 70 | 317 | 133 | 111 | 0 | 23 | 344 | 124 | 54 |
| Binary | 10010 | 111000 | 11001111 | 1011011 | 1001001 | 0 | 10011 | 11100100 | 1010100 | 101100 |
Color Harmonies of #1238CF
Complementary color
Monochromatic Colors of #1238CF
Black with #1238CF
Text Example
Text Example
White with #1238CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1238CF; }
p { color: rgb(18,56,207); }
H1.HeaderClassName
{
color: #1238CF;
}
.AnyTagClassName
{
color: #1238CF;
}
</style>
background-color css
<style>
a { background-color: #1238CF; }
a { background-color: rgb(18,56,207); }
div.DivClassName
{
background-color: #1238CF;
}
.BgClassName
{
background-color: #1238CF;
}
</style>
border-color css
<style>
span { border-color: #1238CF; }
span { border-color: rgb(18,56,207); }
td.TdClassName
{
border-color: #1238CF;
}
.TagClassName
{
border-color: #1238CF;
}
</style>