Shades of Persian Blue #0937BE
Tints of Persian Blue #0937BE
RGB
CMYK
RGB Variations
Color information
#0937BE (or 0x0937BE) is known color: Persian Blue. HEX triplet: 09, 37 and BE. RGB value is (9,55,190). Sum of RGB (Red+Green+Blue) = 9+55+190=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #0937BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0937BE is #F6C841. Grayscale: #383838. Windows color (decimal): -16173122 or 12465929. OLE color: 12465929.
HSL color Cylindrical-coordinate representation of color #0937BE: hue angle of 224.75º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0937BE is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 55 | 190 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.25 |
| HSL | 224.75º | 0.91% | 0.39% | - |
| HSV(B) | 224.75º | 0.95% | 0.75% | - |
| XYZ | 10.77 | 6.51 | 49.4 | - |
| YUV | 56.64 | 203.26 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 190 | 0.95 | 0.71 | 0 | 0.25 | 224.75 | 0.91 | 0.39 |
| Hex | 9 | 37 | BE | 5F | 47 | 0 | 19 | E1 | 5B | 27 |
| Octal | 11 | 67 | 276 | 137 | 107 | 0 | 31 | 341 | 133 | 47 |
| Binary | 1001 | 110111 | 10111110 | 1011111 | 1000111 | 0 | 11001 | 11100001 | 1011011 | 100111 |
Color Harmonies of #0937BE
Complementary color
Monochromatic Colors of #0937BE
Black with #0937BE
Text Example
Text Example
White with #0937BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0937BE; }
p { color: rgb(9,55,190); }
H1.HeaderClassName
{
color: #0937BE;
}
.AnyTagClassName
{
color: #0937BE;
}
</style>
background-color css
<style>
a { background-color: #0937BE; }
a { background-color: rgb(9,55,190); }
div.DivClassName
{
background-color: #0937BE;
}
.BgClassName
{
background-color: #0937BE;
}
</style>
border-color css
<style>
span { border-color: #0937BE; }
span { border-color: rgb(9,55,190); }
td.TdClassName
{
border-color: #0937BE;
}
.TagClassName
{
border-color: #0937BE;
}
</style>