Shades of Persian Blue #0B37BF
Tints of Persian Blue #0B37BF
RGB
CMYK
RGB Variations
Color information
#0B37BF (or 0x0B37BF) is known color: Persian Blue. HEX triplet: 0B, 37 and BF. RGB value is (11,55,191). Sum of RGB (Red+Green+Blue) = 11+55+191=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B37BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B37BF is #F4C840. Grayscale: #383838. Windows color (decimal): -16042049 or 12531467. OLE color: 12531467.
HSL color Cylindrical-coordinate representation of color #0B37BF: hue angle of 225.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B37BF is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 55 | 191 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.25 |
| HSL | 225.33º | 0.89% | 0.4% | - |
| HSV(B) | 225.33º | 0.94% | 0.75% | - |
| XYZ | 10.91 | 6.57 | 49.98 | - |
| YUV | 57.35 | 203.42 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 191 | 0.94 | 0.71 | 0 | 0.25 | 225.33 | 0.89 | 0.4 |
| Hex | B | 37 | BF | 5E | 47 | 0 | 19 | E1 | 59 | 28 |
| Octal | 13 | 67 | 277 | 136 | 107 | 0 | 31 | 341 | 131 | 50 |
| Binary | 1011 | 110111 | 10111111 | 1011110 | 1000111 | 0 | 11001 | 11100001 | 1011001 | 101000 |
Color Harmonies of #0B37BF
Complementary color
Monochromatic Colors of #0B37BF
Black with #0B37BF
Text Example
Text Example
White with #0B37BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B37BF; }
p { color: rgb(11,55,191); }
H1.HeaderClassName
{
color: #0B37BF;
}
.AnyTagClassName
{
color: #0B37BF;
}
</style>
background-color css
<style>
a { background-color: #0B37BF; }
a { background-color: rgb(11,55,191); }
div.DivClassName
{
background-color: #0B37BF;
}
.BgClassName
{
background-color: #0B37BF;
}
</style>
border-color css
<style>
span { border-color: #0B37BF; }
span { border-color: rgb(11,55,191); }
td.TdClassName
{
border-color: #0B37BF;
}
.TagClassName
{
border-color: #0B37BF;
}
</style>