Shades of Persian Blue #092BBC
Tints of Persian Blue #092BBC
RGB
CMYK
RGB Variations
Color information
#092BBC (or 0x092BBC) is known color: Persian Blue. HEX triplet: 09, 2B and BC. RGB value is (9,43,188). Sum of RGB (Red+Green+Blue) = 9+43+188=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 188 (73.83% from 255 or 78.33% from 240); Max value from RGB is 188 - color contains mainly: blue. Hex color #092BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092BBC is #F6D443. Grayscale: #303030. Windows color (decimal): -16176196 or 12331785. OLE color: 12331785.
HSL color Cylindrical-coordinate representation of color #092BBC: hue angle of 228.6º 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 #092BBC is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 43 | 188 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.26 |
| HSL | 228.6º | 0.91% | 0.39% | - |
| HSV(B) | 228.6º | 0.95% | 0.74% | - |
| XYZ | 10.05 | 5.42 | 48.09 | - |
| YUV | 49.36 | 206.24 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 188 | 0.95 | 0.77 | 0 | 0.26 | 228.6 | 0.91 | 0.39 |
| Hex | 9 | 2B | BC | 5F | 4D | 0 | 1A | E5 | 5B | 27 |
| Octal | 11 | 53 | 274 | 137 | 115 | 0 | 32 | 345 | 133 | 47 |
| Binary | 1001 | 101011 | 10111100 | 1011111 | 1001101 | 0 | 11010 | 11100101 | 1011011 | 100111 |
Color Harmonies of #092BBC
Complementary color
Monochromatic Colors of #092BBC
Black with #092BBC
Text Example
Text Example
White with #092BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092BBC; }
p { color: rgb(9,43,188); }
H1.HeaderClassName
{
color: #092BBC;
}
.AnyTagClassName
{
color: #092BBC;
}
</style>
background-color css
<style>
a { background-color: #092BBC; }
a { background-color: rgb(9,43,188); }
div.DivClassName
{
background-color: #092BBC;
}
.BgClassName
{
background-color: #092BBC;
}
</style>
border-color css
<style>
span { border-color: #092BBC; }
span { border-color: rgb(9,43,188); }
td.TdClassName
{
border-color: #092BBC;
}
.TagClassName
{
border-color: #092BBC;
}
</style>