Shades of Persian Blue #0C2DDF
Tints of Persian Blue #0C2DDF
RGB
CMYK
RGB Variations
Color information
#0C2DDF (or 0x0C2DDF) is known color: Persian Blue. HEX triplet: 0C, 2D and DF. RGB value is (12,45,223). Sum of RGB (Red+Green+Blue) = 12+45+223=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #0C2DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2DDF is #F3D220. Grayscale: #363636. Windows color (decimal): -15979041 or 14626060. OLE color: 14626060.
HSL color Cylindrical-coordinate representation of color #0C2DDF: hue angle of 230.62º 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 #0C2DDF is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 45 | 223 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.13 |
| HSL | 230.62º | 0.9% | 0.46% | - |
| HSV(B) | 230.62º | 0.95% | 0.87% | - |
| XYZ | 14.41 | 7.28 | 70.46 | - |
| YUV | 55.43 | 222.57 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 45 | 223 | 0.95 | 0.80 | 0 | 0.13 | 230.62 | 0.9 | 0.46 |
| Hex | C | 2D | DF | 5F | 50 | 0 | D | E7 | 5A | 2E |
| Octal | 14 | 55 | 337 | 137 | 120 | 0 | 15 | 347 | 132 | 56 |
| Binary | 1100 | 101101 | 11011111 | 1011111 | 1010000 | 0 | 1101 | 11100111 | 1011010 | 101110 |
Color Harmonies of #0C2DDF
Complementary color
Monochromatic Colors of #0C2DDF
Black with #0C2DDF
Text Example
Text Example
White with #0C2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2DDF; }
p { color: rgb(12,45,223); }
H1.HeaderClassName
{
color: #0C2DDF;
}
.AnyTagClassName
{
color: #0C2DDF;
}
</style>
background-color css
<style>
a { background-color: #0C2DDF; }
a { background-color: rgb(12,45,223); }
div.DivClassName
{
background-color: #0C2DDF;
}
.BgClassName
{
background-color: #0C2DDF;
}
</style>
border-color css
<style>
span { border-color: #0C2DDF; }
span { border-color: rgb(12,45,223); }
td.TdClassName
{
border-color: #0C2DDF;
}
.TagClassName
{
border-color: #0C2DDF;
}
</style>