Shades of Persian Blue #0937BD
Tints of Persian Blue #0937BD
RGB
CMYK
RGB Variations
Color information
#0937BD (or 0x0937BD) is known color: Persian Blue. HEX triplet: 09, 37 and BD. RGB value is (9,55,189). Sum of RGB (Red+Green+Blue) = 9+55+189=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #0937BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0937BD is #F6C842. Grayscale: #373737. Windows color (decimal): -16173123 or 12400393. OLE color: 12400393.
HSL color Cylindrical-coordinate representation of color #0937BD: hue angle of 224.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0937BD is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 55 | 189 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.26 |
| HSL | 224.67º | 0.91% | 0.39% | - |
| HSV(B) | 224.67º | 0.95% | 0.74% | - |
| XYZ | 10.66 | 6.46 | 48.83 | - |
| YUV | 56.52 | 202.76 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 189 | 0.95 | 0.71 | 0 | 0.26 | 224.67 | 0.91 | 0.39 |
| Hex | 9 | 37 | BD | 5F | 47 | 0 | 1A | E1 | 5B | 27 |
| Octal | 11 | 67 | 275 | 137 | 107 | 0 | 32 | 341 | 133 | 47 |
| Binary | 1001 | 110111 | 10111101 | 1011111 | 1000111 | 0 | 11010 | 11100001 | 1011011 | 100111 |
Color Harmonies of #0937BD
Complementary color
Monochromatic Colors of #0937BD
Black with #0937BD
Text Example
Text Example
White with #0937BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0937BD; }
p { color: rgb(9,55,189); }
H1.HeaderClassName
{
color: #0937BD;
}
.AnyTagClassName
{
color: #0937BD;
}
</style>
background-color css
<style>
a { background-color: #0937BD; }
a { background-color: rgb(9,55,189); }
div.DivClassName
{
background-color: #0937BD;
}
.BgClassName
{
background-color: #0937BD;
}
</style>
border-color css
<style>
span { border-color: #0937BD; }
span { border-color: rgb(9,55,189); }
td.TdClassName
{
border-color: #0937BD;
}
.TagClassName
{
border-color: #0937BD;
}
</style>