Shades of Persian Blue #0925CB
Tints of Persian Blue #0925CB
RGB
CMYK
RGB Variations
Color information
#0925CB (or 0x0925CB) is known color: Persian Blue. HEX triplet: 09, 25 and CB. RGB value is (9,37,203). Sum of RGB (Red+Green+Blue) = 9+37+203=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #0925CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0925CB is #F6DA34. Grayscale: #2E2E2E. Windows color (decimal): -16177717 or 13313289. OLE color: 13313289.
HSL color Cylindrical-coordinate representation of color #0925CB: hue angle of 231.34º 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 #0925CB is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 37 | 203 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.20 |
| HSL | 231.34º | 0.92% | 0.42% | - |
| HSV(B) | 231.34º | 0.96% | 0.8% | - |
| XYZ | 11.55 | 5.69 | 56.99 | - |
| YUV | 47.55 | 215.72 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 203 | 0.96 | 0.82 | 0 | 0.20 | 231.34 | 0.92 | 0.42 |
| Hex | 9 | 25 | CB | 60 | 52 | 0 | 14 | E7 | 5C | 2A |
| Octal | 11 | 45 | 313 | 140 | 122 | 0 | 24 | 347 | 134 | 52 |
| Binary | 1001 | 100101 | 11001011 | 1100000 | 1010010 | 0 | 10100 | 11100111 | 1011100 | 101010 |
Color Harmonies of #0925CB
Complementary color
Monochromatic Colors of #0925CB
Black with #0925CB
Text Example
Text Example
White with #0925CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0925CB; }
p { color: rgb(9,37,203); }
H1.HeaderClassName
{
color: #0925CB;
}
.AnyTagClassName
{
color: #0925CB;
}
</style>
background-color css
<style>
a { background-color: #0925CB; }
a { background-color: rgb(9,37,203); }
div.DivClassName
{
background-color: #0925CB;
}
.BgClassName
{
background-color: #0925CB;
}
</style>
border-color css
<style>
span { border-color: #0925CB; }
span { border-color: rgb(9,37,203); }
td.TdClassName
{
border-color: #0925CB;
}
.TagClassName
{
border-color: #0925CB;
}
</style>