Shades of Persian Blue #083BBB
Tints of Persian Blue #083BBB
RGB
CMYK
RGB Variations
Color information
#083BBB (or 0x083BBB) is known color: Persian Blue. HEX triplet: 08, 3B and BB. RGB value is (8,59,187). Sum of RGB (Red+Green+Blue) = 8+59+187=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #083BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083BBB is #F7C444. Grayscale: #393939. Windows color (decimal): -16237637 or 12270344. OLE color: 12270344.
HSL color Cylindrical-coordinate representation of color #083BBB: hue angle of 222.91º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083BBB is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 59 | 187 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.27 |
| HSL | 222.91º | 0.92% | 0.38% | - |
| HSV(B) | 222.91º | 0.96% | 0.73% | - |
| XYZ | 10.63 | 6.77 | 47.76 | - |
| YUV | 58.34 | 200.6 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 187 | 0.96 | 0.68 | 0 | 0.27 | 222.91 | 0.92 | 0.38 |
| Hex | 8 | 3B | BB | 60 | 44 | 0 | 1B | DF | 5C | 26 |
| Octal | 10 | 73 | 273 | 140 | 104 | 0 | 33 | 337 | 134 | 46 |
| Binary | 1000 | 111011 | 10111011 | 1100000 | 1000100 | 0 | 11011 | 11011111 | 1011100 | 100110 |
Color Harmonies of #083BBB
Complementary color
Monochromatic Colors of #083BBB
Black with #083BBB
Text Example
Text Example
White with #083BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083BBB; }
p { color: rgb(8,59,187); }
H1.HeaderClassName
{
color: #083BBB;
}
.AnyTagClassName
{
color: #083BBB;
}
</style>
background-color css
<style>
a { background-color: #083BBB; }
a { background-color: rgb(8,59,187); }
div.DivClassName
{
background-color: #083BBB;
}
.BgClassName
{
background-color: #083BBB;
}
</style>
border-color css
<style>
span { border-color: #083BBB; }
span { border-color: rgb(8,59,187); }
td.TdClassName
{
border-color: #083BBB;
}
.TagClassName
{
border-color: #083BBB;
}
</style>