#083B5F

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

Shades of Prussian Blue #083B5F

Tints of Prussian Blue #083B5F

Color information

#083B5F (or 0x083B5F) is unknown color: approx Prussian Blue. HEX triplet: 08, 3B and 5F. RGB value is (8,59,95). Sum of RGB (Red+Green+Blue) = 8+59+95=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #083B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B5F is #F7C4A0. Grayscale: #2F2F2F. Windows color (decimal): -16237729 or 6241032. OLE color: 6241032.

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

Color convert

RGB85995-
CMYK0.920.3800.63
HSL204.83º84.47%20.2%-
HSV(B)204.83º91.58%37.25%-
XYZ3.734.0111.4-
YUV47.86154.699.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 59 (23.44% from 255) = 36.42%
BLUE value IS 95 (37.5% from 255) = 58.64%
R=4.94%
G=36.42%
B=58.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal859950.920.3800.63204.8384.4720.2
Hex83B5F5C2603Fcd5414
Octal10731371344607731512424
Binary100011101110111111011100100110011111111001101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,59,95); }

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

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

 a { background-color: rgb(8,59,95); }

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

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

 span { border-color: rgb(8,59,95); }

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