Shades of Prussian Blue #083C70
Tints of Prussian Blue #083C70
RGB
CMYK
RGB Variations
Color information
#083C70 (or 0x083C70) is known color: Prussian Blue. HEX triplet: 08, 3C and 70. RGB value is (8,60,112). Sum of RGB (Red+Green+Blue) = 8+60+112=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #083C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C70 is #F7C38F. Grayscale: #323232. Windows color (decimal): -16237456 or 7355400. OLE color: 7355400.
HSL color Cylindrical-coordinate representation of color #083C70: hue angle of 210º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083C70 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 60 | 112 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.56 |
| HSL | 210º | 0.87% | 0.24% | - |
| HSV(B) | 210º | 0.93% | 0.44% | - |
| XYZ | 4.64 | 4.45 | 15.94 | - |
| YUV | 50.38 | 162.77 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 112 | 0.93 | 0.46 | 0 | 0.56 | 210 | 0.87 | 0.24 |
| Hex | 8 | 3C | 70 | 5D | 2E | 0 | 38 | D2 | 57 | 18 |
| Octal | 10 | 74 | 160 | 135 | 56 | 0 | 70 | 322 | 127 | 30 |
| Binary | 1000 | 111100 | 1110000 | 1011101 | 101110 | 0 | 111000 | 11010010 | 1010111 | 11000 |
Color Harmonies of #083C70
Complementary color
Monochromatic Colors of #083C70
Black with #083C70
Text Example
Text Example
White with #083C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C70; }
p { color: rgb(8,60,112); }
H1.HeaderClassName
{
color: #083C70;
}
.AnyTagClassName
{
color: #083C70;
}
</style>
background-color css
<style>
a { background-color: #083C70; }
a { background-color: rgb(8,60,112); }
div.DivClassName
{
background-color: #083C70;
}
.BgClassName
{
background-color: #083C70;
}
</style>
border-color css
<style>
span { border-color: #083C70; }
span { border-color: rgb(8,60,112); }
td.TdClassName
{
border-color: #083C70;
}
.TagClassName
{
border-color: #083C70;
}
</style>