Shades of Persian Blue #0443CA
Tints of Persian Blue #0443CA
RGB
CMYK
RGB Variations
Color information
#0443CA (or 0x0443CA) is known color: Persian Blue. HEX triplet: 04, 43 and CA. RGB value is (4,67,202). Sum of RGB (Red+Green+Blue) = 4+67+202=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 202 (79.30% from 255 or 73.99% from 273); Max value from RGB is 202 - color contains mainly: blue. Hex color #0443CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0443CA is #FBBC35. Grayscale: #3E3E3E. Windows color (decimal): -16497718 or 13255428. OLE color: 13255428.
HSL color Cylindrical-coordinate representation of color #0443CA: hue angle of 220.91º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0443CA is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 67 | 202 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.21 |
| HSL | 220.91º | 0.96% | 0.4% | - |
| HSV(B) | 220.91º | 0.98% | 0.79% | - |
| XYZ | 12.72 | 8.3 | 56.81 | - |
| YUV | 63.55 | 206.13 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 202 | 0.98 | 0.67 | 0 | 0.21 | 220.91 | 0.96 | 0.4 |
| Hex | 4 | 43 | CA | 62 | 43 | 0 | 15 | DD | 60 | 28 |
| Octal | 4 | 103 | 312 | 142 | 103 | 0 | 25 | 335 | 140 | 50 |
| Binary | 100 | 1000011 | 11001010 | 1100010 | 1000011 | 0 | 10101 | 11011101 | 1100000 | 101000 |
Color Harmonies of #0443CA
Complementary color
Monochromatic Colors of #0443CA
Black with #0443CA
Text Example
Text Example
White with #0443CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0443CA; }
p { color: rgb(4,67,202); }
H1.HeaderClassName
{
color: #0443CA;
}
.AnyTagClassName
{
color: #0443CA;
}
</style>
background-color css
<style>
a { background-color: #0443CA; }
a { background-color: rgb(4,67,202); }
div.DivClassName
{
background-color: #0443CA;
}
.BgClassName
{
background-color: #0443CA;
}
</style>
border-color css
<style>
span { border-color: #0443CA; }
span { border-color: rgb(4,67,202); }
td.TdClassName
{
border-color: #0443CA;
}
.TagClassName
{
border-color: #0443CA;
}
</style>