Shades of Persian Blue #0837BB
Tints of Persian Blue #0837BB
RGB
CMYK
RGB Variations
Color information
#0837BB (or 0x0837BB) is known color: Persian Blue. HEX triplet: 08, 37 and BB. RGB value is (8,55,187). Sum of RGB (Red+Green+Blue) = 8+55+187=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #0837BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0837BB is #F7C844. Grayscale: #373737. Windows color (decimal): -16238661 or 12269320. OLE color: 12269320.
HSL color Cylindrical-coordinate representation of color #0837BB: hue angle of 224.25º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0837BB is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 55 | 187 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.27 |
| HSL | 224.25º | 0.92% | 0.38% | - |
| HSV(B) | 224.25º | 0.96% | 0.73% | - |
| XYZ | 10.44 | 6.37 | 47.69 | - |
| YUV | 56 | 201.93 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 187 | 0.96 | 0.71 | 0 | 0.27 | 224.25 | 0.92 | 0.38 |
| Hex | 8 | 37 | BB | 60 | 47 | 0 | 1B | E0 | 5C | 26 |
| Octal | 10 | 67 | 273 | 140 | 107 | 0 | 33 | 340 | 134 | 46 |
| Binary | 1000 | 110111 | 10111011 | 1100000 | 1000111 | 0 | 11011 | 11100000 | 1011100 | 100110 |
Color Harmonies of #0837BB
Complementary color
Monochromatic Colors of #0837BB
Black with #0837BB
Text Example
Text Example
White with #0837BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0837BB; }
p { color: rgb(8,55,187); }
H1.HeaderClassName
{
color: #0837BB;
}
.AnyTagClassName
{
color: #0837BB;
}
</style>
background-color css
<style>
a { background-color: #0837BB; }
a { background-color: rgb(8,55,187); }
div.DivClassName
{
background-color: #0837BB;
}
.BgClassName
{
background-color: #0837BB;
}
</style>
border-color css
<style>
span { border-color: #0837BB; }
span { border-color: rgb(8,55,187); }
td.TdClassName
{
border-color: #0837BB;
}
.TagClassName
{
border-color: #0837BB;
}
</style>