Shades of Persian Blue #0C30BF
Tints of Persian Blue #0C30BF
RGB
CMYK
RGB Variations
Color information
#0C30BF (or 0x0C30BF) is known color: Persian Blue. HEX triplet: 0C, 30 and BF. RGB value is (12,48,191). Sum of RGB (Red+Green+Blue) = 12+48+191=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C30BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C30BF is #F3CF40. Grayscale: #343434. Windows color (decimal): -15978305 or 12529676. OLE color: 12529676.
HSL color Cylindrical-coordinate representation of color #0C30BF: hue angle of 227.93º 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 #0C30BF is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 48 | 191 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.25 |
| HSL | 227.93º | 0.88% | 0.4% | - |
| HSV(B) | 227.93º | 0.94% | 0.75% | - |
| XYZ | 10.61 | 5.95 | 49.88 | - |
| YUV | 53.54 | 205.57 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 191 | 0.94 | 0.75 | 0 | 0.25 | 227.93 | 0.88 | 0.4 |
| Hex | C | 30 | BF | 5E | 4B | 0 | 19 | E4 | 58 | 28 |
| Octal | 14 | 60 | 277 | 136 | 113 | 0 | 31 | 344 | 130 | 50 |
| Binary | 1100 | 110000 | 10111111 | 1011110 | 1001011 | 0 | 11001 | 11100100 | 1011000 | 101000 |
Color Harmonies of #0C30BF
Complementary color
Monochromatic Colors of #0C30BF
Black with #0C30BF
Text Example
Text Example
White with #0C30BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C30BF; }
p { color: rgb(12,48,191); }
H1.HeaderClassName
{
color: #0C30BF;
}
.AnyTagClassName
{
color: #0C30BF;
}
</style>
background-color css
<style>
a { background-color: #0C30BF; }
a { background-color: rgb(12,48,191); }
div.DivClassName
{
background-color: #0C30BF;
}
.BgClassName
{
background-color: #0C30BF;
}
</style>
border-color css
<style>
span { border-color: #0C30BF; }
span { border-color: rgb(12,48,191); }
td.TdClassName
{
border-color: #0C30BF;
}
.TagClassName
{
border-color: #0C30BF;
}
</style>