#083D5E

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

Shades of Prussian Blue #083D5E

Tints of Prussian Blue #083D5E

Color information

#083D5E (or 0x083D5E) is unknown color: approx Prussian Blue. HEX triplet: 08, 3D and 5E. RGB value is (8,61,94). Sum of RGB (Red+Green+Blue) = 8+61+94=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #083D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083D5E is #F7C2A1. Grayscale: #303030. Windows color (decimal): -16237218 or 6176008. OLE color: 6176008.

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

Color convert

RGB86194-
CMYK0.910.3500.63
HSL203.02º84.31%20%-
HSV(B)203.02º91.49%36.86%-
XYZ3.794.211.2-
YUV48.92153.4498.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 61 (24.22% from 255) = 37.42%
BLUE value IS 94 (37.11% from 255) = 57.67%
R=4.91%
G=37.42%
B=57.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal861940.910.3500.63203.0284.3120
Hex83D5E5B2303Fcb5414
Octal10751361334307731312424
Binary100011110110111101011011100011011111111001011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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