#083c61

Color #083C61 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #083C61

Tints of Prussian Blue #083C61

Color information

#083C61 (or 0x083C61) is unknown color: approx Prussian Blue. HEX triplet: 08, 3C and 61. RGB value is (8,60,97). Sum of RGB (Red+Green+Blue) = 8+60+97=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #083C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083C61 is #F7C39E. Grayscale: #303030. Windows color (decimal): -16237471 or 6372360. OLE color: 6372360.

HSL color Cylindrical-coordinate representation of color #083C61: hue angle of 204.94º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083C61 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB86097-
CMYK0.920.3800.62
HSL204.94º84.76%20.59%-
HSV(B)204.94º91.75%38.04%-
XYZ3.874.1511.91-
YUV48.67155.2798.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 4.85%
GREEN value IS 60 (23.83% from 255) = 36.36%
BLUE value IS 97 (38.28% from 255) = 58.79%
R=4.85%
G=36.36%
B=58.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal860970.920.3800.62204.9484.7620.59
Hex83C615C2603Ecd5515
Octal10741411344607631512525
Binary100011110011000011011100100110011111011001101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083c61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083c61; }

 p { color: rgb(8,60,97); }

 H1.HeaderClassName
 {
   color: #083c61;
 }
 .AnyTagClassName
 {
   color: #083c61;
 }
</style>
background-color css

<style>
 a { background-color: #083c61; }

 a { background-color: rgb(8,60,97); }

 div.DivClassName
 {
   background-color: #083c61;
 }
 .BgClassName
 {
   background-color: #083c61;
 }
</style>
border-color css

<style>
 span { border-color: #083c61; }

 span { border-color: rgb(8,60,97); }

 td.TdClassName
 {
   border-color: #083c61;
 }
 .TagClassName
 {
   border-color: #083c61;
 }
</style>