Shades of Persian Blue #1243CF
Tints of Persian Blue #1243CF
RGB
CMYK
RGB Variations
Color information
#1243CF (or 0x1243CF) is known color: Persian Blue. HEX triplet: 12, 43 and CF. RGB value is (18,67,207). Sum of RGB (Red+Green+Blue) = 18+67+207=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #1243CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1243CF is #EDBC30. Grayscale: #434343. Windows color (decimal): -15580209 or 13583122. OLE color: 13583122.
HSL color Cylindrical-coordinate representation of color #1243CF: hue angle of 224.44º 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 #1243CF is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 67 | 207 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.19 |
| HSL | 224.44º | 0.84% | 0.44% | - |
| HSV(B) | 224.44º | 0.91% | 0.81% | - |
| XYZ | 13.52 | 8.65 | 59.99 | - |
| YUV | 68.31 | 206.27 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 207 | 0.91 | 0.68 | 0 | 0.19 | 224.44 | 0.84 | 0.44 |
| Hex | 12 | 43 | CF | 5B | 44 | 0 | 13 | E0 | 54 | 2C |
| Octal | 22 | 103 | 317 | 133 | 104 | 0 | 23 | 340 | 124 | 54 |
| Binary | 10010 | 1000011 | 11001111 | 1011011 | 1000100 | 0 | 10011 | 11100000 | 1010100 | 101100 |
Color Harmonies of #1243CF
Complementary color
Monochromatic Colors of #1243CF
Black with #1243CF
Text Example
Text Example
White with #1243CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1243CF; }
p { color: rgb(18,67,207); }
H1.HeaderClassName
{
color: #1243CF;
}
.AnyTagClassName
{
color: #1243CF;
}
</style>
background-color css
<style>
a { background-color: #1243CF; }
a { background-color: rgb(18,67,207); }
div.DivClassName
{
background-color: #1243CF;
}
.BgClassName
{
background-color: #1243CF;
}
</style>
border-color css
<style>
span { border-color: #1243CF; }
span { border-color: rgb(18,67,207); }
td.TdClassName
{
border-color: #1243CF;
}
.TagClassName
{
border-color: #1243CF;
}
</style>