Shades of Persian Blue #0A38BA
Tints of Persian Blue #0A38BA
RGB
CMYK
RGB Variations
Color information
#0A38BA (or 0x0A38BA) is known color: Persian Blue. HEX triplet: 0A, 38 and BA. RGB value is (10,56,186). Sum of RGB (Red+Green+Blue) = 10+56+186=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A38BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A38BA is #F5C745. Grayscale: #383838. Windows color (decimal): -16107334 or 12204042. OLE color: 12204042.
HSL color Cylindrical-coordinate representation of color #0A38BA: hue angle of 224.32º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A38BA is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 56 | 186 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.27 |
| HSL | 224.32º | 0.9% | 0.38% | - |
| HSV(B) | 224.32º | 0.95% | 0.73% | - |
| XYZ | 10.4 | 6.44 | 47.15 | - |
| YUV | 57.07 | 200.76 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 186 | 0.95 | 0.70 | 0 | 0.27 | 224.32 | 0.9 | 0.38 |
| Hex | A | 38 | BA | 5F | 46 | 0 | 1B | E0 | 5A | 26 |
| Octal | 12 | 70 | 272 | 137 | 106 | 0 | 33 | 340 | 132 | 46 |
| Binary | 1010 | 111000 | 10111010 | 1011111 | 1000110 | 0 | 11011 | 11100000 | 1011010 | 100110 |
Color Harmonies of #0A38BA
Complementary color
Monochromatic Colors of #0A38BA
Black with #0A38BA
Text Example
Text Example
White with #0A38BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A38BA; }
p { color: rgb(10,56,186); }
H1.HeaderClassName
{
color: #0A38BA;
}
.AnyTagClassName
{
color: #0A38BA;
}
</style>
background-color css
<style>
a { background-color: #0A38BA; }
a { background-color: rgb(10,56,186); }
div.DivClassName
{
background-color: #0A38BA;
}
.BgClassName
{
background-color: #0A38BA;
}
</style>
border-color css
<style>
span { border-color: #0A38BA; }
span { border-color: rgb(10,56,186); }
td.TdClassName
{
border-color: #0A38BA;
}
.TagClassName
{
border-color: #0A38BA;
}
</style>