Shades of Persian Blue #0B3AE3
Tints of Persian Blue #0B3AE3
RGB
CMYK
RGB Variations
Color information
#0B3AE3 (or 0x0B3AE3) is known color: Persian Blue. HEX triplet: 0B, 3A and E3. RGB value is (11,58,227). Sum of RGB (Red+Green+Blue) = 11+58+227=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 227 (89.06% from 255 or 76.69% from 296); Max value from RGB is 227 - color contains mainly: blue. Hex color #0B3AE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3AE3 is #F4C51C. Grayscale: #3E3E3E. Windows color (decimal): -16041245 or 14891531. OLE color: 14891531.
HSL color Cylindrical-coordinate representation of color #0B3AE3: hue angle of 226.94º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B3AE3 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 58 | 227 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.11 |
| HSL | 226.94º | 0.91% | 0.47% | - |
| HSV(B) | 226.94º | 0.95% | 0.89% | - |
| XYZ | 15.52 | 8.64 | 73.52 | - |
| YUV | 63.21 | 220.43 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 58 | 227 | 0.95 | 0.74 | 0 | 0.11 | 226.94 | 0.91 | 0.47 |
| Hex | B | 3A | E3 | 5F | 4A | 0 | B | E3 | 5B | 2F |
| Octal | 13 | 72 | 343 | 137 | 112 | 0 | 13 | 343 | 133 | 57 |
| Binary | 1011 | 111010 | 11100011 | 1011111 | 1001010 | 0 | 1011 | 11100011 | 1011011 | 101111 |
Color Harmonies of #0B3AE3
Complementary color
Monochromatic Colors of #0B3AE3
Black with #0B3AE3
Text Example
Text Example
White with #0B3AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3AE3; }
p { color: rgb(11,58,227); }
H1.HeaderClassName
{
color: #0B3AE3;
}
.AnyTagClassName
{
color: #0B3AE3;
}
</style>
background-color css
<style>
a { background-color: #0B3AE3; }
a { background-color: rgb(11,58,227); }
div.DivClassName
{
background-color: #0B3AE3;
}
.BgClassName
{
background-color: #0B3AE3;
}
</style>
border-color css
<style>
span { border-color: #0B3AE3; }
span { border-color: rgb(11,58,227); }
td.TdClassName
{
border-color: #0B3AE3;
}
.TagClassName
{
border-color: #0B3AE3;
}
</style>