#083960

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

Shades of Prussian Blue #083960

Tints of Prussian Blue #083960

Color information

#083960 (or 0x083960) is unknown color: approx Prussian Blue. HEX triplet: 08, 39 and 60. RGB value is (8,57,96). Sum of RGB (Red+Green+Blue) = 8+57+96=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #083960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083960 is #F7C69F. Grayscale: #2E2E2E. Windows color (decimal): -16238240 or 6306056. OLE color: 6306056.

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

Color convert

RGB85796-
CMYK0.920.4100.62
HSL206.59º84.62%20.39%-
HSV(B)206.59º91.67%37.65%-
XYZ3.673.8211.61-
YUV46.8155.77100.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 96 (37.89% from 255) = 59.63%
R=4.97%
G=35.40%
B=59.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal857960.920.4100.62206.5984.6220.39
Hex839605C2903Ecf5514
Octal10711401345107631712524
Binary100011100111000001011100101001011111011001111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083960; }

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

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

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

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

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

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

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

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