Shades of Persian Blue #0B3BDA
Tints of Persian Blue #0B3BDA
RGB
CMYK
RGB Variations
Color information
#0B3BDA (or 0x0B3BDA) is known color: Persian Blue. HEX triplet: 0B, 3B and DA. RGB value is (11,59,218). Sum of RGB (Red+Green+Blue) = 11+59+218=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 218 (85.55% from 255 or 75.69% from 288); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B3BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3BDA is #F4C425. Grayscale: #3E3E3E. Windows color (decimal): -16040998 or 14301963. OLE color: 14301963.
HSL color Cylindrical-coordinate representation of color #0B3BDA: hue angle of 226.09º 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 #0B3BDA is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 59 | 218 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.15 |
| HSL | 226.09º | 0.9% | 0.45% | - |
| HSV(B) | 226.09º | 0.95% | 0.85% | - |
| XYZ | 14.36 | 8.26 | 67.17 | - |
| YUV | 62.77 | 215.6 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 59 | 218 | 0.95 | 0.73 | 0 | 0.15 | 226.09 | 0.9 | 0.45 |
| Hex | B | 3B | DA | 5F | 49 | 0 | F | E2 | 5A | 2D |
| Octal | 13 | 73 | 332 | 137 | 111 | 0 | 17 | 342 | 132 | 55 |
| Binary | 1011 | 111011 | 11011010 | 1011111 | 1001001 | 0 | 1111 | 11100010 | 1011010 | 101101 |
Color Harmonies of #0B3BDA
Complementary color
Monochromatic Colors of #0B3BDA
Black with #0B3BDA
Text Example
Text Example
White with #0B3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3BDA; }
p { color: rgb(11,59,218); }
H1.HeaderClassName
{
color: #0B3BDA;
}
.AnyTagClassName
{
color: #0B3BDA;
}
</style>
background-color css
<style>
a { background-color: #0B3BDA; }
a { background-color: rgb(11,59,218); }
div.DivClassName
{
background-color: #0B3BDA;
}
.BgClassName
{
background-color: #0B3BDA;
}
</style>
border-color css
<style>
span { border-color: #0B3BDA; }
span { border-color: rgb(11,59,218); }
td.TdClassName
{
border-color: #0B3BDA;
}
.TagClassName
{
border-color: #0B3BDA;
}
</style>