Shades of Persian Blue #0C26B9
Tints of Persian Blue #0C26B9
RGB
CMYK
RGB Variations
Color information
#0C26B9 (or 0x0C26B9) is known color: Persian Blue. HEX triplet: 0C, 26 and B9. RGB value is (12,38,185). Sum of RGB (Red+Green+Blue) = 12+38+185=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 185 (72.66% from 255 or 78.72% from 235); Max value from RGB is 185 - color contains mainly: blue. Hex color #0C26B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C26B9 is #F3D946. Grayscale: #2E2E2E. Windows color (decimal): -15980871 or 12133900. OLE color: 12133900.
HSL color Cylindrical-coordinate representation of color #0C26B9: hue angle of 230.98º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C26B9 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 38 | 185 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.27 |
| HSL | 230.98º | 0.88% | 0.39% | - |
| HSV(B) | 230.98º | 0.94% | 0.73% | - |
| XYZ | 9.6 | 4.97 | 46.35 | - |
| YUV | 46.98 | 205.89 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 185 | 0.94 | 0.79 | 0 | 0.27 | 230.98 | 0.88 | 0.39 |
| Hex | C | 26 | B9 | 5E | 4F | 0 | 1B | E7 | 58 | 27 |
| Octal | 14 | 46 | 271 | 136 | 117 | 0 | 33 | 347 | 130 | 47 |
| Binary | 1100 | 100110 | 10111001 | 1011110 | 1001111 | 0 | 11011 | 11100111 | 1011000 | 100111 |
Color Harmonies of #0C26B9
Complementary color
Monochromatic Colors of #0C26B9
Black with #0C26B9
Text Example
Text Example
White with #0C26B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C26B9; }
p { color: rgb(12,38,185); }
H1.HeaderClassName
{
color: #0C26B9;
}
.AnyTagClassName
{
color: #0C26B9;
}
</style>
background-color css
<style>
a { background-color: #0C26B9; }
a { background-color: rgb(12,38,185); }
div.DivClassName
{
background-color: #0C26B9;
}
.BgClassName
{
background-color: #0C26B9;
}
</style>
border-color css
<style>
span { border-color: #0C26B9; }
span { border-color: rgb(12,38,185); }
td.TdClassName
{
border-color: #0C26B9;
}
.TagClassName
{
border-color: #0C26B9;
}
</style>