Shades of Persian Blue #0C3DBF
Tints of Persian Blue #0C3DBF
RGB
CMYK
RGB Variations
Color information
#0C3DBF (or 0x0C3DBF) is known color: Persian Blue. HEX triplet: 0C, 3D and BF. RGB value is (12,61,191). Sum of RGB (Red+Green+Blue) = 12+61+191=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 191 (75% from 255 or 72.35% from 264); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C3DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3DBF is #F3C240. Grayscale: #3C3C3C. Windows color (decimal): -15974977 or 12533004. OLE color: 12533004.
HSL color Cylindrical-coordinate representation of color #0C3DBF: hue angle of 223.58º 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 #0C3DBF is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 61 | 191 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.25 |
| HSL | 223.58º | 0.88% | 0.4% | - |
| HSV(B) | 223.58º | 0.94% | 0.75% | - |
| XYZ | 11.22 | 7.18 | 50.08 | - |
| YUV | 61.17 | 201.27 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 61 | 191 | 0.94 | 0.68 | 0 | 0.25 | 223.58 | 0.88 | 0.4 |
| Hex | C | 3D | BF | 5E | 44 | 0 | 19 | E0 | 58 | 28 |
| Octal | 14 | 75 | 277 | 136 | 104 | 0 | 31 | 340 | 130 | 50 |
| Binary | 1100 | 111101 | 10111111 | 1011110 | 1000100 | 0 | 11001 | 11100000 | 1011000 | 101000 |
Color Harmonies of #0C3DBF
Complementary color
Monochromatic Colors of #0C3DBF
Black with #0C3DBF
Text Example
Text Example
White with #0C3DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3DBF; }
p { color: rgb(12,61,191); }
H1.HeaderClassName
{
color: #0C3DBF;
}
.AnyTagClassName
{
color: #0C3DBF;
}
</style>
background-color css
<style>
a { background-color: #0C3DBF; }
a { background-color: rgb(12,61,191); }
div.DivClassName
{
background-color: #0C3DBF;
}
.BgClassName
{
background-color: #0C3DBF;
}
</style>
border-color css
<style>
span { border-color: #0C3DBF; }
span { border-color: rgb(12,61,191); }
td.TdClassName
{
border-color: #0C3DBF;
}
.TagClassName
{
border-color: #0C3DBF;
}
</style>