Shades of Persian Blue #0934BD
Tints of Persian Blue #0934BD
RGB
CMYK
RGB Variations
Color information
#0934BD (or 0x0934BD) is known color: Persian Blue. HEX triplet: 09, 34 and BD. RGB value is (9,52,189). Sum of RGB (Red+Green+Blue) = 9+52+189=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #0934BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0934BD is #F6CB42. Grayscale: #363636. Windows color (decimal): -16173891 or 12399625. OLE color: 12399625.
HSL color Cylindrical-coordinate representation of color #0934BD: hue angle of 225.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 #0934BD is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 52 | 189 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.26 |
| HSL | 225.67º | 0.91% | 0.39% | - |
| HSV(B) | 225.67º | 0.95% | 0.74% | - |
| XYZ | 10.53 | 6.19 | 48.78 | - |
| YUV | 54.76 | 203.75 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 189 | 0.95 | 0.72 | 0 | 0.26 | 225.67 | 0.91 | 0.39 |
| Hex | 9 | 34 | BD | 5F | 48 | 0 | 1A | E2 | 5B | 27 |
| Octal | 11 | 64 | 275 | 137 | 110 | 0 | 32 | 342 | 133 | 47 |
| Binary | 1001 | 110100 | 10111101 | 1011111 | 1001000 | 0 | 11010 | 11100010 | 1011011 | 100111 |
Color Harmonies of #0934BD
Complementary color
Monochromatic Colors of #0934BD
Black with #0934BD
Text Example
Text Example
White with #0934BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0934BD; }
p { color: rgb(9,52,189); }
H1.HeaderClassName
{
color: #0934BD;
}
.AnyTagClassName
{
color: #0934BD;
}
</style>
background-color css
<style>
a { background-color: #0934BD; }
a { background-color: rgb(9,52,189); }
div.DivClassName
{
background-color: #0934BD;
}
.BgClassName
{
background-color: #0934BD;
}
</style>
border-color css
<style>
span { border-color: #0934BD; }
span { border-color: rgb(9,52,189); }
td.TdClassName
{
border-color: #0934BD;
}
.TagClassName
{
border-color: #0934BD;
}
</style>