Shades of Persian Blue #0B1FBD
Tints of Persian Blue #0B1FBD
RGB
CMYK
RGB Variations
Color information
#0B1FBD (or 0x0B1FBD) is known color: Persian Blue. HEX triplet: 0B, 1F and BD. RGB value is (11,31,189). Sum of RGB (Red+Green+Blue) = 11+31+189=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 189 (74.22% from 255 or 81.82% from 231); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B1FBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1FBD is #F4E042. Grayscale: #2A2A2A. Windows color (decimal): -16048195 or 12394251. OLE color: 12394251.
HSL color Cylindrical-coordinate representation of color #0B1FBD: hue angle of 233.26º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B1FBD is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 31 | 189 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.26 |
| HSL | 233.26º | 0.89% | 0.39% | - |
| HSV(B) | 233.26º | 0.94% | 0.74% | - |
| XYZ | 9.81 | 4.73 | 48.54 | - |
| YUV | 43.03 | 210.37 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 31 | 189 | 0.94 | 0.84 | 0 | 0.26 | 233.26 | 0.89 | 0.39 |
| Hex | B | 1F | BD | 5E | 54 | 0 | 1A | E9 | 59 | 27 |
| Octal | 13 | 37 | 275 | 136 | 124 | 0 | 32 | 351 | 131 | 47 |
| Binary | 1011 | 11111 | 10111101 | 1011110 | 1010100 | 0 | 11010 | 11101001 | 1011001 | 100111 |
Color Harmonies of #0B1FBD
Complementary color
Monochromatic Colors of #0B1FBD
Black with #0B1FBD
Text Example
Text Example
White with #0B1FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1FBD; }
p { color: rgb(11,31,189); }
H1.HeaderClassName
{
color: #0B1FBD;
}
.AnyTagClassName
{
color: #0B1FBD;
}
</style>
background-color css
<style>
a { background-color: #0B1FBD; }
a { background-color: rgb(11,31,189); }
div.DivClassName
{
background-color: #0B1FBD;
}
.BgClassName
{
background-color: #0B1FBD;
}
</style>
border-color css
<style>
span { border-color: #0B1FBD; }
span { border-color: rgb(11,31,189); }
td.TdClassName
{
border-color: #0B1FBD;
}
.TagClassName
{
border-color: #0B1FBD;
}
</style>