Shades of Persian Blue #0A38BF
Tints of Persian Blue #0A38BF
RGB
CMYK
RGB Variations
Color information
#0A38BF (or 0x0A38BF) is known color: Persian Blue. HEX triplet: 0A, 38 and BF. RGB value is (10,56,191). Sum of RGB (Red+Green+Blue) = 10+56+191=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A38BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A38BF is #F5C740. Grayscale: #393939. Windows color (decimal): -16107329 or 12531722. OLE color: 12531722.
HSL color Cylindrical-coordinate representation of color #0A38BF: hue angle of 224.75º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A38BF is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 56 | 191 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.25 |
| HSL | 224.75º | 0.9% | 0.39% | - |
| HSV(B) | 224.75º | 0.95% | 0.75% | - |
| XYZ | 10.94 | 6.65 | 50 | - |
| YUV | 57.64 | 203.26 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 191 | 0.95 | 0.71 | 0 | 0.25 | 224.75 | 0.9 | 0.39 |
| Hex | A | 38 | BF | 5F | 47 | 0 | 19 | E1 | 5A | 27 |
| Octal | 12 | 70 | 277 | 137 | 107 | 0 | 31 | 341 | 132 | 47 |
| Binary | 1010 | 111000 | 10111111 | 1011111 | 1000111 | 0 | 11001 | 11100001 | 1011010 | 100111 |
Color Harmonies of #0A38BF
Complementary color
Monochromatic Colors of #0A38BF
Black with #0A38BF
Text Example
Text Example
White with #0A38BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A38BF; }
p { color: rgb(10,56,191); }
H1.HeaderClassName
{
color: #0A38BF;
}
.AnyTagClassName
{
color: #0A38BF;
}
</style>
background-color css
<style>
a { background-color: #0A38BF; }
a { background-color: rgb(10,56,191); }
div.DivClassName
{
background-color: #0A38BF;
}
.BgClassName
{
background-color: #0A38BF;
}
</style>
border-color css
<style>
span { border-color: #0A38BF; }
span { border-color: rgb(10,56,191); }
td.TdClassName
{
border-color: #0A38BF;
}
.TagClassName
{
border-color: #0A38BF;
}
</style>