Shades of Persian Blue #0544CC
Tints of Persian Blue #0544CC
RGB
CMYK
RGB Variations
Color information
#0544CC (or 0x0544CC) is known color: Persian Blue. HEX triplet: 05, 44 and CC. RGB value is (5,68,204). Sum of RGB (Red+Green+Blue) = 5+68+204=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #0544CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0544CC is #FABB33. Grayscale: #404040. Windows color (decimal): -16431924 or 13386757. OLE color: 13386757.
HSL color Cylindrical-coordinate representation of color #0544CC: hue angle of 221.01º degrees, saturation: 0.95, 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 #0544CC is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 68 | 204 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.2 |
| HSL | 221.01º | 0.95% | 0.41% | - |
| HSV(B) | 221.01º | 0.98% | 0.8% | - |
| XYZ | 13.03 | 8.53 | 58.09 | - |
| YUV | 64.67 | 206.63 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 204 | 0.98 | 0.67 | 0 | 0.2 | 221.01 | 0.95 | 0.41 |
| Hex | 5 | 44 | CC | 62 | 43 | 0 | 14 | DD | 5F | 29 |
| Octal | 5 | 104 | 314 | 142 | 103 | 0 | 24 | 335 | 137 | 51 |
| Binary | 101 | 1000100 | 11001100 | 1100010 | 1000011 | 0 | 10100 | 11011101 | 1011111 | 101001 |
Color Harmonies of #0544CC
Complementary color
Monochromatic Colors of #0544CC
Black with #0544CC
Text Example
Text Example
White with #0544CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0544CC; }
p { color: rgb(5,68,204); }
H1.HeaderClassName
{
color: #0544CC;
}
.AnyTagClassName
{
color: #0544CC;
}
</style>
background-color css
<style>
a { background-color: #0544CC; }
a { background-color: rgb(5,68,204); }
div.DivClassName
{
background-color: #0544CC;
}
.BgClassName
{
background-color: #0544CC;
}
</style>
border-color css
<style>
span { border-color: #0544CC; }
span { border-color: rgb(5,68,204); }
td.TdClassName
{
border-color: #0544CC;
}
.TagClassName
{
border-color: #0544CC;
}
</style>