Shades of Persian Blue #092FC2
Tints of Persian Blue #092FC2
RGB
CMYK
RGB Variations
Color information
#092FC2 (or 0x092FC2) is known color: Persian Blue. HEX triplet: 09, 2F and C2. RGB value is (9,47,194). Sum of RGB (Red+Green+Blue) = 9+47+194=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 194 (76.17% from 255 or 77.6% from 250); Max value from RGB is 194 - color contains mainly: blue. Hex color #092FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092FC2 is #F6D03D. Grayscale: #333333. Windows color (decimal): -16175166 or 12726025. OLE color: 12726025.
HSL color Cylindrical-coordinate representation of color #092FC2: hue angle of 227.68º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092FC2 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 47 | 194 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.24 |
| HSL | 227.68º | 0.91% | 0.4% | - |
| HSV(B) | 227.68º | 0.95% | 0.76% | - |
| XYZ | 10.87 | 5.99 | 51.62 | - |
| YUV | 52.4 | 207.91 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 194 | 0.95 | 0.76 | 0 | 0.24 | 227.68 | 0.91 | 0.4 |
| Hex | 9 | 2F | C2 | 5F | 4C | 0 | 18 | E4 | 5B | 28 |
| Octal | 11 | 57 | 302 | 137 | 114 | 0 | 30 | 344 | 133 | 50 |
| Binary | 1001 | 101111 | 11000010 | 1011111 | 1001100 | 0 | 11000 | 11100100 | 1011011 | 101000 |
Color Harmonies of #092FC2
Complementary color
Monochromatic Colors of #092FC2
Black with #092FC2
Text Example
Text Example
White with #092FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092FC2; }
p { color: rgb(9,47,194); }
H1.HeaderClassName
{
color: #092FC2;
}
.AnyTagClassName
{
color: #092FC2;
}
</style>
background-color css
<style>
a { background-color: #092FC2; }
a { background-color: rgb(9,47,194); }
div.DivClassName
{
background-color: #092FC2;
}
.BgClassName
{
background-color: #092FC2;
}
</style>
border-color css
<style>
span { border-color: #092FC2; }
span { border-color: rgb(9,47,194); }
td.TdClassName
{
border-color: #092FC2;
}
.TagClassName
{
border-color: #092FC2;
}
</style>