Shades of Persian Blue #0B27DA
Tints of Persian Blue #0B27DA
RGB
CMYK
RGB Variations
Color information
#0B27DA (or 0x0B27DA) is known color: Persian Blue. HEX triplet: 0B, 27 and DA. RGB value is (11,39,218). Sum of RGB (Red+Green+Blue) = 11+39+218=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 218 (85.55% from 255 or 81.34% from 268); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B27DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B27DA is #F4D825. Grayscale: #323232. Windows color (decimal): -16046118 or 14296843. OLE color: 14296843.
HSL color Cylindrical-coordinate representation of color #0B27DA: hue angle of 231.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B27DA is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 39 | 218 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.15 |
| HSL | 231.88º | 0.9% | 0.45% | - |
| HSV(B) | 231.88º | 0.95% | 0.85% | - |
| XYZ | 13.52 | 6.58 | 66.89 | - |
| YUV | 51.03 | 222.22 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 39 | 218 | 0.95 | 0.82 | 0 | 0.15 | 231.88 | 0.9 | 0.45 |
| Hex | B | 27 | DA | 5F | 52 | 0 | F | E8 | 5A | 2D |
| Octal | 13 | 47 | 332 | 137 | 122 | 0 | 17 | 350 | 132 | 55 |
| Binary | 1011 | 100111 | 11011010 | 1011111 | 1010010 | 0 | 1111 | 11101000 | 1011010 | 101101 |
Color Harmonies of #0B27DA
Complementary color
Monochromatic Colors of #0B27DA
Black with #0B27DA
Text Example
Text Example
White with #0B27DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B27DA; }
p { color: rgb(11,39,218); }
H1.HeaderClassName
{
color: #0B27DA;
}
.AnyTagClassName
{
color: #0B27DA;
}
</style>
background-color css
<style>
a { background-color: #0B27DA; }
a { background-color: rgb(11,39,218); }
div.DivClassName
{
background-color: #0B27DA;
}
.BgClassName
{
background-color: #0B27DA;
}
</style>
border-color css
<style>
span { border-color: #0B27DA; }
span { border-color: rgb(11,39,218); }
td.TdClassName
{
border-color: #0B27DA;
}
.TagClassName
{
border-color: #0B27DA;
}
</style>