#083A5A

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

Shades of Prussian Blue #083A5A

Tints of Prussian Blue #083A5A

Color information

#083A5A (or 0x083A5A) is unknown color: approx Prussian Blue. HEX triplet: 08, 3A and 5A. RGB value is (8,58,90). Sum of RGB (Red+Green+Blue) = 8+58+90=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #083A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A5A is #F7C5A5. Grayscale: #2E2E2E. Windows color (decimal): -16237990 or 5913096. OLE color: 5913096.

HSL color Cylindrical-coordinate representation of color #083A5A: hue angle of 203.41º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083A5A is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB85890-
CMYK0.910.3600.65
HSL203.41º83.67%19.22%-
HSV(B)203.41º91.11%35.29%-
XYZ3.463.8210.23-
YUV46.7152.44100.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=5.13%
G=37.18%
B=57.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal858900.910.3600.65203.4183.6719.22
Hex83A5A5B24041cb5413
Octal107213213344010131312423
Binary1000111010101101010110111001000100000111001011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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