Shades of Persian Blue #0C42DB
Tints of Persian Blue #0C42DB
RGB
CMYK
RGB Variations
Color information
#0C42DB (or 0x0C42DB) is known color: Persian Blue. HEX triplet: 0C, 42 and DB. RGB value is (12,66,219). Sum of RGB (Red+Green+Blue) = 12+66+219=297 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.04% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C42DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C42DB is #F3BD24. Grayscale: #424242. Windows color (decimal): -15973669 or 14369292. OLE color: 14369292.
HSL color Cylindrical-coordinate representation of color #0C42DB: hue angle of 224.35º 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 #0C42DB is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 66 | 219 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.14 |
| HSL | 224.35º | 0.9% | 0.45% | - |
| HSV(B) | 224.35º | 0.95% | 0.86% | - |
| XYZ | 14.89 | 9.09 | 67.99 | - |
| YUV | 67.3 | 213.61 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 219 | 0.95 | 0.70 | 0 | 0.14 | 224.35 | 0.9 | 0.45 |
| Hex | C | 42 | DB | 5F | 46 | 0 | E | E0 | 5A | 2D |
| Octal | 14 | 102 | 333 | 137 | 106 | 0 | 16 | 340 | 132 | 55 |
| Binary | 1100 | 1000010 | 11011011 | 1011111 | 1000110 | 0 | 1110 | 11100000 | 1011010 | 101101 |
Color Harmonies of #0C42DB
Complementary color
Monochromatic Colors of #0C42DB
Black with #0C42DB
Text Example
Text Example
White with #0C42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C42DB; }
p { color: rgb(12,66,219); }
H1.HeaderClassName
{
color: #0C42DB;
}
.AnyTagClassName
{
color: #0C42DB;
}
</style>
background-color css
<style>
a { background-color: #0C42DB; }
a { background-color: rgb(12,66,219); }
div.DivClassName
{
background-color: #0C42DB;
}
.BgClassName
{
background-color: #0C42DB;
}
</style>
border-color css
<style>
span { border-color: #0C42DB; }
span { border-color: rgb(12,66,219); }
td.TdClassName
{
border-color: #0C42DB;
}
.TagClassName
{
border-color: #0C42DB;
}
</style>