Shades of Persian Blue #0B24CB
Tints of Persian Blue #0B24CB
RGB
CMYK
RGB Variations
Color information
#0B24CB (or 0x0B24CB) is known color: Persian Blue. HEX triplet: 0B, 24 and CB. RGB value is (11,36,203). Sum of RGB (Red+Green+Blue) = 11+36+203=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 203 (79.69% from 255 or 81.2% from 250); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B24CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B24CB is #F4DB34. Grayscale: #2E2E2E. Windows color (decimal): -16046901 or 13313035. OLE color: 13313035.
HSL color Cylindrical-coordinate representation of color #0B24CB: hue angle of 232.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B24CB is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 36 | 203 | - |
| CMYK | 0.95 | 0.82 | 0 | 0.20 |
| HSL | 232.19º | 0.9% | 0.42% | - |
| HSV(B) | 232.19º | 0.95% | 0.8% | - |
| XYZ | 11.55 | 5.64 | 56.98 | - |
| YUV | 47.56 | 215.72 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 203 | 0.95 | 0.82 | 0 | 0.20 | 232.19 | 0.9 | 0.42 |
| Hex | B | 24 | CB | 5F | 52 | 0 | 14 | E8 | 5A | 2A |
| Octal | 13 | 44 | 313 | 137 | 122 | 0 | 24 | 350 | 132 | 52 |
| Binary | 1011 | 100100 | 11001011 | 1011111 | 1010010 | 0 | 10100 | 11101000 | 1011010 | 101010 |
Color Harmonies of #0B24CB
Complementary color
Monochromatic Colors of #0B24CB
Black with #0B24CB
Text Example
Text Example
White with #0B24CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B24CB; }
p { color: rgb(11,36,203); }
H1.HeaderClassName
{
color: #0B24CB;
}
.AnyTagClassName
{
color: #0B24CB;
}
</style>
background-color css
<style>
a { background-color: #0B24CB; }
a { background-color: rgb(11,36,203); }
div.DivClassName
{
background-color: #0B24CB;
}
.BgClassName
{
background-color: #0B24CB;
}
</style>
border-color css
<style>
span { border-color: #0B24CB; }
span { border-color: rgb(11,36,203); }
td.TdClassName
{
border-color: #0B24CB;
}
.TagClassName
{
border-color: #0B24CB;
}
</style>