#083E5B

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

Shades of Prussian Blue #083E5B

Tints of Prussian Blue #083E5B

Color information

#083E5B (or 0x083E5B) is unknown color: approx Prussian Blue. HEX triplet: 08, 3E and 5B. RGB value is (8,62,91). Sum of RGB (Red+Green+Blue) = 8+62+91=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #083E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E5B is #F7C1A4. Grayscale: #303030. Windows color (decimal): -16236965 or 5979656. OLE color: 5979656.

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

Color convert

RGB86291-
CMYK0.910.3200.64
HSL200.96º83.84%19.41%-
HSV(B)200.96º91.21%35.69%-
XYZ3.714.2510.52-
YUV49.16151.6198.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 62 (24.61% from 255) = 38.51%
BLUE value IS 91 (35.94% from 255) = 56.52%
R=4.97%
G=38.51%
B=56.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal862910.910.3200.64200.9683.8419.41
Hex83E5B5B20040c95413
Octal107613313340010031112423
Binary1000111110101101110110111000000100000011001001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,62,91); }

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

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

 a { background-color: rgb(8,62,91); }

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

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

 span { border-color: rgb(8,62,91); }

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