Shades of Persian Blue #0F40CC
Tints of Persian Blue #0F40CC
RGB
CMYK
RGB Variations
Color information
#0F40CC (or 0x0F40CC) is known color: Persian Blue. HEX triplet: 0F, 40 and CC. RGB value is (15,64,204). Sum of RGB (Red+Green+Blue) = 15+64+204=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F40CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F40CC is #F0BF33. Grayscale: #404040. Windows color (decimal): -15777588 or 13385743. OLE color: 13385743.
HSL color Cylindrical-coordinate representation of color #0F40CC: hue angle of 224.44º 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 #0F40CC is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 64 | 204 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.2 |
| HSL | 224.44º | 0.86% | 0.43% | - |
| HSV(B) | 224.44º | 0.93% | 0.8% | - |
| XYZ | 12.93 | 8.13 | 58.01 | - |
| YUV | 65.31 | 206.27 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 204 | 0.93 | 0.69 | 0 | 0.2 | 224.44 | 0.86 | 0.43 |
| Hex | F | 40 | CC | 5D | 45 | 0 | 14 | E0 | 56 | 2B |
| Octal | 17 | 100 | 314 | 135 | 105 | 0 | 24 | 340 | 126 | 53 |
| Binary | 1111 | 1000000 | 11001100 | 1011101 | 1000101 | 0 | 10100 | 11100000 | 1010110 | 101011 |
Color Harmonies of #0F40CC
Complementary color
Monochromatic Colors of #0F40CC
Black with #0F40CC
Text Example
Text Example
White with #0F40CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F40CC; }
p { color: rgb(15,64,204); }
H1.HeaderClassName
{
color: #0F40CC;
}
.AnyTagClassName
{
color: #0F40CC;
}
</style>
background-color css
<style>
a { background-color: #0F40CC; }
a { background-color: rgb(15,64,204); }
div.DivClassName
{
background-color: #0F40CC;
}
.BgClassName
{
background-color: #0F40CC;
}
</style>
border-color css
<style>
span { border-color: #0F40CC; }
span { border-color: rgb(15,64,204); }
td.TdClassName
{
border-color: #0F40CC;
}
.TagClassName
{
border-color: #0F40CC;
}
</style>