Shades of Persian Blue #0C3FDF
Tints of Persian Blue #0C3FDF
RGB
CMYK
RGB Variations
Color information
#0C3FDF (or 0x0C3FDF) is known color: Persian Blue. HEX triplet: 0C, 3F and DF. RGB value is (12,63,223). Sum of RGB (Red+Green+Blue) = 12+63+223=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 223 (87.5% from 255 or 74.83% from 298); Max value from RGB is 223 - color contains mainly: blue. Hex color #0C3FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3FDF is #F3C020. Grayscale: #414141. Windows color (decimal): -15974433 or 14630668. OLE color: 14630668.
HSL color Cylindrical-coordinate representation of color #0C3FDF: hue angle of 225.5º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C3FDF is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 63 | 223 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.13 |
| HSL | 225.5º | 0.9% | 0.46% | - |
| HSV(B) | 225.5º | 0.95% | 0.87% | - |
| XYZ | 15.25 | 8.96 | 70.74 | - |
| YUV | 65.99 | 216.6 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 63 | 223 | 0.95 | 0.72 | 0 | 0.13 | 225.5 | 0.9 | 0.46 |
| Hex | C | 3F | DF | 5F | 48 | 0 | D | E1 | 5A | 2E |
| Octal | 14 | 77 | 337 | 137 | 110 | 0 | 15 | 341 | 132 | 56 |
| Binary | 1100 | 111111 | 11011111 | 1011111 | 1001000 | 0 | 1101 | 11100001 | 1011010 | 101110 |
Color Harmonies of #0C3FDF
Complementary color
Monochromatic Colors of #0C3FDF
Black with #0C3FDF
Text Example
Text Example
White with #0C3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3FDF; }
p { color: rgb(12,63,223); }
H1.HeaderClassName
{
color: #0C3FDF;
}
.AnyTagClassName
{
color: #0C3FDF;
}
</style>
background-color css
<style>
a { background-color: #0C3FDF; }
a { background-color: rgb(12,63,223); }
div.DivClassName
{
background-color: #0C3FDF;
}
.BgClassName
{
background-color: #0C3FDF;
}
</style>
border-color css
<style>
span { border-color: #0C3FDF; }
span { border-color: rgb(12,63,223); }
td.TdClassName
{
border-color: #0C3FDF;
}
.TagClassName
{
border-color: #0C3FDF;
}
</style>