#083959

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

Shades of Prussian Blue #083959

Tints of Prussian Blue #083959

Color information

#083959 (or 0x083959) is unknown color: approx Prussian Blue. HEX triplet: 08, 39 and 59. RGB value is (8,57,89). Sum of RGB (Red+Green+Blue) = 8+57+89=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #083959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083959 is #F7C6A6. Grayscale: #2D2D2D. Windows color (decimal): -16238247 or 5847304. OLE color: 5847304.

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

Color convert

RGB85789-
CMYK0.910.3600.65
HSL203.7º83.51%19.02%-
HSV(B)203.7º91.01%34.9%-
XYZ3.373.79.99-
YUV46152.27100.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=5.19%
G=37.01%
B=57.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal857890.910.3600.65203.783.5119.02
Hex839595B24041cc5413
Octal107113113344010131412423
Binary1000111001101100110110111001000100000111001100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083959; }

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

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

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

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

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

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

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

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