#083A64

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

Shades of Prussian Blue #083A64

Tints of Prussian Blue #083A64

Color information

#083A64 (or 0x083A64) is unknown color: approx Prussian Blue. HEX triplet: 08, 3A and 64. RGB value is (8,58,100). Sum of RGB (Red+Green+Blue) = 8+58+100=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 100 (39.45% from 255 or 60.24% from 166); Max value from RGB is 100 - color contains mainly: blue. Hex color #083A64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A64 is #F7C59B. Grayscale: #2F2F2F. Windows color (decimal): -16237980 or 6568456. OLE color: 6568456.

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

Color convert

RGB858100-
CMYK0.920.4200.61
HSL207.39º85.19%21.18%-
HSV(B)207.39º92%39.22%-
XYZ3.91412.62-
YUV47.84157.4499.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 58 (23.05% from 255) = 34.94%
BLUE value IS 100 (39.45% from 255) = 60.24%
R=4.82%
G=34.94%
B=60.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8581000.920.4200.61207.3985.1921.18
Hex83A645C2A03Dcf5515
Octal10721441345207531712525
Binary100011101011001001011100101010011110111001111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,58,100); }

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

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

 a { background-color: rgb(8,58,100); }

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

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

 span { border-color: rgb(8,58,100); }

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