Shades of Persian Blue #0C2FBB
Tints of Persian Blue #0C2FBB
RGB
CMYK
RGB Variations
Color information
#0C2FBB (or 0x0C2FBB) is known color: Persian Blue. HEX triplet: 0C, 2F and BB. RGB value is (12,47,187). Sum of RGB (Red+Green+Blue) = 12+47+187=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C2FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2FBB is #F3D044. Grayscale: #333333. Windows color (decimal): -15978565 or 12267276. OLE color: 12267276.
HSL color Cylindrical-coordinate representation of color #0C2FBB: hue angle of 228º 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 #0C2FBB is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 47 | 187 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.27 |
| HSL | 228º | 0.88% | 0.39% | - |
| HSV(B) | 228º | 0.94% | 0.73% | - |
| XYZ | 10.14 | 5.7 | 47.58 | - |
| YUV | 52.5 | 203.9 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 47 | 187 | 0.94 | 0.75 | 0 | 0.27 | 228 | 0.88 | 0.39 |
| Hex | C | 2F | BB | 5E | 4B | 0 | 1B | E4 | 58 | 27 |
| Octal | 14 | 57 | 273 | 136 | 113 | 0 | 33 | 344 | 130 | 47 |
| Binary | 1100 | 101111 | 10111011 | 1011110 | 1001011 | 0 | 11011 | 11100100 | 1011000 | 100111 |
Color Harmonies of #0C2FBB
Complementary color
Monochromatic Colors of #0C2FBB
Black with #0C2FBB
Text Example
Text Example
White with #0C2FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2FBB; }
p { color: rgb(12,47,187); }
H1.HeaderClassName
{
color: #0C2FBB;
}
.AnyTagClassName
{
color: #0C2FBB;
}
</style>
background-color css
<style>
a { background-color: #0C2FBB; }
a { background-color: rgb(12,47,187); }
div.DivClassName
{
background-color: #0C2FBB;
}
.BgClassName
{
background-color: #0C2FBB;
}
</style>
border-color css
<style>
span { border-color: #0C2FBB; }
span { border-color: rgb(12,47,187); }
td.TdClassName
{
border-color: #0C2FBB;
}
.TagClassName
{
border-color: #0C2FBB;
}
</style>