Shades of Persian Blue #0926BD
Tints of Persian Blue #0926BD
RGB
CMYK
RGB Variations
Color information
#0926BD (or 0x0926BD) is known color: Persian Blue. HEX triplet: 09, 26 and BD. RGB value is (9,38,189). Sum of RGB (Red+Green+Blue) = 9+38+189=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #0926BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0926BD is #F6D942. Grayscale: #2D2D2D. Windows color (decimal): -16177475 or 12396041. OLE color: 12396041.
HSL color Cylindrical-coordinate representation of color #0926BD: hue angle of 230.33º 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 #0926BD is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 38 | 189 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.26 |
| HSL | 230.33º | 0.91% | 0.39% | - |
| HSV(B) | 230.33º | 0.95% | 0.74% | - |
| XYZ | 9.99 | 5.12 | 48.61 | - |
| YUV | 46.54 | 208.39 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 189 | 0.95 | 0.80 | 0 | 0.26 | 230.33 | 0.91 | 0.39 |
| Hex | 9 | 26 | BD | 5F | 50 | 0 | 1A | E6 | 5B | 27 |
| Octal | 11 | 46 | 275 | 137 | 120 | 0 | 32 | 346 | 133 | 47 |
| Binary | 1001 | 100110 | 10111101 | 1011111 | 1010000 | 0 | 11010 | 11100110 | 1011011 | 100111 |
Color Harmonies of #0926BD
Complementary color
Monochromatic Colors of #0926BD
Black with #0926BD
Text Example
Text Example
White with #0926BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0926BD; }
p { color: rgb(9,38,189); }
H1.HeaderClassName
{
color: #0926BD;
}
.AnyTagClassName
{
color: #0926BD;
}
</style>
background-color css
<style>
a { background-color: #0926BD; }
a { background-color: rgb(9,38,189); }
div.DivClassName
{
background-color: #0926BD;
}
.BgClassName
{
background-color: #0926BD;
}
</style>
border-color css
<style>
span { border-color: #0926BD; }
span { border-color: rgb(9,38,189); }
td.TdClassName
{
border-color: #0926BD;
}
.TagClassName
{
border-color: #0926BD;
}
</style>