Shades of Persian Blue #0B36DA
Tints of Persian Blue #0B36DA
RGB
CMYK
RGB Variations
Color information
#0B36DA (or 0x0B36DA) is known color: Persian Blue. HEX triplet: 0B, 36 and DA. RGB value is (11,54,218). Sum of RGB (Red+Green+Blue) = 11+54+218=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B36DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B36DA is #F4C925. Grayscale: #3B3B3B. Windows color (decimal): -16042278 or 14300683. OLE color: 14300683.
HSL color Cylindrical-coordinate representation of color #0B36DA: hue angle of 227.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B36DA is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 54 | 218 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.15 |
| HSL | 227.54º | 0.9% | 0.45% | - |
| HSV(B) | 227.54º | 0.95% | 0.85% | - |
| XYZ | 14.11 | 7.77 | 67.09 | - |
| YUV | 59.84 | 217.25 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 218 | 0.95 | 0.75 | 0 | 0.15 | 227.54 | 0.9 | 0.45 |
| Hex | B | 36 | DA | 5F | 4B | 0 | F | E4 | 5A | 2D |
| Octal | 13 | 66 | 332 | 137 | 113 | 0 | 17 | 344 | 132 | 55 |
| Binary | 1011 | 110110 | 11011010 | 1011111 | 1001011 | 0 | 1111 | 11100100 | 1011010 | 101101 |
Color Harmonies of #0B36DA
Complementary color
Monochromatic Colors of #0B36DA
Black with #0B36DA
Text Example
Text Example
White with #0B36DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B36DA; }
p { color: rgb(11,54,218); }
H1.HeaderClassName
{
color: #0B36DA;
}
.AnyTagClassName
{
color: #0B36DA;
}
</style>
background-color css
<style>
a { background-color: #0B36DA; }
a { background-color: rgb(11,54,218); }
div.DivClassName
{
background-color: #0B36DA;
}
.BgClassName
{
background-color: #0B36DA;
}
</style>
border-color css
<style>
span { border-color: #0B36DA; }
span { border-color: rgb(11,54,218); }
td.TdClassName
{
border-color: #0B36DA;
}
.TagClassName
{
border-color: #0B36DA;
}
</style>