Shades of Persian Blue #0A30CF
Tints of Persian Blue #0A30CF
RGB
CMYK
RGB Variations
Color information
#0A30CF (or 0x0A30CF) is known color: Persian Blue. HEX triplet: 0A, 30 and CF. RGB value is (10,48,207). Sum of RGB (Red+Green+Blue) = 10+48+207=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 207 (81.25% from 255 or 78.11% from 265); Max value from RGB is 207 - color contains mainly: blue. Hex color #0A30CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A30CF is #F5CF30. Grayscale: #363636. Windows color (decimal): -16109361 or 13578250. OLE color: 13578250.
HSL color Cylindrical-coordinate representation of color #0A30CF: hue angle of 228.43º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A30CF is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 48 | 207 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.19 |
| HSL | 228.43º | 0.91% | 0.43% | - |
| HSV(B) | 228.43º | 0.95% | 0.81% | - |
| XYZ | 12.44 | 6.68 | 59.67 | - |
| YUV | 54.76 | 213.91 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 48 | 207 | 0.95 | 0.77 | 0 | 0.19 | 228.43 | 0.91 | 0.43 |
| Hex | A | 30 | CF | 5F | 4D | 0 | 13 | E4 | 5B | 2B |
| Octal | 12 | 60 | 317 | 137 | 115 | 0 | 23 | 344 | 133 | 53 |
| Binary | 1010 | 110000 | 11001111 | 1011111 | 1001101 | 0 | 10011 | 11100100 | 1011011 | 101011 |
Color Harmonies of #0A30CF
Complementary color
Monochromatic Colors of #0A30CF
Black with #0A30CF
Text Example
Text Example
White with #0A30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A30CF; }
p { color: rgb(10,48,207); }
H1.HeaderClassName
{
color: #0A30CF;
}
.AnyTagClassName
{
color: #0A30CF;
}
</style>
background-color css
<style>
a { background-color: #0A30CF; }
a { background-color: rgb(10,48,207); }
div.DivClassName
{
background-color: #0A30CF;
}
.BgClassName
{
background-color: #0A30CF;
}
</style>
border-color css
<style>
span { border-color: #0A30CF; }
span { border-color: rgb(10,48,207); }
td.TdClassName
{
border-color: #0A30CF;
}
.TagClassName
{
border-color: #0A30CF;
}
</style>