#083061

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

Shades of Prussian Blue #083061

Tints of Prussian Blue #083061

Color information

#083061 (or 0x083061) is unknown color: approx Prussian Blue. HEX triplet: 08, 30 and 61. RGB value is (8,48,97). Sum of RGB (Red+Green+Blue) = 8+48+97=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #083061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083061 is #F7CF9E. Grayscale: #292929. Windows color (decimal): -16240543 or 6369288. OLE color: 6369288.

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

Color convert

RGB84897-
CMYK0.920.5100.62
HSL213.03º84.76%20.59%-
HSV(B)213.03º91.75%38.04%-
XYZ3.313.0311.72-
YUV41.63159.25104.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.23%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 97 (38.28% from 255) = 63.40%
R=5.23%
G=31.37%
B=63.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal848970.920.5100.62213.0384.7620.59
Hex830615C3303Ed55515
Octal10601411346307632512525
Binary100011000011000011011100110011011111011010101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083061; }

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

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

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

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

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

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

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

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