#083E60

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

Shades of Prussian Blue #083E60

Tints of Prussian Blue #083E60

Color information

#083E60 (or 0x083E60) is unknown color: approx Prussian Blue. HEX triplet: 08, 3E and 60. RGB value is (8,62,96). Sum of RGB (Red+Green+Blue) = 8+62+96=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #083E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083E60 is #F7C19F. Grayscale: #313131. Windows color (decimal): -16236960 or 6307336. OLE color: 6307336.

HSL color Cylindrical-coordinate representation of color #083E60: hue angle of 203.18º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #083E60 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB86296-
CMYK0.920.3500.62
HSL203.18º84.62%20.39%-
HSV(B)203.18º91.67%37.65%-
XYZ3.934.3411.7-
YUV49.73154.1198.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 62 (24.61% from 255) = 37.35%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=4.82%
G=37.35%
B=57.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal862960.920.3500.62203.1884.6220.39
Hex83E605C2303Ecb5514
Octal10761401344307631312524
Binary100011111011000001011100100011011111011001011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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