Shades of Persian Blue #092FDA
Tints of Persian Blue #092FDA
RGB
CMYK
RGB Variations
Color information
#092FDA (or 0x092FDA) is known color: Persian Blue. HEX triplet: 09, 2F and DA. RGB value is (9,47,218). Sum of RGB (Red+Green+Blue) = 9+47+218=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 218 (85.55% from 255 or 79.56% from 274); Max value from RGB is 218 - color contains mainly: blue. Hex color #092FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FDA is #F6D025. Grayscale: #363636. Windows color (decimal): -16175142 or 14298889. OLE color: 14298889.
HSL color Cylindrical-coordinate representation of color #092FDA: hue angle of 229.09º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092FDA is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 47 | 218 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.15 |
| HSL | 229.09º | 0.92% | 0.45% | - |
| HSV(B) | 229.09º | 0.96% | 0.85% | - |
| XYZ | 13.78 | 7.15 | 66.98 | - |
| YUV | 55.13 | 219.91 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 218 | 0.96 | 0.78 | 0 | 0.15 | 229.09 | 0.92 | 0.45 |
| Hex | 9 | 2F | DA | 60 | 4E | 0 | F | E5 | 5C | 2D |
| Octal | 11 | 57 | 332 | 140 | 116 | 0 | 17 | 345 | 134 | 55 |
| Binary | 1001 | 101111 | 11011010 | 1100000 | 1001110 | 0 | 1111 | 11100101 | 1011100 | 101101 |
Color Harmonies of #092FDA
Complementary color
Monochromatic Colors of #092FDA
Black with #092FDA
Text Example
Text Example
White with #092FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FDA; }
p { color: rgb(9,47,218); }
H1.HeaderClassName
{
color: #092FDA;
}
.AnyTagClassName
{
color: #092FDA;
}
</style>
background-color css
<style>
a { background-color: #092FDA; }
a { background-color: rgb(9,47,218); }
div.DivClassName
{
background-color: #092FDA;
}
.BgClassName
{
background-color: #092FDA;
}
</style>
border-color css
<style>
span { border-color: #092FDA; }
span { border-color: rgb(9,47,218); }
td.TdClassName
{
border-color: #092FDA;
}
.TagClassName
{
border-color: #092FDA;
}
</style>