Shades of Persian Blue #0928BD
Tints of Persian Blue #0928BD
RGB
CMYK
RGB Variations
Color information
#0928BD (or 0x0928BD) is known color: Persian Blue. HEX triplet: 09, 28 and BD. RGB value is (9,40,189). Sum of RGB (Red+Green+Blue) = 9+40+189=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #0928BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0928BD is #F6D742. Grayscale: #2F2F2F. Windows color (decimal): -16176963 or 12396553. OLE color: 12396553.
HSL color Cylindrical-coordinate representation of color #0928BD: hue angle of 229.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 #0928BD is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 40 | 189 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.26 |
| HSL | 229.67º | 0.91% | 0.39% | - |
| HSV(B) | 229.67º | 0.95% | 0.74% | - |
| XYZ | 10.06 | 5.25 | 48.63 | - |
| YUV | 47.72 | 207.73 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 189 | 0.95 | 0.79 | 0 | 0.26 | 229.67 | 0.91 | 0.39 |
| Hex | 9 | 28 | BD | 5F | 4F | 0 | 1A | E6 | 5B | 27 |
| Octal | 11 | 50 | 275 | 137 | 117 | 0 | 32 | 346 | 133 | 47 |
| Binary | 1001 | 101000 | 10111101 | 1011111 | 1001111 | 0 | 11010 | 11100110 | 1011011 | 100111 |
Color Harmonies of #0928BD
Complementary color
Monochromatic Colors of #0928BD
Black with #0928BD
Text Example
Text Example
White with #0928BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0928BD; }
p { color: rgb(9,40,189); }
H1.HeaderClassName
{
color: #0928BD;
}
.AnyTagClassName
{
color: #0928BD;
}
</style>
background-color css
<style>
a { background-color: #0928BD; }
a { background-color: rgb(9,40,189); }
div.DivClassName
{
background-color: #0928BD;
}
.BgClassName
{
background-color: #0928BD;
}
</style>
border-color css
<style>
span { border-color: #0928BD; }
span { border-color: rgb(9,40,189); }
td.TdClassName
{
border-color: #0928BD;
}
.TagClassName
{
border-color: #0928BD;
}
</style>