Shades of Persian Blue #0938DC
Tints of Persian Blue #0938DC
RGB
CMYK
RGB Variations
Color information
#0938DC (or 0x0938DC) is known color: Persian Blue. HEX triplet: 09, 38 and DC. RGB value is (9,56,220). Sum of RGB (Red+Green+Blue) = 9+56+220=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #0938DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0938DC is #F6C723. Grayscale: #3B3B3B. Windows color (decimal): -16172836 or 14432265. OLE color: 14432265.
HSL color Cylindrical-coordinate representation of color #0938DC: hue angle of 226.64º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0938DC is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 56 | 220 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.14 |
| HSL | 226.64º | 0.92% | 0.45% | - |
| HSV(B) | 226.64º | 0.96% | 0.86% | - |
| XYZ | 14.45 | 8.05 | 68.5 | - |
| YUV | 60.64 | 217.93 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 220 | 0.96 | 0.75 | 0 | 0.14 | 226.64 | 0.92 | 0.45 |
| Hex | 9 | 38 | DC | 60 | 4B | 0 | E | E3 | 5C | 2D |
| Octal | 11 | 70 | 334 | 140 | 113 | 0 | 16 | 343 | 134 | 55 |
| Binary | 1001 | 111000 | 11011100 | 1100000 | 1001011 | 0 | 1110 | 11100011 | 1011100 | 101101 |
Color Harmonies of #0938DC
Complementary color
Monochromatic Colors of #0938DC
Black with #0938DC
Text Example
Text Example
White with #0938DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0938DC; }
p { color: rgb(9,56,220); }
H1.HeaderClassName
{
color: #0938DC;
}
.AnyTagClassName
{
color: #0938DC;
}
</style>
background-color css
<style>
a { background-color: #0938DC; }
a { background-color: rgb(9,56,220); }
div.DivClassName
{
background-color: #0938DC;
}
.BgClassName
{
background-color: #0938DC;
}
</style>
border-color css
<style>
span { border-color: #0938DC; }
span { border-color: rgb(9,56,220); }
td.TdClassName
{
border-color: #0938DC;
}
.TagClassName
{
border-color: #0938DC;
}
</style>