Shades of Persian Blue #0C2DBB
Tints of Persian Blue #0C2DBB
RGB
CMYK
RGB Variations
Color information
#0C2DBB (or 0x0C2DBB) is known color: Persian Blue. HEX triplet: 0C, 2D and BB. RGB value is (12,45,187). Sum of RGB (Red+Green+Blue) = 12+45+187=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 187 (73.44% from 255 or 76.64% from 244); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C2DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2DBB is #F3D244. Grayscale: #323232. Windows color (decimal): -15979077 or 12266764. OLE color: 12266764.
HSL color Cylindrical-coordinate representation of color #0C2DBB: hue angle of 228.69º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C2DBB is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 45 | 187 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.27 |
| HSL | 228.69º | 0.88% | 0.39% | - |
| HSV(B) | 228.69º | 0.94% | 0.73% | - |
| XYZ | 10.06 | 5.54 | 47.55 | - |
| YUV | 51.32 | 204.57 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 45 | 187 | 0.94 | 0.76 | 0 | 0.27 | 228.69 | 0.88 | 0.39 |
| Hex | C | 2D | BB | 5E | 4C | 0 | 1B | E5 | 58 | 27 |
| Octal | 14 | 55 | 273 | 136 | 114 | 0 | 33 | 345 | 130 | 47 |
| Binary | 1100 | 101101 | 10111011 | 1011110 | 1001100 | 0 | 11011 | 11100101 | 1011000 | 100111 |
Color Harmonies of #0C2DBB
Complementary color
Monochromatic Colors of #0C2DBB
Black with #0C2DBB
Text Example
Text Example
White with #0C2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2DBB; }
p { color: rgb(12,45,187); }
H1.HeaderClassName
{
color: #0C2DBB;
}
.AnyTagClassName
{
color: #0C2DBB;
}
</style>
background-color css
<style>
a { background-color: #0C2DBB; }
a { background-color: rgb(12,45,187); }
div.DivClassName
{
background-color: #0C2DBB;
}
.BgClassName
{
background-color: #0C2DBB;
}
</style>
border-color css
<style>
span { border-color: #0C2DBB; }
span { border-color: rgb(12,45,187); }
td.TdClassName
{
border-color: #0C2DBB;
}
.TagClassName
{
border-color: #0C2DBB;
}
</style>