Shades of Persian Blue #0C28CB
Tints of Persian Blue #0C28CB
RGB
CMYK
RGB Variations
Color information
#0C28CB (or 0x0C28CB) is known color: Persian Blue. HEX triplet: 0C, 28 and CB. RGB value is (12,40,203). Sum of RGB (Red+Green+Blue) = 12+40+203=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C28CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C28CB is #F3D734. Grayscale: #313131. Windows color (decimal): -15980341 or 13314060. OLE color: 13314060.
HSL color Cylindrical-coordinate representation of color #0C28CB: hue angle of 231.2º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C28CB is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 40 | 203 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.20 |
| HSL | 231.2º | 0.89% | 0.42% | - |
| HSV(B) | 231.2º | 0.94% | 0.8% | - |
| XYZ | 11.69 | 5.91 | 57.02 | - |
| YUV | 50.21 | 214.22 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 40 | 203 | 0.94 | 0.80 | 0 | 0.20 | 231.2 | 0.89 | 0.42 |
| Hex | C | 28 | CB | 5E | 50 | 0 | 14 | E7 | 59 | 2A |
| Octal | 14 | 50 | 313 | 136 | 120 | 0 | 24 | 347 | 131 | 52 |
| Binary | 1100 | 101000 | 11001011 | 1011110 | 1010000 | 0 | 10100 | 11100111 | 1011001 | 101010 |
Color Harmonies of #0C28CB
Complementary color
Monochromatic Colors of #0C28CB
Black with #0C28CB
Text Example
Text Example
White with #0C28CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C28CB; }
p { color: rgb(12,40,203); }
H1.HeaderClassName
{
color: #0C28CB;
}
.AnyTagClassName
{
color: #0C28CB;
}
</style>
background-color css
<style>
a { background-color: #0C28CB; }
a { background-color: rgb(12,40,203); }
div.DivClassName
{
background-color: #0C28CB;
}
.BgClassName
{
background-color: #0C28CB;
}
</style>
border-color css
<style>
span { border-color: #0C28CB; }
span { border-color: rgb(12,40,203); }
td.TdClassName
{
border-color: #0C28CB;
}
.TagClassName
{
border-color: #0C28CB;
}
</style>