Shades of Persian Blue #0939BB
Tints of Persian Blue #0939BB
RGB
CMYK
RGB Variations
Color information
#0939BB (or 0x0939BB) is known color: Persian Blue. HEX triplet: 09, 39 and BB. RGB value is (9,57,187). Sum of RGB (Red+Green+Blue) = 9+57+187=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #0939BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0939BB is #F6C644. Grayscale: #383838. Windows color (decimal): -16172613 or 12269833. OLE color: 12269833.
HSL color Cylindrical-coordinate representation of color #0939BB: hue angle of 223.82º 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 #0939BB is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 57 | 187 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.27 |
| HSL | 223.82º | 0.91% | 0.38% | - |
| HSV(B) | 223.82º | 0.95% | 0.73% | - |
| XYZ | 10.55 | 6.57 | 47.73 | - |
| YUV | 57.47 | 201.1 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 187 | 0.95 | 0.70 | 0 | 0.27 | 223.82 | 0.91 | 0.38 |
| Hex | 9 | 39 | BB | 5F | 46 | 0 | 1B | E0 | 5B | 26 |
| Octal | 11 | 71 | 273 | 137 | 106 | 0 | 33 | 340 | 133 | 46 |
| Binary | 1001 | 111001 | 10111011 | 1011111 | 1000110 | 0 | 11011 | 11100000 | 1011011 | 100110 |
Color Harmonies of #0939BB
Complementary color
Monochromatic Colors of #0939BB
Black with #0939BB
Text Example
Text Example
White with #0939BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0939BB; }
p { color: rgb(9,57,187); }
H1.HeaderClassName
{
color: #0939BB;
}
.AnyTagClassName
{
color: #0939BB;
}
</style>
background-color css
<style>
a { background-color: #0939BB; }
a { background-color: rgb(9,57,187); }
div.DivClassName
{
background-color: #0939BB;
}
.BgClassName
{
background-color: #0939BB;
}
</style>
border-color css
<style>
span { border-color: #0939BB; }
span { border-color: rgb(9,57,187); }
td.TdClassName
{
border-color: #0939BB;
}
.TagClassName
{
border-color: #0939BB;
}
</style>