Shades of Persian Blue #1044C3
Tints of Persian Blue #1044C3
RGB
CMYK
RGB Variations
Color information
#1044C3 (or 0x1044C3) is known color: Persian Blue. HEX triplet: 10, 44 and C3. RGB value is (16,68,195). Sum of RGB (Red+Green+Blue) = 16+68+195=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 195 (76.56% from 255 or 69.89% from 279); Max value from RGB is 195 - color contains mainly: blue. Hex color #1044C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1044C3 is #EFBB3C. Grayscale: #424242. Windows color (decimal): -15711037 or 12796944. OLE color: 12796944.
HSL color Cylindrical-coordinate representation of color #1044C3: hue angle of 222.57º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1044C3 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 68 | 195 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.24 |
| HSL | 222.57º | 0.85% | 0.41% | - |
| HSV(B) | 222.57º | 0.92% | 0.76% | - |
| XYZ | 12.13 | 8.18 | 52.57 | - |
| YUV | 66.93 | 200.27 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 195 | 0.92 | 0.65 | 0 | 0.24 | 222.57 | 0.85 | 0.41 |
| Hex | 10 | 44 | C3 | 5C | 41 | 0 | 18 | DF | 55 | 29 |
| Octal | 20 | 104 | 303 | 134 | 101 | 0 | 30 | 337 | 125 | 51 |
| Binary | 10000 | 1000100 | 11000011 | 1011100 | 1000001 | 0 | 11000 | 11011111 | 1010101 | 101001 |
Color Harmonies of #1044C3
Complementary color
Monochromatic Colors of #1044C3
Black with #1044C3
Text Example
Text Example
White with #1044C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1044C3; }
p { color: rgb(16,68,195); }
H1.HeaderClassName
{
color: #1044C3;
}
.AnyTagClassName
{
color: #1044C3;
}
</style>
background-color css
<style>
a { background-color: #1044C3; }
a { background-color: rgb(16,68,195); }
div.DivClassName
{
background-color: #1044C3;
}
.BgClassName
{
background-color: #1044C3;
}
</style>
border-color css
<style>
span { border-color: #1044C3; }
span { border-color: rgb(16,68,195); }
td.TdClassName
{
border-color: #1044C3;
}
.TagClassName
{
border-color: #1044C3;
}
</style>