Shades of Persian Blue #0443CB
Tints of Persian Blue #0443CB
RGB
CMYK
RGB Variations
Color information
#0443CB (or 0x0443CB) is known color: Persian Blue. HEX triplet: 04, 43 and CB. RGB value is (4,67,203). Sum of RGB (Red+Green+Blue) = 4+67+203=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 203 (79.69% from 255 or 74.09% from 274); Max value from RGB is 203 - color contains mainly: blue. Hex color #0443CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0443CB is #FBBC34. Grayscale: #3F3F3F. Windows color (decimal): -16497717 or 13320964. OLE color: 13320964.
HSL color Cylindrical-coordinate representation of color #0443CB: hue angle of 221.01º 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 #0443CB is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 67 | 203 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.20 |
| HSL | 221.01º | 0.96% | 0.41% | - |
| HSV(B) | 221.01º | 0.98% | 0.8% | - |
| XYZ | 12.84 | 8.35 | 57.44 | - |
| YUV | 63.67 | 206.63 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 203 | 0.98 | 0.67 | 0 | 0.20 | 221.01 | 0.96 | 0.41 |
| Hex | 4 | 43 | CB | 62 | 43 | 0 | 14 | DD | 60 | 29 |
| Octal | 4 | 103 | 313 | 142 | 103 | 0 | 24 | 335 | 140 | 51 |
| Binary | 100 | 1000011 | 11001011 | 1100010 | 1000011 | 0 | 10100 | 11011101 | 1100000 | 101001 |
Color Harmonies of #0443CB
Complementary color
Monochromatic Colors of #0443CB
Black with #0443CB
Text Example
Text Example
White with #0443CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0443CB; }
p { color: rgb(4,67,203); }
H1.HeaderClassName
{
color: #0443CB;
}
.AnyTagClassName
{
color: #0443CB;
}
</style>
background-color css
<style>
a { background-color: #0443CB; }
a { background-color: rgb(4,67,203); }
div.DivClassName
{
background-color: #0443CB;
}
.BgClassName
{
background-color: #0443CB;
}
</style>
border-color css
<style>
span { border-color: #0443CB; }
span { border-color: rgb(4,67,203); }
td.TdClassName
{
border-color: #0443CB;
}
.TagClassName
{
border-color: #0443CB;
}
</style>