Shades of Persian Blue #0441CC
Tints of Persian Blue #0441CC
RGB
CMYK
RGB Variations
Color information
#0441CC (or 0x0441CC) is known color: Persian Blue. HEX triplet: 04, 41 and CC. RGB value is (4,65,204). Sum of RGB (Red+Green+Blue) = 4+65+204=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #0441CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0441CC is #FBBE33. Grayscale: #3D3D3D. Windows color (decimal): -16498228 or 13385988. OLE color: 13385988.
HSL color Cylindrical-coordinate representation of color #0441CC: hue angle of 221.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0441CC is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 65 | 204 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.2 |
| HSL | 221.7º | 0.96% | 0.41% | - |
| HSV(B) | 221.7º | 0.98% | 0.8% | - |
| XYZ | 12.84 | 8.17 | 58.03 | - |
| YUV | 62.61 | 207.79 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 204 | 0.98 | 0.68 | 0 | 0.2 | 221.7 | 0.96 | 0.41 |
| Hex | 4 | 41 | CC | 62 | 44 | 0 | 14 | DE | 60 | 29 |
| Octal | 4 | 101 | 314 | 142 | 104 | 0 | 24 | 336 | 140 | 51 |
| Binary | 100 | 1000001 | 11001100 | 1100010 | 1000100 | 0 | 10100 | 11011110 | 1100000 | 101001 |
Color Harmonies of #0441CC
Complementary color
Monochromatic Colors of #0441CC
Black with #0441CC
Text Example
Text Example
White with #0441CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0441CC; }
p { color: rgb(4,65,204); }
H1.HeaderClassName
{
color: #0441CC;
}
.AnyTagClassName
{
color: #0441CC;
}
</style>
background-color css
<style>
a { background-color: #0441CC; }
a { background-color: rgb(4,65,204); }
div.DivClassName
{
background-color: #0441CC;
}
.BgClassName
{
background-color: #0441CC;
}
</style>
border-color css
<style>
span { border-color: #0441CC; }
span { border-color: rgb(4,65,204); }
td.TdClassName
{
border-color: #0441CC;
}
.TagClassName
{
border-color: #0441CC;
}
</style>