Shades of Persian Blue #0B2DBE
Tints of Persian Blue #0B2DBE
RGB
CMYK
RGB Variations
Color information
#0B2DBE (or 0x0B2DBE) is known color: Persian Blue. HEX triplet: 0B, 2D and BE. RGB value is (11,45,190). Sum of RGB (Red+Green+Blue) = 11+45+190=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B2DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2DBE is #F4D241. Grayscale: #323232. Windows color (decimal): -16044610 or 12463371. OLE color: 12463371.
HSL color Cylindrical-coordinate representation of color #0B2DBE: hue angle of 228.6º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B2DBE is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 45 | 190 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.25 |
| HSL | 228.6º | 0.89% | 0.39% | - |
| HSV(B) | 228.6º | 0.94% | 0.75% | - |
| XYZ | 10.37 | 5.67 | 49.26 | - |
| YUV | 51.36 | 206.24 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 45 | 190 | 0.94 | 0.76 | 0 | 0.25 | 228.6 | 0.89 | 0.39 |
| Hex | B | 2D | BE | 5E | 4C | 0 | 19 | E5 | 59 | 27 |
| Octal | 13 | 55 | 276 | 136 | 114 | 0 | 31 | 345 | 131 | 47 |
| Binary | 1011 | 101101 | 10111110 | 1011110 | 1001100 | 0 | 11001 | 11100101 | 1011001 | 100111 |
Color Harmonies of #0B2DBE
Complementary color
Monochromatic Colors of #0B2DBE
Black with #0B2DBE
Text Example
Text Example
White with #0B2DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2DBE; }
p { color: rgb(11,45,190); }
H1.HeaderClassName
{
color: #0B2DBE;
}
.AnyTagClassName
{
color: #0B2DBE;
}
</style>
background-color css
<style>
a { background-color: #0B2DBE; }
a { background-color: rgb(11,45,190); }
div.DivClassName
{
background-color: #0B2DBE;
}
.BgClassName
{
background-color: #0B2DBE;
}
</style>
border-color css
<style>
span { border-color: #0B2DBE; }
span { border-color: rgb(11,45,190); }
td.TdClassName
{
border-color: #0B2DBE;
}
.TagClassName
{
border-color: #0B2DBE;
}
</style>