Shades of Persian Blue #0443CC
Tints of Persian Blue #0443CC
RGB
CMYK
RGB Variations
Color information
#0443CC (or 0x0443CC) is known color: Persian Blue. HEX triplet: 04, 43 and CC. RGB value is (4,67,204). Sum of RGB (Red+Green+Blue) = 4+67+204=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #0443CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0443CC is #FBBC33. Grayscale: #3F3F3F. Windows color (decimal): -16497716 or 13386500. OLE color: 13386500.
HSL color Cylindrical-coordinate representation of color #0443CC: hue angle of 221.1º 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 #0443CC is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 67 | 204 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.2 |
| HSL | 221.1º | 0.96% | 0.41% | - |
| HSV(B) | 221.1º | 0.98% | 0.8% | - |
| XYZ | 12.96 | 8.4 | 58.07 | - |
| YUV | 63.78 | 207.13 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 204 | 0.98 | 0.67 | 0 | 0.2 | 221.1 | 0.96 | 0.41 |
| Hex | 4 | 43 | CC | 62 | 43 | 0 | 14 | DD | 60 | 29 |
| Octal | 4 | 103 | 314 | 142 | 103 | 0 | 24 | 335 | 140 | 51 |
| Binary | 100 | 1000011 | 11001100 | 1100010 | 1000011 | 0 | 10100 | 11011101 | 1100000 | 101001 |
Color Harmonies of #0443CC
Complementary color
Monochromatic Colors of #0443CC
Black with #0443CC
Text Example
Text Example
White with #0443CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0443CC; }
p { color: rgb(4,67,204); }
H1.HeaderClassName
{
color: #0443CC;
}
.AnyTagClassName
{
color: #0443CC;
}
</style>
background-color css
<style>
a { background-color: #0443CC; }
a { background-color: rgb(4,67,204); }
div.DivClassName
{
background-color: #0443CC;
}
.BgClassName
{
background-color: #0443CC;
}
</style>
border-color css
<style>
span { border-color: #0443CC; }
span { border-color: rgb(4,67,204); }
td.TdClassName
{
border-color: #0443CC;
}
.TagClassName
{
border-color: #0443CC;
}
</style>