Shades of Persian Blue #0F3ECB
Tints of Persian Blue #0F3ECB
RGB
CMYK
RGB Variations
Color information
#0F3ECB (or 0x0F3ECB) is known color: Persian Blue. HEX triplet: 0F, 3E and CB. RGB value is (15,62,203). Sum of RGB (Red+Green+Blue) = 15+62+203=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F3ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3ECB is #F0C134. Grayscale: #3F3F3F. Windows color (decimal): -15778101 or 13319695. OLE color: 13319695.
HSL color Cylindrical-coordinate representation of color #0F3ECB: hue angle of 225º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F3ECB is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 62 | 203 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.20 |
| HSL | 225º | 0.86% | 0.43% | - |
| HSV(B) | 225º | 0.93% | 0.8% | - |
| XYZ | 12.7 | 7.86 | 57.35 | - |
| YUV | 64.02 | 206.43 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 62 | 203 | 0.93 | 0.69 | 0 | 0.20 | 225 | 0.86 | 0.43 |
| Hex | F | 3E | CB | 5D | 45 | 0 | 14 | E1 | 56 | 2B |
| Octal | 17 | 76 | 313 | 135 | 105 | 0 | 24 | 341 | 126 | 53 |
| Binary | 1111 | 111110 | 11001011 | 1011101 | 1000101 | 0 | 10100 | 11100001 | 1010110 | 101011 |
Color Harmonies of #0F3ECB
Complementary color
Monochromatic Colors of #0F3ECB
Black with #0F3ECB
Text Example
Text Example
White with #0F3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3ECB; }
p { color: rgb(15,62,203); }
H1.HeaderClassName
{
color: #0F3ECB;
}
.AnyTagClassName
{
color: #0F3ECB;
}
</style>
background-color css
<style>
a { background-color: #0F3ECB; }
a { background-color: rgb(15,62,203); }
div.DivClassName
{
background-color: #0F3ECB;
}
.BgClassName
{
background-color: #0F3ECB;
}
</style>
border-color css
<style>
span { border-color: #0F3ECB; }
span { border-color: rgb(15,62,203); }
td.TdClassName
{
border-color: #0F3ECB;
}
.TagClassName
{
border-color: #0F3ECB;
}
</style>