Shades of Persian Blue #0937BB
Tints of Persian Blue #0937BB
RGB
CMYK
RGB Variations
Color information
#0937BB (or 0x0937BB) is known color: Persian Blue. HEX triplet: 09, 37 and BB. RGB value is (9,55,187). Sum of RGB (Red+Green+Blue) = 9+55+187=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #0937BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0937BB is #F6C844. Grayscale: #373737. Windows color (decimal): -16173125 or 12269321. OLE color: 12269321.
HSL color Cylindrical-coordinate representation of color #0937BB: hue angle of 224.49º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0937BB is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 55 | 187 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.27 |
| HSL | 224.49º | 0.91% | 0.38% | - |
| HSV(B) | 224.49º | 0.95% | 0.73% | - |
| XYZ | 10.45 | 6.38 | 47.69 | - |
| YUV | 56.29 | 201.76 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 187 | 0.95 | 0.71 | 0 | 0.27 | 224.49 | 0.91 | 0.38 |
| Hex | 9 | 37 | BB | 5F | 47 | 0 | 1B | E0 | 5B | 26 |
| Octal | 11 | 67 | 273 | 137 | 107 | 0 | 33 | 340 | 133 | 46 |
| Binary | 1001 | 110111 | 10111011 | 1011111 | 1000111 | 0 | 11011 | 11100000 | 1011011 | 100110 |
Color Harmonies of #0937BB
Complementary color
Monochromatic Colors of #0937BB
Black with #0937BB
Text Example
Text Example
White with #0937BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0937BB; }
p { color: rgb(9,55,187); }
H1.HeaderClassName
{
color: #0937BB;
}
.AnyTagClassName
{
color: #0937BB;
}
</style>
background-color css
<style>
a { background-color: #0937BB; }
a { background-color: rgb(9,55,187); }
div.DivClassName
{
background-color: #0937BB;
}
.BgClassName
{
background-color: #0937BB;
}
</style>
border-color css
<style>
span { border-color: #0937BB; }
span { border-color: rgb(9,55,187); }
td.TdClassName
{
border-color: #0937BB;
}
.TagClassName
{
border-color: #0937BB;
}
</style>