Shades of Persian Blue #0C41DD
Tints of Persian Blue #0C41DD
RGB
CMYK
RGB Variations
Color information
#0C41DD (or 0x0C41DD) is known color: Persian Blue. HEX triplet: 0C, 41 and DD. RGB value is (12,65,221). Sum of RGB (Red+Green+Blue) = 12+65+221=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C41DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C41DD is #F3BE22. Grayscale: #424242. Windows color (decimal): -15973923 or 14500108. OLE color: 14500108.
HSL color Cylindrical-coordinate representation of color #0C41DD: hue angle of 224.78º 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 #0C41DD is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 65 | 221 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.13 |
| HSL | 224.78º | 0.9% | 0.46% | - |
| HSV(B) | 224.78º | 0.95% | 0.87% | - |
| XYZ | 15.09 | 9.08 | 69.36 | - |
| YUV | 66.94 | 214.94 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 221 | 0.95 | 0.71 | 0 | 0.13 | 224.78 | 0.9 | 0.46 |
| Hex | C | 41 | DD | 5F | 47 | 0 | D | E1 | 5A | 2E |
| Octal | 14 | 101 | 335 | 137 | 107 | 0 | 15 | 341 | 132 | 56 |
| Binary | 1100 | 1000001 | 11011101 | 1011111 | 1000111 | 0 | 1101 | 11100001 | 1011010 | 101110 |
Color Harmonies of #0C41DD
Complementary color
Monochromatic Colors of #0C41DD
Black with #0C41DD
Text Example
Text Example
White with #0C41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C41DD; }
p { color: rgb(12,65,221); }
H1.HeaderClassName
{
color: #0C41DD;
}
.AnyTagClassName
{
color: #0C41DD;
}
</style>
background-color css
<style>
a { background-color: #0C41DD; }
a { background-color: rgb(12,65,221); }
div.DivClassName
{
background-color: #0C41DD;
}
.BgClassName
{
background-color: #0C41DD;
}
</style>
border-color css
<style>
span { border-color: #0C41DD; }
span { border-color: rgb(12,65,221); }
td.TdClassName
{
border-color: #0C41DD;
}
.TagClassName
{
border-color: #0C41DD;
}
</style>