Shades of Prussian Blue #083C5B
Tints of Prussian Blue #083C5B
RGB
CMYK
RGB Variations
Color information
#083C5B (or 0x083C5B) is known color: Prussian Blue. HEX triplet: 08, 3C and 5B. RGB value is (8,60,91). Sum of RGB (Red+Green+Blue) = 8+60+91=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #083C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C5B is #F7C3A4. Grayscale: #2F2F2F. Windows color (decimal): -16237477 or 5979144. OLE color: 5979144.
HSL color Cylindrical-coordinate representation of color #083C5B: hue angle of 202.41º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083C5B is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 60 | 91 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.64 |
| HSL | 202.41º | 0.84% | 0.19% | - |
| HSV(B) | 202.41º | 0.91% | 0.36% | - |
| XYZ | 3.6 | 4.04 | 10.49 | - |
| YUV | 47.99 | 152.27 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 91 | 0.91 | 0.34 | 0 | 0.64 | 202.41 | 0.84 | 0.19 |
| Hex | 8 | 3C | 5B | 5B | 22 | 0 | 40 | CA | 54 | 13 |
| Octal | 10 | 74 | 133 | 133 | 42 | 0 | 100 | 312 | 124 | 23 |
| Binary | 1000 | 111100 | 1011011 | 1011011 | 100010 | 0 | 1000000 | 11001010 | 1010100 | 10011 |
Color Harmonies of #083C5B
Complementary color
Monochromatic Colors of #083C5B
Black with #083C5B
Text Example
Text Example
White with #083C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C5B; }
p { color: rgb(8,60,91); }
H1.HeaderClassName
{
color: #083C5B;
}
.AnyTagClassName
{
color: #083C5B;
}
</style>
background-color css
<style>
a { background-color: #083C5B; }
a { background-color: rgb(8,60,91); }
div.DivClassName
{
background-color: #083C5B;
}
.BgClassName
{
background-color: #083C5B;
}
</style>
border-color css
<style>
span { border-color: #083C5B; }
span { border-color: rgb(8,60,91); }
td.TdClassName
{
border-color: #083C5B;
}
.TagClassName
{
border-color: #083C5B;
}
</style>