Shades of Persian Blue #0C3BDE
Tints of Persian Blue #0C3BDE
RGB
CMYK
RGB Variations
Color information
#0C3BDE (or 0x0C3BDE) is known color: Persian Blue. HEX triplet: 0C, 3B and DE. RGB value is (12,59,222). Sum of RGB (Red+Green+Blue) = 12+59+222=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 222 (87.11% from 255 or 75.77% from 293); Max value from RGB is 222 - color contains mainly: blue. Hex color #0C3BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3BDE is #F3C421. Grayscale: #3E3E3E. Windows color (decimal): -15975458 or 14564108. OLE color: 14564108.
HSL color Cylindrical-coordinate representation of color #0C3BDE: hue angle of 226.57º 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 #0C3BDE is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 59 | 222 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.13 |
| HSL | 226.57º | 0.9% | 0.46% | - |
| HSV(B) | 226.57º | 0.95% | 0.87% | - |
| XYZ | 14.9 | 8.48 | 69.96 | - |
| YUV | 63.53 | 217.43 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 59 | 222 | 0.95 | 0.73 | 0 | 0.13 | 226.57 | 0.9 | 0.46 |
| Hex | C | 3B | DE | 5F | 49 | 0 | D | E3 | 5A | 2E |
| Octal | 14 | 73 | 336 | 137 | 111 | 0 | 15 | 343 | 132 | 56 |
| Binary | 1100 | 111011 | 11011110 | 1011111 | 1001001 | 0 | 1101 | 11100011 | 1011010 | 101110 |
Color Harmonies of #0C3BDE
Complementary color
Monochromatic Colors of #0C3BDE
Black with #0C3BDE
Text Example
Text Example
White with #0C3BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3BDE; }
p { color: rgb(12,59,222); }
H1.HeaderClassName
{
color: #0C3BDE;
}
.AnyTagClassName
{
color: #0C3BDE;
}
</style>
background-color css
<style>
a { background-color: #0C3BDE; }
a { background-color: rgb(12,59,222); }
div.DivClassName
{
background-color: #0C3BDE;
}
.BgClassName
{
background-color: #0C3BDE;
}
</style>
border-color css
<style>
span { border-color: #0C3BDE; }
span { border-color: rgb(12,59,222); }
td.TdClassName
{
border-color: #0C3BDE;
}
.TagClassName
{
border-color: #0C3BDE;
}
</style>