Shades of Persian Blue #0C37BB
Tints of Persian Blue #0C37BB
RGB
CMYK
RGB Variations
Color information
#0C37BB (or 0x0C37BB) is known color: Persian Blue. HEX triplet: 0C, 37 and BB. RGB value is (12,55,187). Sum of RGB (Red+Green+Blue) = 12+55+187=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C37BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C37BB is #F3C844. Grayscale: #383838. Windows color (decimal): -15976517 or 12269324. OLE color: 12269324.
HSL color Cylindrical-coordinate representation of color #0C37BB: hue angle of 225.26º 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 #0C37BB is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 55 | 187 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.27 |
| HSL | 225.26º | 0.88% | 0.39% | - |
| HSV(B) | 225.26º | 0.94% | 0.73% | - |
| XYZ | 10.49 | 6.4 | 47.7 | - |
| YUV | 57.19 | 201.25 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 187 | 0.94 | 0.71 | 0 | 0.27 | 225.26 | 0.88 | 0.39 |
| Hex | C | 37 | BB | 5E | 47 | 0 | 1B | E1 | 58 | 27 |
| Octal | 14 | 67 | 273 | 136 | 107 | 0 | 33 | 341 | 130 | 47 |
| Binary | 1100 | 110111 | 10111011 | 1011110 | 1000111 | 0 | 11011 | 11100001 | 1011000 | 100111 |
Color Harmonies of #0C37BB
Complementary color
Monochromatic Colors of #0C37BB
Black with #0C37BB
Text Example
Text Example
White with #0C37BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C37BB; }
p { color: rgb(12,55,187); }
H1.HeaderClassName
{
color: #0C37BB;
}
.AnyTagClassName
{
color: #0C37BB;
}
</style>
background-color css
<style>
a { background-color: #0C37BB; }
a { background-color: rgb(12,55,187); }
div.DivClassName
{
background-color: #0C37BB;
}
.BgClassName
{
background-color: #0C37BB;
}
</style>
border-color css
<style>
span { border-color: #0C37BB; }
span { border-color: rgb(12,55,187); }
td.TdClassName
{
border-color: #0C37BB;
}
.TagClassName
{
border-color: #0C37BB;
}
</style>