Shades of Persian Blue #1045CF
Tints of Persian Blue #1045CF
RGB
CMYK
RGB Variations
Color information
#1045CF (or 0x1045CF) is known color: Persian Blue. HEX triplet: 10, 45 and CF. RGB value is (16,69,207). Sum of RGB (Red+Green+Blue) = 16+69+207=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 69 (27.34% from 255 or 23.63% 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 #1045CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1045CF is #EFBA30. Grayscale: #444444. Windows color (decimal): -15710769 or 13583632. OLE color: 13583632.
HSL color Cylindrical-coordinate representation of color #1045CF: hue angle of 223.35º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1045CF is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 69 | 207 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.19 |
| HSL | 223.35º | 0.86% | 0.44% | - |
| HSV(B) | 223.35º | 0.92% | 0.81% | - |
| XYZ | 13.6 | 8.87 | 60.03 | - |
| YUV | 68.89 | 205.94 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 207 | 0.92 | 0.67 | 0 | 0.19 | 223.35 | 0.86 | 0.44 |
| Hex | 10 | 45 | CF | 5C | 43 | 0 | 13 | DF | 56 | 2C |
| Octal | 20 | 105 | 317 | 134 | 103 | 0 | 23 | 337 | 126 | 54 |
| Binary | 10000 | 1000101 | 11001111 | 1011100 | 1000011 | 0 | 10011 | 11011111 | 1010110 | 101100 |
Color Harmonies of #1045CF
Complementary color
Monochromatic Colors of #1045CF
Black with #1045CF
Text Example
Text Example
White with #1045CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1045CF; }
p { color: rgb(16,69,207); }
H1.HeaderClassName
{
color: #1045CF;
}
.AnyTagClassName
{
color: #1045CF;
}
</style>
background-color css
<style>
a { background-color: #1045CF; }
a { background-color: rgb(16,69,207); }
div.DivClassName
{
background-color: #1045CF;
}
.BgClassName
{
background-color: #1045CF;
}
</style>
border-color css
<style>
span { border-color: #1045CF; }
span { border-color: rgb(16,69,207); }
td.TdClassName
{
border-color: #1045CF;
}
.TagClassName
{
border-color: #1045CF;
}
</style>