Shades of Persian Blue #0B2FD5
Tints of Persian Blue #0B2FD5
RGB
CMYK
RGB Variations
Color information
#0B2FD5 (or 0x0B2FD5) is known color: Persian Blue. HEX triplet: 0B, 2F and D5. RGB value is (11,47,213). Sum of RGB (Red+Green+Blue) = 11+47+213=271 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.06% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 213 (83.59% from 255 or 78.60% from 271); Max value from RGB is 213 - color contains mainly: blue. Hex color #0B2FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2FD5 is #F4D02A. Grayscale: #363636. Windows color (decimal): -16044075 or 13971211. OLE color: 13971211.
HSL color Cylindrical-coordinate representation of color #0B2FD5: hue angle of 229.31º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B2FD5 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 47 | 213 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.16 |
| HSL | 229.31º | 0.9% | 0.44% | - |
| HSV(B) | 229.31º | 0.95% | 0.84% | - |
| XYZ | 13.16 | 6.91 | 63.59 | - |
| YUV | 55.16 | 217.07 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 213 | 0.95 | 0.78 | 0 | 0.16 | 229.31 | 0.9 | 0.44 |
| Hex | B | 2F | D5 | 5F | 4E | 0 | 10 | E5 | 5A | 2C |
| Octal | 13 | 57 | 325 | 137 | 116 | 0 | 20 | 345 | 132 | 54 |
| Binary | 1011 | 101111 | 11010101 | 1011111 | 1001110 | 0 | 10000 | 11100101 | 1011010 | 101100 |
Color Harmonies of #0B2FD5
Complementary color
Monochromatic Colors of #0B2FD5
Black with #0B2FD5
Text Example
Text Example
White with #0B2FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2FD5; }
p { color: rgb(11,47,213); }
H1.HeaderClassName
{
color: #0B2FD5;
}
.AnyTagClassName
{
color: #0B2FD5;
}
</style>
background-color css
<style>
a { background-color: #0B2FD5; }
a { background-color: rgb(11,47,213); }
div.DivClassName
{
background-color: #0B2FD5;
}
.BgClassName
{
background-color: #0B2FD5;
}
</style>
border-color css
<style>
span { border-color: #0B2FD5; }
span { border-color: rgb(11,47,213); }
td.TdClassName
{
border-color: #0B2FD5;
}
.TagClassName
{
border-color: #0B2FD5;
}
</style>