Shades of Persian Blue #0C44BF
Tints of Persian Blue #0C44BF
RGB
CMYK
RGB Variations
Color information
#0C44BF (or 0x0C44BF) is known color: Persian Blue. HEX triplet: 0C, 44 and BF. RGB value is (12,68,191). Sum of RGB (Red+Green+Blue) = 12+68+191=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 191 (75% from 255 or 70.48% from 271); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C44BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C44BF is #F3BB40. Grayscale: #404040. Windows color (decimal): -15973185 or 12534796. OLE color: 12534796.
HSL color Cylindrical-coordinate representation of color #0C44BF: hue angle of 221.23º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C44BF is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 68 | 191 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.25 |
| HSL | 221.23º | 0.88% | 0.4% | - |
| HSV(B) | 221.23º | 0.94% | 0.75% | - |
| XYZ | 11.62 | 7.97 | 50.22 | - |
| YUV | 65.28 | 198.95 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 68 | 191 | 0.94 | 0.64 | 0 | 0.25 | 221.23 | 0.88 | 0.4 |
| Hex | C | 44 | BF | 5E | 40 | 0 | 19 | DD | 58 | 28 |
| Octal | 14 | 104 | 277 | 136 | 100 | 0 | 31 | 335 | 130 | 50 |
| Binary | 1100 | 1000100 | 10111111 | 1011110 | 1000000 | 0 | 11001 | 11011101 | 1011000 | 101000 |
Color Harmonies of #0C44BF
Complementary color
Monochromatic Colors of #0C44BF
Black with #0C44BF
Text Example
Text Example
White with #0C44BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C44BF; }
p { color: rgb(12,68,191); }
H1.HeaderClassName
{
color: #0C44BF;
}
.AnyTagClassName
{
color: #0C44BF;
}
</style>
background-color css
<style>
a { background-color: #0C44BF; }
a { background-color: rgb(12,68,191); }
div.DivClassName
{
background-color: #0C44BF;
}
.BgClassName
{
background-color: #0C44BF;
}
</style>
border-color css
<style>
span { border-color: #0C44BF; }
span { border-color: rgb(12,68,191); }
td.TdClassName
{
border-color: #0C44BF;
}
.TagClassName
{
border-color: #0C44BF;
}
</style>