Shades of Persian Blue #0C34CC
Tints of Persian Blue #0C34CC
RGB
CMYK
RGB Variations
Color information
#0C34CC (or 0x0C34CC) is known color: Persian Blue. HEX triplet: 0C, 34 and CC. RGB value is (12,52,204). Sum of RGB (Red+Green+Blue) = 12+52+204=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C34CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C34CC is #F3CB33. Grayscale: #383838. Windows color (decimal): -15977268 or 13382668. OLE color: 13382668.
HSL color Cylindrical-coordinate representation of color #0C34CC: hue angle of 227.5º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C34CC is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 52 | 204 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.2 |
| HSL | 227.5º | 0.89% | 0.42% | - |
| HSV(B) | 227.5º | 0.94% | 0.8% | - |
| XYZ | 12.28 | 6.89 | 57.81 | - |
| YUV | 57.37 | 210.75 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 204 | 0.94 | 0.75 | 0 | 0.2 | 227.5 | 0.89 | 0.42 |
| Hex | C | 34 | CC | 5E | 4B | 0 | 14 | E4 | 59 | 2A |
| Octal | 14 | 64 | 314 | 136 | 113 | 0 | 24 | 344 | 131 | 52 |
| Binary | 1100 | 110100 | 11001100 | 1011110 | 1001011 | 0 | 10100 | 11100100 | 1011001 | 101010 |
Color Harmonies of #0C34CC
Complementary color
Monochromatic Colors of #0C34CC
Black with #0C34CC
Text Example
Text Example
White with #0C34CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C34CC; }
p { color: rgb(12,52,204); }
H1.HeaderClassName
{
color: #0C34CC;
}
.AnyTagClassName
{
color: #0C34CC;
}
</style>
background-color css
<style>
a { background-color: #0C34CC; }
a { background-color: rgb(12,52,204); }
div.DivClassName
{
background-color: #0C34CC;
}
.BgClassName
{
background-color: #0C34CC;
}
</style>
border-color css
<style>
span { border-color: #0C34CC; }
span { border-color: rgb(12,52,204); }
td.TdClassName
{
border-color: #0C34CC;
}
.TagClassName
{
border-color: #0C34CC;
}
</style>