Shades of Persian Blue #0F23CB
Tints of Persian Blue #0F23CB
RGB
CMYK
RGB Variations
Color information
#0F23CB (or 0x0F23CB) is known color: Persian Blue. HEX triplet: 0F, 23 and CB. RGB value is (15,35,203). Sum of RGB (Red+Green+Blue) = 15+35+203=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F23CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F23CB is #F0DC34. Grayscale: #2F2F2F. Windows color (decimal): -15785013 or 13312783. OLE color: 13312783.
HSL color Cylindrical-coordinate representation of color #0F23CB: hue angle of 233.62º 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 #0F23CB is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 35 | 203 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.20 |
| HSL | 233.62º | 0.86% | 0.43% | - |
| HSV(B) | 233.62º | 0.93% | 0.8% | - |
| XYZ | 11.58 | 5.62 | 56.97 | - |
| YUV | 48.17 | 215.37 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 203 | 0.93 | 0.83 | 0 | 0.20 | 233.62 | 0.86 | 0.43 |
| Hex | F | 23 | CB | 5D | 53 | 0 | 14 | EA | 56 | 2B |
| Octal | 17 | 43 | 313 | 135 | 123 | 0 | 24 | 352 | 126 | 53 |
| Binary | 1111 | 100011 | 11001011 | 1011101 | 1010011 | 0 | 10100 | 11101010 | 1010110 | 101011 |
Color Harmonies of #0F23CB
Complementary color
Monochromatic Colors of #0F23CB
Black with #0F23CB
Text Example
Text Example
White with #0F23CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F23CB; }
p { color: rgb(15,35,203); }
H1.HeaderClassName
{
color: #0F23CB;
}
.AnyTagClassName
{
color: #0F23CB;
}
</style>
background-color css
<style>
a { background-color: #0F23CB; }
a { background-color: rgb(15,35,203); }
div.DivClassName
{
background-color: #0F23CB;
}
.BgClassName
{
background-color: #0F23CB;
}
</style>
border-color css
<style>
span { border-color: #0F23CB; }
span { border-color: rgb(15,35,203); }
td.TdClassName
{
border-color: #0F23CB;
}
.TagClassName
{
border-color: #0F23CB;
}
</style>