Shades of Persian Blue #092CDF
Tints of Persian Blue #092CDF
RGB
CMYK
RGB Variations
Color information
#092CDF (or 0x092CDF) is known color: Persian Blue. HEX triplet: 09, 2C and DF. RGB value is (9,44,223). Sum of RGB (Red+Green+Blue) = 9+44+223=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #092CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CDF is #F6D320. Grayscale: #353535. Windows color (decimal): -16175905 or 14625801. OLE color: 14625801.
HSL color Cylindrical-coordinate representation of color #092CDF: hue angle of 230.19º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092CDF is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 44 | 223 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.13 |
| HSL | 230.19º | 0.92% | 0.45% | - |
| HSV(B) | 230.19º | 0.96% | 0.87% | - |
| XYZ | 14.33 | 7.19 | 70.44 | - |
| YUV | 53.94 | 223.4 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 223 | 0.96 | 0.80 | 0 | 0.13 | 230.19 | 0.92 | 0.45 |
| Hex | 9 | 2C | DF | 60 | 50 | 0 | D | E6 | 5C | 2D |
| Octal | 11 | 54 | 337 | 140 | 120 | 0 | 15 | 346 | 134 | 55 |
| Binary | 1001 | 101100 | 11011111 | 1100000 | 1010000 | 0 | 1101 | 11100110 | 1011100 | 101101 |
Color Harmonies of #092CDF
Complementary color
Monochromatic Colors of #092CDF
Black with #092CDF
Text Example
Text Example
White with #092CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092CDF; }
p { color: rgb(9,44,223); }
H1.HeaderClassName
{
color: #092CDF;
}
.AnyTagClassName
{
color: #092CDF;
}
</style>
background-color css
<style>
a { background-color: #092CDF; }
a { background-color: rgb(9,44,223); }
div.DivClassName
{
background-color: #092CDF;
}
.BgClassName
{
background-color: #092CDF;
}
</style>
border-color css
<style>
span { border-color: #092CDF; }
span { border-color: rgb(9,44,223); }
td.TdClassName
{
border-color: #092CDF;
}
.TagClassName
{
border-color: #092CDF;
}
</style>