Shades of Persian Blue #0B30DA
Tints of Persian Blue #0B30DA
RGB
CMYK
RGB Variations
Color information
#0B30DA (or 0x0B30DA) is known color: Persian Blue. HEX triplet: 0B, 30 and DA. RGB value is (11,48,218). Sum of RGB (Red+Green+Blue) = 11+48+218=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 218 (85.55% from 255 or 78.70% from 277); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B30DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B30DA is #F4CF25. Grayscale: #373737. Windows color (decimal): -16043814 or 14299147. OLE color: 14299147.
HSL color Cylindrical-coordinate representation of color #0B30DA: hue angle of 229.28º 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 #0B30DA is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 48 | 218 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.15 |
| HSL | 229.28º | 0.9% | 0.45% | - |
| HSV(B) | 229.28º | 0.95% | 0.85% | - |
| XYZ | 13.85 | 7.25 | 67 | - |
| YUV | 56.32 | 219.24 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 48 | 218 | 0.95 | 0.78 | 0 | 0.15 | 229.28 | 0.9 | 0.45 |
| Hex | B | 30 | DA | 5F | 4E | 0 | F | E5 | 5A | 2D |
| Octal | 13 | 60 | 332 | 137 | 116 | 0 | 17 | 345 | 132 | 55 |
| Binary | 1011 | 110000 | 11011010 | 1011111 | 1001110 | 0 | 1111 | 11100101 | 1011010 | 101101 |
Color Harmonies of #0B30DA
Complementary color
Monochromatic Colors of #0B30DA
Black with #0B30DA
Text Example
Text Example
White with #0B30DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B30DA; }
p { color: rgb(11,48,218); }
H1.HeaderClassName
{
color: #0B30DA;
}
.AnyTagClassName
{
color: #0B30DA;
}
</style>
background-color css
<style>
a { background-color: #0B30DA; }
a { background-color: rgb(11,48,218); }
div.DivClassName
{
background-color: #0B30DA;
}
.BgClassName
{
background-color: #0B30DA;
}
</style>
border-color css
<style>
span { border-color: #0B30DA; }
span { border-color: rgb(11,48,218); }
td.TdClassName
{
border-color: #0B30DA;
}
.TagClassName
{
border-color: #0B30DA;
}
</style>