#083760

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

Shades of Prussian Blue #083760

Tints of Prussian Blue #083760

Color information

#083760 (or 0x083760) is unknown color: approx Prussian Blue. HEX triplet: 08, 37 and 60. RGB value is (8,55,96). Sum of RGB (Red+Green+Blue) = 8+55+96=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #083760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083760 is #F7C89F. Grayscale: #2D2D2D. Windows color (decimal): -16238752 or 6305544. OLE color: 6305544.

HSL color Cylindrical-coordinate representation of color #083760: hue angle of 207.95º 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 #083760 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB85596-
CMYK0.920.4300.62
HSL207.95º84.62%20.39%-
HSV(B)207.95º91.67%37.65%-
XYZ3.583.6311.58-
YUV45.62156.43101.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 96 (37.89% from 255) = 60.38%
R=5.03%
G=34.59%
B=60.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal855960.920.4300.62207.9584.6220.39
Hex837605C2B03Ed05514
Octal10671401345307632012524
Binary100011011111000001011100101011011111011010000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083760; }

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

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

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

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

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

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

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

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