Shades of Persian Blue #0831BC
Tints of Persian Blue #0831BC
RGB
CMYK
RGB Variations
Color information
#0831BC (or 0x0831BC) is known color: Persian Blue. HEX triplet: 08, 31 and BC. RGB value is (8,49,188). Sum of RGB (Red+Green+Blue) = 8+49+188=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #0831BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0831BC is #F7CE43. Grayscale: #333333. Windows color (decimal): -16240196 or 12333320. OLE color: 12333320.
HSL color Cylindrical-coordinate representation of color #0831BC: hue angle of 226.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0831BC is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 49 | 188 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.26 |
| HSL | 226.33º | 0.92% | 0.38% | - |
| HSV(B) | 226.33º | 0.96% | 0.74% | - |
| XYZ | 10.28 | 5.88 | 48.17 | - |
| YUV | 52.59 | 204.42 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 188 | 0.96 | 0.74 | 0 | 0.26 | 226.33 | 0.92 | 0.38 |
| Hex | 8 | 31 | BC | 60 | 4A | 0 | 1A | E2 | 5C | 26 |
| Octal | 10 | 61 | 274 | 140 | 112 | 0 | 32 | 342 | 134 | 46 |
| Binary | 1000 | 110001 | 10111100 | 1100000 | 1001010 | 0 | 11010 | 11100010 | 1011100 | 100110 |
Color Harmonies of #0831BC
Complementary color
Monochromatic Colors of #0831BC
Black with #0831BC
Text Example
Text Example
White with #0831BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0831BC; }
p { color: rgb(8,49,188); }
H1.HeaderClassName
{
color: #0831BC;
}
.AnyTagClassName
{
color: #0831BC;
}
</style>
background-color css
<style>
a { background-color: #0831BC; }
a { background-color: rgb(8,49,188); }
div.DivClassName
{
background-color: #0831BC;
}
.BgClassName
{
background-color: #0831BC;
}
</style>
border-color css
<style>
span { border-color: #0831BC; }
span { border-color: rgb(8,49,188); }
td.TdClassName
{
border-color: #0831BC;
}
.TagClassName
{
border-color: #0831BC;
}
</style>