Shades of Persian Blue #0A30BD
Tints of Persian Blue #0A30BD
RGB
CMYK
RGB Variations
Color information
#0A30BD (or 0x0A30BD) is known color: Persian Blue. HEX triplet: 0A, 30 and BD. RGB value is (10,48,189). Sum of RGB (Red+Green+Blue) = 10+48+189=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A30BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A30BD is #F5CF42. Grayscale: #343434. Windows color (decimal): -16109379 or 12398602. OLE color: 12398602.
HSL color Cylindrical-coordinate representation of color #0A30BD: hue angle of 227.26º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A30BD is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 48 | 189 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.26 |
| HSL | 227.26º | 0.9% | 0.39% | - |
| HSV(B) | 227.26º | 0.95% | 0.74% | - |
| XYZ | 10.37 | 5.85 | 48.73 | - |
| YUV | 52.71 | 204.91 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 189 | 0.95 | 0.75 | 0 | 0.26 | 227.26 | 0.9 | 0.39 |
| Hex | A | 30 | BD | 5F | 4B | 0 | 1A | E3 | 5A | 27 |
| Octal | 12 | 60 | 275 | 137 | 113 | 0 | 32 | 343 | 132 | 47 |
| Binary | 1010 | 110000 | 10111101 | 1011111 | 1001011 | 0 | 11010 | 11100011 | 1011010 | 100111 |
Color Harmonies of #0A30BD
Complementary color
Monochromatic Colors of #0A30BD
Black with #0A30BD
Text Example
Text Example
White with #0A30BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A30BD; }
p { color: rgb(10,48,189); }
H1.HeaderClassName
{
color: #0A30BD;
}
.AnyTagClassName
{
color: #0A30BD;
}
</style>
background-color css
<style>
a { background-color: #0A30BD; }
a { background-color: rgb(10,48,189); }
div.DivClassName
{
background-color: #0A30BD;
}
.BgClassName
{
background-color: #0A30BD;
}
</style>
border-color css
<style>
span { border-color: #0A30BD; }
span { border-color: rgb(10,48,189); }
td.TdClassName
{
border-color: #0A30BD;
}
.TagClassName
{
border-color: #0A30BD;
}
</style>