Shades of Persian Blue #0C26BD
Tints of Persian Blue #0C26BD
RGB
CMYK
RGB Variations
Color information
#0C26BD (or 0x0C26BD) is known color: Persian Blue. HEX triplet: 0C, 26 and BD. RGB value is (12,38,189). Sum of RGB (Red+Green+Blue) = 12+38+189=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 189 (74.22% from 255 or 79.08% from 239); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C26BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C26BD is #F3D942. Grayscale: #2E2E2E. Windows color (decimal): -15980867 or 12396044. OLE color: 12396044.
HSL color Cylindrical-coordinate representation of color #0C26BD: hue angle of 231.19º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C26BD is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 38 | 189 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.26 |
| HSL | 231.19º | 0.88% | 0.39% | - |
| HSV(B) | 231.19º | 0.94% | 0.74% | - |
| XYZ | 10.03 | 5.14 | 48.61 | - |
| YUV | 47.44 | 207.89 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 189 | 0.94 | 0.80 | 0 | 0.26 | 231.19 | 0.88 | 0.39 |
| Hex | C | 26 | BD | 5E | 50 | 0 | 1A | E7 | 58 | 27 |
| Octal | 14 | 46 | 275 | 136 | 120 | 0 | 32 | 347 | 130 | 47 |
| Binary | 1100 | 100110 | 10111101 | 1011110 | 1010000 | 0 | 11010 | 11100111 | 1011000 | 100111 |
Color Harmonies of #0C26BD
Complementary color
Monochromatic Colors of #0C26BD
Black with #0C26BD
Text Example
Text Example
White with #0C26BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C26BD; }
p { color: rgb(12,38,189); }
H1.HeaderClassName
{
color: #0C26BD;
}
.AnyTagClassName
{
color: #0C26BD;
}
</style>
background-color css
<style>
a { background-color: #0C26BD; }
a { background-color: rgb(12,38,189); }
div.DivClassName
{
background-color: #0C26BD;
}
.BgClassName
{
background-color: #0C26BD;
}
</style>
border-color css
<style>
span { border-color: #0C26BD; }
span { border-color: rgb(12,38,189); }
td.TdClassName
{
border-color: #0C26BD;
}
.TagClassName
{
border-color: #0C26BD;
}
</style>