Shades of Persian Blue #0F34DC
Tints of Persian Blue #0F34DC
RGB
CMYK
RGB Variations
Color information
#0F34DC (or 0x0F34DC) is known color: Persian Blue. HEX triplet: 0F, 34 and DC. RGB value is (15,52,220). Sum of RGB (Red+Green+Blue) = 15+52+220=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F34DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F34DC is #F0CB23. Grayscale: #3B3B3B. Windows color (decimal): -15780644 or 14431247. OLE color: 14431247.
HSL color Cylindrical-coordinate representation of color #0F34DC: hue angle of 229.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F34DC is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 52 | 220 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.14 |
| HSL | 229.17º | 0.87% | 0.46% | - |
| HSV(B) | 229.17º | 0.93% | 0.86% | - |
| XYZ | 14.34 | 7.72 | 68.45 | - |
| YUV | 60.09 | 218.24 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 220 | 0.93 | 0.76 | 0 | 0.14 | 229.17 | 0.87 | 0.46 |
| Hex | F | 34 | DC | 5D | 4C | 0 | E | E5 | 57 | 2E |
| Octal | 17 | 64 | 334 | 135 | 114 | 0 | 16 | 345 | 127 | 56 |
| Binary | 1111 | 110100 | 11011100 | 1011101 | 1001100 | 0 | 1110 | 11100101 | 1010111 | 101110 |
Color Harmonies of #0F34DC
Complementary color
Monochromatic Colors of #0F34DC
Black with #0F34DC
Text Example
Text Example
White with #0F34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F34DC; }
p { color: rgb(15,52,220); }
H1.HeaderClassName
{
color: #0F34DC;
}
.AnyTagClassName
{
color: #0F34DC;
}
</style>
background-color css
<style>
a { background-color: #0F34DC; }
a { background-color: rgb(15,52,220); }
div.DivClassName
{
background-color: #0F34DC;
}
.BgClassName
{
background-color: #0F34DC;
}
</style>
border-color css
<style>
span { border-color: #0F34DC; }
span { border-color: rgb(15,52,220); }
td.TdClassName
{
border-color: #0F34DC;
}
.TagClassName
{
border-color: #0F34DC;
}
</style>