Shades of Persian Blue #0F23CF
Tints of Persian Blue #0F23CF
RGB
CMYK
RGB Variations
Color information
#0F23CF (or 0x0F23CF) is known color: Persian Blue. HEX triplet: 0F, 23 and CF. RGB value is (15,35,207). Sum of RGB (Red+Green+Blue) = 15+35+207=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F23CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F23CF is #F0DC30. Grayscale: #2F2F2F. Windows color (decimal): -15785009 or 13574927. OLE color: 13574927.
HSL color Cylindrical-coordinate representation of color #0F23CF: hue angle of 233.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F23CF is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 35 | 207 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.19 |
| HSL | 233.75º | 0.86% | 0.44% | - |
| HSV(B) | 233.75º | 0.93% | 0.81% | - |
| XYZ | 12.06 | 5.81 | 59.52 | - |
| YUV | 48.63 | 217.37 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 207 | 0.93 | 0.83 | 0 | 0.19 | 233.75 | 0.86 | 0.44 |
| Hex | F | 23 | CF | 5D | 53 | 0 | 13 | EA | 56 | 2C |
| Octal | 17 | 43 | 317 | 135 | 123 | 0 | 23 | 352 | 126 | 54 |
| Binary | 1111 | 100011 | 11001111 | 1011101 | 1010011 | 0 | 10011 | 11101010 | 1010110 | 101100 |
Color Harmonies of #0F23CF
Complementary color
Monochromatic Colors of #0F23CF
Black with #0F23CF
Text Example
Text Example
White with #0F23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F23CF; }
p { color: rgb(15,35,207); }
H1.HeaderClassName
{
color: #0F23CF;
}
.AnyTagClassName
{
color: #0F23CF;
}
</style>
background-color css
<style>
a { background-color: #0F23CF; }
a { background-color: rgb(15,35,207); }
div.DivClassName
{
background-color: #0F23CF;
}
.BgClassName
{
background-color: #0F23CF;
}
</style>
border-color css
<style>
span { border-color: #0F23CF; }
span { border-color: rgb(15,35,207); }
td.TdClassName
{
border-color: #0F23CF;
}
.TagClassName
{
border-color: #0F23CF;
}
</style>