Shades of Persian Blue #0C3CB8
Tints of Persian Blue #0C3CB8
RGB
CMYK
RGB Variations
Color information
#0C3CB8 (or 0x0C3CB8) is known color: Persian Blue. HEX triplet: 0C, 3C and B8. RGB value is (12,60,184). Sum of RGB (Red+Green+Blue) = 12+60+184=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 184 (72.27% from 255 or 71.88% from 256); Max value from RGB is 184 - color contains mainly: blue. Hex color #0C3CB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C3CB8 is #F3C347. Grayscale: #3B3B3B. Windows color (decimal): -15975240 or 12073996. OLE color: 12073996.
HSL color Cylindrical-coordinate representation of color #0C3CB8: hue angle of 223.26º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C3CB8 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 60 | 184 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.28 |
| HSL | 223.26º | 0.88% | 0.38% | - |
| HSV(B) | 223.26º | 0.93% | 0.72% | - |
| XYZ | 10.42 | 6.77 | 46.11 | - |
| YUV | 59.78 | 198.1 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 60 | 184 | 0.93 | 0.67 | 0 | 0.28 | 223.26 | 0.88 | 0.38 |
| Hex | C | 3C | B8 | 5D | 43 | 0 | 1C | DF | 58 | 26 |
| Octal | 14 | 74 | 270 | 135 | 103 | 0 | 34 | 337 | 130 | 46 |
| Binary | 1100 | 111100 | 10111000 | 1011101 | 1000011 | 0 | 11100 | 11011111 | 1011000 | 100110 |
Color Harmonies of #0C3CB8
Complementary color
Monochromatic Colors of #0C3CB8
Black with #0C3CB8
Text Example
Text Example
White with #0C3CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3CB8; }
p { color: rgb(12,60,184); }
H1.HeaderClassName
{
color: #0C3CB8;
}
.AnyTagClassName
{
color: #0C3CB8;
}
</style>
background-color css
<style>
a { background-color: #0C3CB8; }
a { background-color: rgb(12,60,184); }
div.DivClassName
{
background-color: #0C3CB8;
}
.BgClassName
{
background-color: #0C3CB8;
}
</style>
border-color css
<style>
span { border-color: #0C3CB8; }
span { border-color: rgb(12,60,184); }
td.TdClassName
{
border-color: #0C3CB8;
}
.TagClassName
{
border-color: #0C3CB8;
}
</style>