#083D5A

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

Shades of Prussian Blue #083D5A

Tints of Prussian Blue #083D5A

Color information

#083D5A (or 0x083D5A) is unknown color: approx Prussian Blue. HEX triplet: 08, 3D and 5A. RGB value is (8,61,90). Sum of RGB (Red+Green+Blue) = 8+61+90=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #083D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D5A is #F7C2A5. Grayscale: #303030. Windows color (decimal): -16237222 or 5913864. OLE color: 5913864.

HSL color Cylindrical-coordinate representation of color #083D5A: hue angle of 201.22º 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 #083D5A is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB86190-
CMYK0.910.3200.65
HSL201.22º83.67%19.22%-
HSV(B)201.22º91.11%35.29%-
XYZ3.614.1310.28-
YUV48.46151.4499.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 61 (24.22% from 255) = 38.36%
BLUE value IS 90 (35.55% from 255) = 56.60%
R=5.03%
G=38.36%
B=56.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal861900.910.3200.65201.2283.6719.22
Hex83D5A5B20041c95413
Octal107513213340010131112423
Binary1000111101101101010110111000000100000111001001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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