Shades of Persian Blue #0938BE
Tints of Persian Blue #0938BE
RGB
CMYK
RGB Variations
Color information
#0938BE (or 0x0938BE) is known color: Persian Blue. HEX triplet: 09, 38 and BE. RGB value is (9,56,190). Sum of RGB (Red+Green+Blue) = 9+56+190=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #0938BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0938BE is #F6C741. Grayscale: #383838. Windows color (decimal): -16172866 or 12466185. OLE color: 12466185.
HSL color Cylindrical-coordinate representation of color #0938BE: hue angle of 224.42º 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 #0938BE is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 56 | 190 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.25 |
| HSL | 224.42º | 0.91% | 0.39% | - |
| HSV(B) | 224.42º | 0.95% | 0.75% | - |
| XYZ | 10.82 | 6.6 | 49.42 | - |
| YUV | 57.22 | 202.93 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 190 | 0.95 | 0.71 | 0 | 0.25 | 224.42 | 0.91 | 0.39 |
| Hex | 9 | 38 | BE | 5F | 47 | 0 | 19 | E0 | 5B | 27 |
| Octal | 11 | 70 | 276 | 137 | 107 | 0 | 31 | 340 | 133 | 47 |
| Binary | 1001 | 111000 | 10111110 | 1011111 | 1000111 | 0 | 11001 | 11100000 | 1011011 | 100111 |
Color Harmonies of #0938BE
Complementary color
Monochromatic Colors of #0938BE
Black with #0938BE
Text Example
Text Example
White with #0938BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0938BE; }
p { color: rgb(9,56,190); }
H1.HeaderClassName
{
color: #0938BE;
}
.AnyTagClassName
{
color: #0938BE;
}
</style>
background-color css
<style>
a { background-color: #0938BE; }
a { background-color: rgb(9,56,190); }
div.DivClassName
{
background-color: #0938BE;
}
.BgClassName
{
background-color: #0938BE;
}
</style>
border-color css
<style>
span { border-color: #0938BE; }
span { border-color: rgb(9,56,190); }
td.TdClassName
{
border-color: #0938BE;
}
.TagClassName
{
border-color: #0938BE;
}
</style>