Shades of Persian Blue #0938EA
Tints of Persian Blue #0938EA
RGB
CMYK
RGB Variations
Color information
#0938EA (or 0x0938EA) is known color: Persian Blue. HEX triplet: 09, 38 and EA. RGB value is (9,56,234). Sum of RGB (Red+Green+Blue) = 9+56+234=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #0938EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0938EA is #F6C715. Grayscale: #3D3D3D. Windows color (decimal): -16172822 or 15349769. OLE color: 15349769.
HSL color Cylindrical-coordinate representation of color #0938EA: hue angle of 227.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0938EA is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 56 | 234 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.08 |
| HSL | 227.47º | 0.93% | 0.48% | - |
| HSV(B) | 227.47º | 0.96% | 0.92% | - |
| XYZ | 16.38 | 8.83 | 78.68 | - |
| YUV | 62.24 | 224.93 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 234 | 0.96 | 0.76 | 0 | 0.08 | 227.47 | 0.93 | 0.48 |
| Hex | 9 | 38 | EA | 60 | 4C | 0 | 8 | E3 | 5D | 30 |
| Octal | 11 | 70 | 352 | 140 | 114 | 0 | 10 | 343 | 135 | 60 |
| Binary | 1001 | 111000 | 11101010 | 1100000 | 1001100 | 0 | 1000 | 11100011 | 1011101 | 110000 |
Color Harmonies of #0938EA
Complementary color
Monochromatic Colors of #0938EA
Black with #0938EA
Text Example
Text Example
White with #0938EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0938EA; }
p { color: rgb(9,56,234); }
H1.HeaderClassName
{
color: #0938EA;
}
.AnyTagClassName
{
color: #0938EA;
}
</style>
background-color css
<style>
a { background-color: #0938EA; }
a { background-color: rgb(9,56,234); }
div.DivClassName
{
background-color: #0938EA;
}
.BgClassName
{
background-color: #0938EA;
}
</style>
border-color css
<style>
span { border-color: #0938EA; }
span { border-color: rgb(9,56,234); }
td.TdClassName
{
border-color: #0938EA;
}
.TagClassName
{
border-color: #0938EA;
}
</style>