Shades of Persian Blue #0C3BDD
Tints of Persian Blue #0C3BDD
RGB
CMYK
RGB Variations
Color information
#0C3BDD (or 0x0C3BDD) is known color: Persian Blue. HEX triplet: 0C, 3B and DD. RGB value is (12,59,221). Sum of RGB (Red+Green+Blue) = 12+59+221=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C3BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3BDD is #F3C422. Grayscale: #3E3E3E. Windows color (decimal): -15975459 or 14498572. OLE color: 14498572.
HSL color Cylindrical-coordinate representation of color #0C3BDD: hue angle of 226.51º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C3BDD is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 59 | 221 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.13 |
| HSL | 226.51º | 0.9% | 0.46% | - |
| HSV(B) | 226.51º | 0.95% | 0.87% | - |
| XYZ | 14.77 | 8.43 | 69.25 | - |
| YUV | 63.42 | 216.93 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 59 | 221 | 0.95 | 0.73 | 0 | 0.13 | 226.51 | 0.9 | 0.46 |
| Hex | C | 3B | DD | 5F | 49 | 0 | D | E3 | 5A | 2E |
| Octal | 14 | 73 | 335 | 137 | 111 | 0 | 15 | 343 | 132 | 56 |
| Binary | 1100 | 111011 | 11011101 | 1011111 | 1001001 | 0 | 1101 | 11100011 | 1011010 | 101110 |
Color Harmonies of #0C3BDD
Complementary color
Monochromatic Colors of #0C3BDD
Black with #0C3BDD
Text Example
Text Example
White with #0C3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3BDD; }
p { color: rgb(12,59,221); }
H1.HeaderClassName
{
color: #0C3BDD;
}
.AnyTagClassName
{
color: #0C3BDD;
}
</style>
background-color css
<style>
a { background-color: #0C3BDD; }
a { background-color: rgb(12,59,221); }
div.DivClassName
{
background-color: #0C3BDD;
}
.BgClassName
{
background-color: #0C3BDD;
}
</style>
border-color css
<style>
span { border-color: #0C3BDD; }
span { border-color: rgb(12,59,221); }
td.TdClassName
{
border-color: #0C3BDD;
}
.TagClassName
{
border-color: #0C3BDD;
}
</style>