Shades of Persian Blue #0F26CA
Tints of Persian Blue #0F26CA
RGB
CMYK
RGB Variations
Color information
#0F26CA (or 0x0F26CA) is known color: Persian Blue. HEX triplet: 0F, 26 and CA. RGB value is (15,38,202). Sum of RGB (Red+Green+Blue) = 15+38+202=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 202 (79.30% from 255 or 79.22% from 255); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F26CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F26CA is #F0D935. Grayscale: #313131. Windows color (decimal): -15784246 or 13248015. OLE color: 13248015.
HSL color Cylindrical-coordinate representation of color #0F26CA: hue angle of 232.62º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F26CA is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 38 | 202 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.21 |
| HSL | 232.62º | 0.86% | 0.43% | - |
| HSV(B) | 232.62º | 0.93% | 0.79% | - |
| XYZ | 11.55 | 5.75 | 56.38 | - |
| YUV | 49.82 | 213.88 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 202 | 0.93 | 0.81 | 0 | 0.21 | 232.62 | 0.86 | 0.43 |
| Hex | F | 26 | CA | 5D | 51 | 0 | 15 | E9 | 56 | 2B |
| Octal | 17 | 46 | 312 | 135 | 121 | 0 | 25 | 351 | 126 | 53 |
| Binary | 1111 | 100110 | 11001010 | 1011101 | 1010001 | 0 | 10101 | 11101001 | 1010110 | 101011 |
Color Harmonies of #0F26CA
Complementary color
Monochromatic Colors of #0F26CA
Black with #0F26CA
Text Example
Text Example
White with #0F26CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F26CA; }
p { color: rgb(15,38,202); }
H1.HeaderClassName
{
color: #0F26CA;
}
.AnyTagClassName
{
color: #0F26CA;
}
</style>
background-color css
<style>
a { background-color: #0F26CA; }
a { background-color: rgb(15,38,202); }
div.DivClassName
{
background-color: #0F26CA;
}
.BgClassName
{
background-color: #0F26CA;
}
</style>
border-color css
<style>
span { border-color: #0F26CA; }
span { border-color: rgb(15,38,202); }
td.TdClassName
{
border-color: #0F26CA;
}
.TagClassName
{
border-color: #0F26CA;
}
</style>