Shades of Persian Blue #0B27DF
Tints of Persian Blue #0B27DF
RGB
CMYK
RGB Variations
Color information
#0B27DF (or 0x0B27DF) is known color: Persian Blue. HEX triplet: 0B, 27 and DF. RGB value is (11,39,223). Sum of RGB (Red+Green+Blue) = 11+39+223=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B27DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B27DF is #F4D820. Grayscale: #323232. Windows color (decimal): -16046113 or 14624523. OLE color: 14624523.
HSL color Cylindrical-coordinate representation of color #0B27DF: hue angle of 232.08º 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 #0B27DF is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 39 | 223 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.13 |
| HSL | 232.08º | 0.91% | 0.46% | - |
| HSV(B) | 232.08º | 0.95% | 0.87% | - |
| XYZ | 14.18 | 6.85 | 70.39 | - |
| YUV | 51.6 | 224.72 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 39 | 223 | 0.95 | 0.83 | 0 | 0.13 | 232.08 | 0.91 | 0.46 |
| Hex | B | 27 | DF | 5F | 53 | 0 | D | E8 | 5B | 2E |
| Octal | 13 | 47 | 337 | 137 | 123 | 0 | 15 | 350 | 133 | 56 |
| Binary | 1011 | 100111 | 11011111 | 1011111 | 1010011 | 0 | 1101 | 11101000 | 1011011 | 101110 |
Color Harmonies of #0B27DF
Complementary color
Monochromatic Colors of #0B27DF
Black with #0B27DF
Text Example
Text Example
White with #0B27DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B27DF; }
p { color: rgb(11,39,223); }
H1.HeaderClassName
{
color: #0B27DF;
}
.AnyTagClassName
{
color: #0B27DF;
}
</style>
background-color css
<style>
a { background-color: #0B27DF; }
a { background-color: rgb(11,39,223); }
div.DivClassName
{
background-color: #0B27DF;
}
.BgClassName
{
background-color: #0B27DF;
}
</style>
border-color css
<style>
span { border-color: #0B27DF; }
span { border-color: rgb(11,39,223); }
td.TdClassName
{
border-color: #0B27DF;
}
.TagClassName
{
border-color: #0B27DF;
}
</style>