Shades of Persian Blue #0931BD
Tints of Persian Blue #0931BD
RGB
CMYK
RGB Variations
Color information
#0931BD (or 0x0931BD) is known color: Persian Blue. HEX triplet: 09, 31 and BD. RGB value is (9,49,189). Sum of RGB (Red+Green+Blue) = 9+49+189=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #0931BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0931BD is #F6CE42. Grayscale: #343434. Windows color (decimal): -16174659 or 12398857. OLE color: 12398857.
HSL color Cylindrical-coordinate representation of color #0931BD: hue angle of 226.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 #0931BD is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 49 | 189 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.26 |
| HSL | 226.67º | 0.91% | 0.39% | - |
| HSV(B) | 226.67º | 0.95% | 0.74% | - |
| XYZ | 10.4 | 5.93 | 48.74 | - |
| YUV | 53 | 204.75 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 189 | 0.95 | 0.74 | 0 | 0.26 | 226.67 | 0.91 | 0.39 |
| Hex | 9 | 31 | BD | 5F | 4A | 0 | 1A | E3 | 5B | 27 |
| Octal | 11 | 61 | 275 | 137 | 112 | 0 | 32 | 343 | 133 | 47 |
| Binary | 1001 | 110001 | 10111101 | 1011111 | 1001010 | 0 | 11010 | 11100011 | 1011011 | 100111 |
Color Harmonies of #0931BD
Complementary color
Monochromatic Colors of #0931BD
Black with #0931BD
Text Example
Text Example
White with #0931BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0931BD; }
p { color: rgb(9,49,189); }
H1.HeaderClassName
{
color: #0931BD;
}
.AnyTagClassName
{
color: #0931BD;
}
</style>
background-color css
<style>
a { background-color: #0931BD; }
a { background-color: rgb(9,49,189); }
div.DivClassName
{
background-color: #0931BD;
}
.BgClassName
{
background-color: #0931BD;
}
</style>
border-color css
<style>
span { border-color: #0931BD; }
span { border-color: rgb(9,49,189); }
td.TdClassName
{
border-color: #0931BD;
}
.TagClassName
{
border-color: #0931BD;
}
</style>