Shades of Persian Blue #0C41DB
Tints of Persian Blue #0C41DB
RGB
CMYK
RGB Variations
Color information
#0C41DB (or 0x0C41DB) is known color: Persian Blue. HEX triplet: 0C, 41 and DB. RGB value is (12,65,219). Sum of RGB (Red+Green+Blue) = 12+65+219=296 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.05% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C41DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C41DB is #F3BE24. Grayscale: #424242. Windows color (decimal): -15973925 or 14369036. OLE color: 14369036.
HSL color Cylindrical-coordinate representation of color #0C41DB: hue angle of 224.64º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C41DB is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 65 | 219 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.14 |
| HSL | 224.64º | 0.9% | 0.45% | - |
| HSV(B) | 224.64º | 0.95% | 0.86% | - |
| XYZ | 14.83 | 8.97 | 67.97 | - |
| YUV | 66.71 | 213.94 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 219 | 0.95 | 0.70 | 0 | 0.14 | 224.64 | 0.9 | 0.45 |
| Hex | C | 41 | DB | 5F | 46 | 0 | E | E1 | 5A | 2D |
| Octal | 14 | 101 | 333 | 137 | 106 | 0 | 16 | 341 | 132 | 55 |
| Binary | 1100 | 1000001 | 11011011 | 1011111 | 1000110 | 0 | 1110 | 11100001 | 1011010 | 101101 |
Color Harmonies of #0C41DB
Complementary color
Monochromatic Colors of #0C41DB
Black with #0C41DB
Text Example
Text Example
White with #0C41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C41DB; }
p { color: rgb(12,65,219); }
H1.HeaderClassName
{
color: #0C41DB;
}
.AnyTagClassName
{
color: #0C41DB;
}
</style>
background-color css
<style>
a { background-color: #0C41DB; }
a { background-color: rgb(12,65,219); }
div.DivClassName
{
background-color: #0C41DB;
}
.BgClassName
{
background-color: #0C41DB;
}
</style>
border-color css
<style>
span { border-color: #0C41DB; }
span { border-color: rgb(12,65,219); }
td.TdClassName
{
border-color: #0C41DB;
}
.TagClassName
{
border-color: #0C41DB;
}
</style>