#083161

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

Shades of Prussian Blue #083161

Tints of Prussian Blue #083161

Color information

#083161 (or 0x083161) is unknown color: approx Prussian Blue. HEX triplet: 08, 31 and 61. RGB value is (8,49,97). Sum of RGB (Red+Green+Blue) = 8+49+97=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #083161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083161 is #F7CE9E. Grayscale: #292929. Windows color (decimal): -16240287 or 6369544. OLE color: 6369544.

HSL color Cylindrical-coordinate representation of color #083161: hue angle of 212.36º 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 #083161 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB84997-
CMYK0.920.4900.62
HSL212.36º84.76%20.59%-
HSV(B)212.36º91.75%38.04%-
XYZ3.363.1111.73-
YUV42.21158.92103.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 97 (38.28% from 255) = 62.99%
R=5.19%
G=31.82%
B=62.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal849970.920.4900.62212.3684.7620.59
Hex831615C3103Ed45515
Octal10611411346107632412525
Binary100011000111000011011100110001011111011010100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083161; }

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

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

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

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

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

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

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

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