Shades of Persian Blue #0C2FBE
Tints of Persian Blue #0C2FBE
RGB
CMYK
RGB Variations
Color information
#0C2FBE (or 0x0C2FBE) is known color: Persian Blue. HEX triplet: 0C, 2F and BE. RGB value is (12,47,190). Sum of RGB (Red+Green+Blue) = 12+47+190=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 190 (74.61% from 255 or 76.31% from 249); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C2FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2FBE is #F3D041. Grayscale: #343434. Windows color (decimal): -15978562 or 12463884. OLE color: 12463884.
HSL color Cylindrical-coordinate representation of color #0C2FBE: hue angle of 228.2º 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 #0C2FBE is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 47 | 190 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.25 |
| HSL | 228.2º | 0.88% | 0.4% | - |
| HSV(B) | 228.2º | 0.94% | 0.75% | - |
| XYZ | 10.46 | 5.83 | 49.29 | - |
| YUV | 52.84 | 205.4 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 47 | 190 | 0.94 | 0.75 | 0 | 0.25 | 228.2 | 0.88 | 0.4 |
| Hex | C | 2F | BE | 5E | 4B | 0 | 19 | E4 | 58 | 28 |
| Octal | 14 | 57 | 276 | 136 | 113 | 0 | 31 | 344 | 130 | 50 |
| Binary | 1100 | 101111 | 10111110 | 1011110 | 1001011 | 0 | 11001 | 11100100 | 1011000 | 101000 |
Color Harmonies of #0C2FBE
Complementary color
Monochromatic Colors of #0C2FBE
Black with #0C2FBE
Text Example
Text Example
White with #0C2FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2FBE; }
p { color: rgb(12,47,190); }
H1.HeaderClassName
{
color: #0C2FBE;
}
.AnyTagClassName
{
color: #0C2FBE;
}
</style>
background-color css
<style>
a { background-color: #0C2FBE; }
a { background-color: rgb(12,47,190); }
div.DivClassName
{
background-color: #0C2FBE;
}
.BgClassName
{
background-color: #0C2FBE;
}
</style>
border-color css
<style>
span { border-color: #0C2FBE; }
span { border-color: rgb(12,47,190); }
td.TdClassName
{
border-color: #0C2FBE;
}
.TagClassName
{
border-color: #0C2FBE;
}
</style>