Shades of Persian Blue #0B3FDB
Tints of Persian Blue #0B3FDB
RGB
CMYK
RGB Variations
Color information
#0B3FDB (or 0x0B3FDB) is known color: Persian Blue. HEX triplet: 0B, 3F and DB. RGB value is (11,63,219). Sum of RGB (Red+Green+Blue) = 11+63+219=293 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.75% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B3FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3FDB is #F4C024. Grayscale: #404040. Windows color (decimal): -16039973 or 14368523. OLE color: 14368523.
HSL color Cylindrical-coordinate representation of color #0B3FDB: hue angle of 225º 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 #0B3FDB is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 63 | 219 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.14 |
| HSL | 225º | 0.9% | 0.45% | - |
| HSV(B) | 225º | 0.95% | 0.86% | - |
| XYZ | 14.7 | 8.74 | 67.93 | - |
| YUV | 65.24 | 214.77 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 63 | 219 | 0.95 | 0.71 | 0 | 0.14 | 225 | 0.9 | 0.45 |
| Hex | B | 3F | DB | 5F | 47 | 0 | E | E1 | 5A | 2D |
| Octal | 13 | 77 | 333 | 137 | 107 | 0 | 16 | 341 | 132 | 55 |
| Binary | 1011 | 111111 | 11011011 | 1011111 | 1000111 | 0 | 1110 | 11100001 | 1011010 | 101101 |
Color Harmonies of #0B3FDB
Complementary color
Monochromatic Colors of #0B3FDB
Black with #0B3FDB
Text Example
Text Example
White with #0B3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3FDB; }
p { color: rgb(11,63,219); }
H1.HeaderClassName
{
color: #0B3FDB;
}
.AnyTagClassName
{
color: #0B3FDB;
}
</style>
background-color css
<style>
a { background-color: #0B3FDB; }
a { background-color: rgb(11,63,219); }
div.DivClassName
{
background-color: #0B3FDB;
}
.BgClassName
{
background-color: #0B3FDB;
}
</style>
border-color css
<style>
span { border-color: #0B3FDB; }
span { border-color: rgb(11,63,219); }
td.TdClassName
{
border-color: #0B3FDB;
}
.TagClassName
{
border-color: #0B3FDB;
}
</style>