Shades of Persian Blue #0B3BDC
Tints of Persian Blue #0B3BDC
RGB
CMYK
RGB Variations
Color information
#0B3BDC (or 0x0B3BDC) is known color: Persian Blue. HEX triplet: 0B, 3B and DC. RGB value is (11,59,220). Sum of RGB (Red+Green+Blue) = 11+59+220=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B3BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3BDC is #F4C423. Grayscale: #3E3E3E. Windows color (decimal): -16040996 or 14433035. OLE color: 14433035.
HSL color Cylindrical-coordinate representation of color #0B3BDC: hue angle of 226.22º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B3BDC is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 59 | 220 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.14 |
| HSL | 226.22º | 0.9% | 0.45% | - |
| HSV(B) | 226.22º | 0.95% | 0.86% | - |
| XYZ | 14.62 | 8.37 | 68.55 | - |
| YUV | 63 | 216.6 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 59 | 220 | 0.95 | 0.73 | 0 | 0.14 | 226.22 | 0.9 | 0.45 |
| Hex | B | 3B | DC | 5F | 49 | 0 | E | E2 | 5A | 2D |
| Octal | 13 | 73 | 334 | 137 | 111 | 0 | 16 | 342 | 132 | 55 |
| Binary | 1011 | 111011 | 11011100 | 1011111 | 1001001 | 0 | 1110 | 11100010 | 1011010 | 101101 |
Color Harmonies of #0B3BDC
Complementary color
Monochromatic Colors of #0B3BDC
Black with #0B3BDC
Text Example
Text Example
White with #0B3BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3BDC; }
p { color: rgb(11,59,220); }
H1.HeaderClassName
{
color: #0B3BDC;
}
.AnyTagClassName
{
color: #0B3BDC;
}
</style>
background-color css
<style>
a { background-color: #0B3BDC; }
a { background-color: rgb(11,59,220); }
div.DivClassName
{
background-color: #0B3BDC;
}
.BgClassName
{
background-color: #0B3BDC;
}
</style>
border-color css
<style>
span { border-color: #0B3BDC; }
span { border-color: rgb(11,59,220); }
td.TdClassName
{
border-color: #0B3BDC;
}
.TagClassName
{
border-color: #0B3BDC;
}
</style>