Shades of Persian Blue #0C1FBA
Tints of Persian Blue #0C1FBA
RGB
CMYK
RGB Variations
Color information
#0C1FBA (or 0x0C1FBA) is known color: Persian Blue. HEX triplet: 0C, 1F and BA. RGB value is (12,31,186). Sum of RGB (Red+Green+Blue) = 12+31+186=229 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.24% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C1FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1FBA is #F3E045. Grayscale: #2A2A2A. Windows color (decimal): -15982662 or 12197644. OLE color: 12197644.
HSL color Cylindrical-coordinate representation of color #0C1FBA: hue angle of 233.45º 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 #0C1FBA is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 31 | 186 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.27 |
| HSL | 233.45º | 0.88% | 0.39% | - |
| HSV(B) | 233.45º | 0.94% | 0.73% | - |
| XYZ | 9.5 | 4.6 | 46.84 | - |
| YUV | 42.99 | 208.71 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 31 | 186 | 0.94 | 0.83 | 0 | 0.27 | 233.45 | 0.88 | 0.39 |
| Hex | C | 1F | BA | 5E | 53 | 0 | 1B | E9 | 58 | 27 |
| Octal | 14 | 37 | 272 | 136 | 123 | 0 | 33 | 351 | 130 | 47 |
| Binary | 1100 | 11111 | 10111010 | 1011110 | 1010011 | 0 | 11011 | 11101001 | 1011000 | 100111 |
Color Harmonies of #0C1FBA
Complementary color
Monochromatic Colors of #0C1FBA
Black with #0C1FBA
Text Example
Text Example
White with #0C1FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1FBA; }
p { color: rgb(12,31,186); }
H1.HeaderClassName
{
color: #0C1FBA;
}
.AnyTagClassName
{
color: #0C1FBA;
}
</style>
background-color css
<style>
a { background-color: #0C1FBA; }
a { background-color: rgb(12,31,186); }
div.DivClassName
{
background-color: #0C1FBA;
}
.BgClassName
{
background-color: #0C1FBA;
}
</style>
border-color css
<style>
span { border-color: #0C1FBA; }
span { border-color: rgb(12,31,186); }
td.TdClassName
{
border-color: #0C1FBA;
}
.TagClassName
{
border-color: #0C1FBA;
}
</style>