Shades of Persian Blue #0B3FDF
Tints of Persian Blue #0B3FDF
RGB
CMYK
RGB Variations
Color information
#0B3FDF (or 0x0B3FDF) is known color: Persian Blue. HEX triplet: 0B, 3F and DF. RGB value is (11,63,223). Sum of RGB (Red+Green+Blue) = 11+63+223=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B3FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3FDF is #F4C020. Grayscale: #414141. Windows color (decimal): -16039969 or 14630667. OLE color: 14630667.
HSL color Cylindrical-coordinate representation of color #0B3FDF: hue angle of 225.28º 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 #0B3FDF is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 63 | 223 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.13 |
| HSL | 225.28º | 0.91% | 0.46% | - |
| HSV(B) | 225.28º | 0.95% | 0.87% | - |
| XYZ | 15.23 | 8.95 | 70.74 | - |
| YUV | 65.69 | 216.77 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 63 | 223 | 0.95 | 0.72 | 0 | 0.13 | 225.28 | 0.91 | 0.46 |
| Hex | B | 3F | DF | 5F | 48 | 0 | D | E1 | 5B | 2E |
| Octal | 13 | 77 | 337 | 137 | 110 | 0 | 15 | 341 | 133 | 56 |
| Binary | 1011 | 111111 | 11011111 | 1011111 | 1001000 | 0 | 1101 | 11100001 | 1011011 | 101110 |
Color Harmonies of #0B3FDF
Complementary color
Monochromatic Colors of #0B3FDF
Black with #0B3FDF
Text Example
Text Example
White with #0B3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3FDF; }
p { color: rgb(11,63,223); }
H1.HeaderClassName
{
color: #0B3FDF;
}
.AnyTagClassName
{
color: #0B3FDF;
}
</style>
background-color css
<style>
a { background-color: #0B3FDF; }
a { background-color: rgb(11,63,223); }
div.DivClassName
{
background-color: #0B3FDF;
}
.BgClassName
{
background-color: #0B3FDF;
}
</style>
border-color css
<style>
span { border-color: #0B3FDF; }
span { border-color: rgb(11,63,223); }
td.TdClassName
{
border-color: #0B3FDF;
}
.TagClassName
{
border-color: #0B3FDF;
}
</style>