Shades of Persian Blue #0B37CA
Tints of Persian Blue #0B37CA
RGB
CMYK
RGB Variations
Color information
#0B37CA (or 0x0B37CA) is known color: Persian Blue. HEX triplet: 0B, 37 and CA. RGB value is (11,55,202). Sum of RGB (Red+Green+Blue) = 11+55+202=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 202 (79.30% from 255 or 75.37% from 268); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B37CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B37CA is #F4C835. Grayscale: #393939. Windows color (decimal): -16042038 or 13252363. OLE color: 13252363.
HSL color Cylindrical-coordinate representation of color #0B37CA: hue angle of 226.18º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B37CA is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 55 | 202 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.21 |
| HSL | 226.18º | 0.9% | 0.42% | - |
| HSV(B) | 226.18º | 0.95% | 0.79% | - |
| XYZ | 12.16 | 7.07 | 56.6 | - |
| YUV | 58.6 | 208.92 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 202 | 0.95 | 0.73 | 0 | 0.21 | 226.18 | 0.9 | 0.42 |
| Hex | B | 37 | CA | 5F | 49 | 0 | 15 | E2 | 5A | 2A |
| Octal | 13 | 67 | 312 | 137 | 111 | 0 | 25 | 342 | 132 | 52 |
| Binary | 1011 | 110111 | 11001010 | 1011111 | 1001001 | 0 | 10101 | 11100010 | 1011010 | 101010 |
Color Harmonies of #0B37CA
Complementary color
Monochromatic Colors of #0B37CA
Black with #0B37CA
Text Example
Text Example
White with #0B37CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B37CA; }
p { color: rgb(11,55,202); }
H1.HeaderClassName
{
color: #0B37CA;
}
.AnyTagClassName
{
color: #0B37CA;
}
</style>
background-color css
<style>
a { background-color: #0B37CA; }
a { background-color: rgb(11,55,202); }
div.DivClassName
{
background-color: #0B37CA;
}
.BgClassName
{
background-color: #0B37CA;
}
</style>
border-color css
<style>
span { border-color: #0B37CA; }
span { border-color: rgb(11,55,202); }
td.TdClassName
{
border-color: #0B37CA;
}
.TagClassName
{
border-color: #0B37CA;
}
</style>