Shades of Persian Blue #092FCB
Tints of Persian Blue #092FCB
RGB
CMYK
RGB Variations
Color information
#092FCB (or 0x092FCB) is known color: Persian Blue. HEX triplet: 09, 2F and CB. RGB value is (9,47,203). Sum of RGB (Red+Green+Blue) = 9+47+203=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 203 (79.69% from 255 or 78.38% from 259); Max value from RGB is 203 - color contains mainly: blue. Hex color #092FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FCB is #F6D034. Grayscale: #343434. Windows color (decimal): -16175157 or 13315849. OLE color: 13315849.
HSL color Cylindrical-coordinate representation of color #092FCB: hue angle of 228.25º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092FCB is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 47 | 203 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.20 |
| HSL | 228.25º | 0.92% | 0.42% | - |
| HSV(B) | 228.25º | 0.96% | 0.8% | - |
| XYZ | 11.91 | 6.4 | 57.11 | - |
| YUV | 53.42 | 212.41 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 203 | 0.96 | 0.77 | 0 | 0.20 | 228.25 | 0.92 | 0.42 |
| Hex | 9 | 2F | CB | 60 | 4D | 0 | 14 | E4 | 5C | 2A |
| Octal | 11 | 57 | 313 | 140 | 115 | 0 | 24 | 344 | 134 | 52 |
| Binary | 1001 | 101111 | 11001011 | 1100000 | 1001101 | 0 | 10100 | 11100100 | 1011100 | 101010 |
Color Harmonies of #092FCB
Complementary color
Monochromatic Colors of #092FCB
Black with #092FCB
Text Example
Text Example
White with #092FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FCB; }
p { color: rgb(9,47,203); }
H1.HeaderClassName
{
color: #092FCB;
}
.AnyTagClassName
{
color: #092FCB;
}
</style>
background-color css
<style>
a { background-color: #092FCB; }
a { background-color: rgb(9,47,203); }
div.DivClassName
{
background-color: #092FCB;
}
.BgClassName
{
background-color: #092FCB;
}
</style>
border-color css
<style>
span { border-color: #092FCB; }
span { border-color: rgb(9,47,203); }
td.TdClassName
{
border-color: #092FCB;
}
.TagClassName
{
border-color: #092FCB;
}
</style>