#083155

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

Shades of Prussian Blue #083155

Tints of Prussian Blue #083155

Color information

#083155 (or 0x083155) is unknown color: approx Prussian Blue. HEX triplet: 08, 31 and 55. RGB value is (8,49,85). Sum of RGB (Red+Green+Blue) = 8+49+85=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 85 (33.59% from 255 or 59.86% from 142); Max value from RGB is 85 - color contains mainly: blue. Hex color #083155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083155 is #F7CEAA. Grayscale: #282828. Windows color (decimal): -16240299 or 5583112. OLE color: 5583112.

HSL color Cylindrical-coordinate representation of color #083155: hue angle of 208.05º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #083155 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB84985-
CMYK0.910.4200.67
HSL208.05º82.8%18.24%-
HSV(B)208.05º90.59%33.33%-
XYZ2.842.99.01-
YUV40.84152.92104.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.63%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 85 (33.59% from 255) = 59.86%
R=5.63%
G=34.51%
B=59.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal849850.910.4200.67208.0582.818.24
Hex831555B2A043d05312
Octal106112513352010332012322
Binary1000110001101010110110111010100100001111010000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083155; }

 p { color: rgb(8,49,85); }

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

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

 a { background-color: rgb(8,49,85); }

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

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

 span { border-color: rgb(8,49,85); }

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