Shades of Persian Blue #0B3FDE
Tints of Persian Blue #0B3FDE
RGB
CMYK
RGB Variations
Color information
#0B3FDE (or 0x0B3FDE) is known color: Persian Blue. HEX triplet: 0B, 3F and DE. RGB value is (11,63,222). Sum of RGB (Red+Green+Blue) = 11+63+222=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 222 (87.11% from 255 or 75% from 296); Max value from RGB is 222 - color contains mainly: blue. Hex color #0B3FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3FDE is #F4C021. Grayscale: #404040. Windows color (decimal): -16039970 or 14565131. OLE color: 14565131.
HSL color Cylindrical-coordinate representation of color #0B3FDE: hue angle of 225.21º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B3FDE is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 63 | 222 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.13 |
| HSL | 225.21º | 0.91% | 0.46% | - |
| HSV(B) | 225.21º | 0.95% | 0.87% | - |
| XYZ | 15.1 | 8.9 | 70.03 | - |
| YUV | 65.58 | 216.27 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 63 | 222 | 0.95 | 0.72 | 0 | 0.13 | 225.21 | 0.91 | 0.46 |
| Hex | B | 3F | DE | 5F | 48 | 0 | D | E1 | 5B | 2E |
| Octal | 13 | 77 | 336 | 137 | 110 | 0 | 15 | 341 | 133 | 56 |
| Binary | 1011 | 111111 | 11011110 | 1011111 | 1001000 | 0 | 1101 | 11100001 | 1011011 | 101110 |
Color Harmonies of #0B3FDE
Complementary color
Monochromatic Colors of #0B3FDE
Black with #0B3FDE
Text Example
Text Example
White with #0B3FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3FDE; }
p { color: rgb(11,63,222); }
H1.HeaderClassName
{
color: #0B3FDE;
}
.AnyTagClassName
{
color: #0B3FDE;
}
</style>
background-color css
<style>
a { background-color: #0B3FDE; }
a { background-color: rgb(11,63,222); }
div.DivClassName
{
background-color: #0B3FDE;
}
.BgClassName
{
background-color: #0B3FDE;
}
</style>
border-color css
<style>
span { border-color: #0B3FDE; }
span { border-color: rgb(11,63,222); }
td.TdClassName
{
border-color: #0B3FDE;
}
.TagClassName
{
border-color: #0B3FDE;
}
</style>