Shades of Persian Blue #0F34CC
Tints of Persian Blue #0F34CC
RGB
CMYK
RGB Variations
Color information
#0F34CC (or 0x0F34CC) is known color: Persian Blue. HEX triplet: 0F, 34 and CC. RGB value is (15,52,204). Sum of RGB (Red+Green+Blue) = 15+52+204=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F34CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F34CC is #F0CB33. Grayscale: #393939. Windows color (decimal): -15780660 or 13382671. OLE color: 13382671.
HSL color Cylindrical-coordinate representation of color #0F34CC: hue angle of 228.25º 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 #0F34CC is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 52 | 204 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.2 |
| HSL | 228.25º | 0.86% | 0.43% | - |
| HSV(B) | 228.25º | 0.93% | 0.8% | - |
| XYZ | 12.32 | 6.92 | 57.81 | - |
| YUV | 58.27 | 210.24 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 204 | 0.93 | 0.75 | 0 | 0.2 | 228.25 | 0.86 | 0.43 |
| Hex | F | 34 | CC | 5D | 4B | 0 | 14 | E4 | 56 | 2B |
| Octal | 17 | 64 | 314 | 135 | 113 | 0 | 24 | 344 | 126 | 53 |
| Binary | 1111 | 110100 | 11001100 | 1011101 | 1001011 | 0 | 10100 | 11100100 | 1010110 | 101011 |
Color Harmonies of #0F34CC
Complementary color
Monochromatic Colors of #0F34CC
Black with #0F34CC
Text Example
Text Example
White with #0F34CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F34CC; }
p { color: rgb(15,52,204); }
H1.HeaderClassName
{
color: #0F34CC;
}
.AnyTagClassName
{
color: #0F34CC;
}
</style>
background-color css
<style>
a { background-color: #0F34CC; }
a { background-color: rgb(15,52,204); }
div.DivClassName
{
background-color: #0F34CC;
}
.BgClassName
{
background-color: #0F34CC;
}
</style>
border-color css
<style>
span { border-color: #0F34CC; }
span { border-color: rgb(15,52,204); }
td.TdClassName
{
border-color: #0F34CC;
}
.TagClassName
{
border-color: #0F34CC;
}
</style>