Shades of Persian Blue #0B36BD
Tints of Persian Blue #0B36BD
RGB
CMYK
RGB Variations
Color information
#0B36BD (or 0x0B36BD) is known color: Persian Blue. HEX triplet: 0B, 36 and BD. RGB value is (11,54,189). Sum of RGB (Red+Green+Blue) = 11+54+189=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 189 (74.22% from 255 or 74.41% from 254); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B36BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B36BD is #F4C942. Grayscale: #373737. Windows color (decimal): -16042307 or 12400139. OLE color: 12400139.
HSL color Cylindrical-coordinate representation of color #0B36BD: hue angle of 225.51º 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 #0B36BD is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 54 | 189 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.26 |
| HSL | 225.51º | 0.89% | 0.39% | - |
| HSV(B) | 225.51º | 0.94% | 0.74% | - |
| XYZ | 10.64 | 6.38 | 48.82 | - |
| YUV | 56.53 | 202.75 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 189 | 0.94 | 0.71 | 0 | 0.26 | 225.51 | 0.89 | 0.39 |
| Hex | B | 36 | BD | 5E | 47 | 0 | 1A | E2 | 59 | 27 |
| Octal | 13 | 66 | 275 | 136 | 107 | 0 | 32 | 342 | 131 | 47 |
| Binary | 1011 | 110110 | 10111101 | 1011110 | 1000111 | 0 | 11010 | 11100010 | 1011001 | 100111 |
Color Harmonies of #0B36BD
Complementary color
Monochromatic Colors of #0B36BD
Black with #0B36BD
Text Example
Text Example
White with #0B36BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B36BD; }
p { color: rgb(11,54,189); }
H1.HeaderClassName
{
color: #0B36BD;
}
.AnyTagClassName
{
color: #0B36BD;
}
</style>
background-color css
<style>
a { background-color: #0B36BD; }
a { background-color: rgb(11,54,189); }
div.DivClassName
{
background-color: #0B36BD;
}
.BgClassName
{
background-color: #0B36BD;
}
</style>
border-color css
<style>
span { border-color: #0B36BD; }
span { border-color: rgb(11,54,189); }
td.TdClassName
{
border-color: #0B36BD;
}
.TagClassName
{
border-color: #0B36BD;
}
</style>