Shades of Persian Blue #092BBE
Tints of Persian Blue #092BBE
RGB
CMYK
RGB Variations
Color information
#092BBE (or 0x092BBE) is known color: Persian Blue. HEX triplet: 09, 2B and BE. RGB value is (9,43,190). Sum of RGB (Red+Green+Blue) = 9+43+190=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 190 (74.61% from 255 or 78.51% from 242); Max value from RGB is 190 - color contains mainly: blue. Hex color #092BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BBE is #F6D441. Grayscale: #303030. Windows color (decimal): -16176194 or 12462857. OLE color: 12462857.
HSL color Cylindrical-coordinate representation of color #092BBE: hue angle of 228.73º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092BBE is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 43 | 190 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.25 |
| HSL | 228.73º | 0.91% | 0.39% | - |
| HSV(B) | 228.73º | 0.95% | 0.75% | - |
| XYZ | 10.27 | 5.5 | 49.24 | - |
| YUV | 49.59 | 207.24 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 190 | 0.95 | 0.77 | 0 | 0.25 | 228.73 | 0.91 | 0.39 |
| Hex | 9 | 2B | BE | 5F | 4D | 0 | 19 | E5 | 5B | 27 |
| Octal | 11 | 53 | 276 | 137 | 115 | 0 | 31 | 345 | 133 | 47 |
| Binary | 1001 | 101011 | 10111110 | 1011111 | 1001101 | 0 | 11001 | 11100101 | 1011011 | 100111 |
Color Harmonies of #092BBE
Complementary color
Monochromatic Colors of #092BBE
Black with #092BBE
Text Example
Text Example
White with #092BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092BBE; }
p { color: rgb(9,43,190); }
H1.HeaderClassName
{
color: #092BBE;
}
.AnyTagClassName
{
color: #092BBE;
}
</style>
background-color css
<style>
a { background-color: #092BBE; }
a { background-color: rgb(9,43,190); }
div.DivClassName
{
background-color: #092BBE;
}
.BgClassName
{
background-color: #092BBE;
}
</style>
border-color css
<style>
span { border-color: #092BBE; }
span { border-color: rgb(9,43,190); }
td.TdClassName
{
border-color: #092BBE;
}
.TagClassName
{
border-color: #092BBE;
}
</style>