Shades of Persian Blue #0F38BE
Tints of Persian Blue #0F38BE
RGB
CMYK
RGB Variations
Color information
#0F38BE (or 0x0F38BE) is known color: Persian Blue. HEX triplet: 0F, 38 and BE. RGB value is (15,56,190). Sum of RGB (Red+Green+Blue) = 15+56+190=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #0F38BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F38BE is #F0C741. Grayscale: #3A3A3A. Windows color (decimal): -15779650 or 12466191. OLE color: 12466191.
HSL color Cylindrical-coordinate representation of color #0F38BE: hue angle of 225.94º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F38BE is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 56 | 190 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.25 |
| HSL | 225.94º | 0.85% | 0.4% | - |
| HSV(B) | 225.94º | 0.92% | 0.75% | - |
| XYZ | 10.91 | 6.65 | 49.42 | - |
| YUV | 59.02 | 201.92 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 190 | 0.92 | 0.71 | 0 | 0.25 | 225.94 | 0.85 | 0.4 |
| Hex | F | 38 | BE | 5C | 47 | 0 | 19 | E2 | 55 | 28 |
| Octal | 17 | 70 | 276 | 134 | 107 | 0 | 31 | 342 | 125 | 50 |
| Binary | 1111 | 111000 | 10111110 | 1011100 | 1000111 | 0 | 11001 | 11100010 | 1010101 | 101000 |
Color Harmonies of #0F38BE
Complementary color
Monochromatic Colors of #0F38BE
Black with #0F38BE
Text Example
Text Example
White with #0F38BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F38BE; }
p { color: rgb(15,56,190); }
H1.HeaderClassName
{
color: #0F38BE;
}
.AnyTagClassName
{
color: #0F38BE;
}
</style>
background-color css
<style>
a { background-color: #0F38BE; }
a { background-color: rgb(15,56,190); }
div.DivClassName
{
background-color: #0F38BE;
}
.BgClassName
{
background-color: #0F38BE;
}
</style>
border-color css
<style>
span { border-color: #0F38BE; }
span { border-color: rgb(15,56,190); }
td.TdClassName
{
border-color: #0F38BE;
}
.TagClassName
{
border-color: #0F38BE;
}
</style>