#083B55

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

Shades of Prussian Blue #083B55

Tints of Prussian Blue #083B55

Color information

#083B55 (or 0x083B55) is unknown color: approx Prussian Blue. HEX triplet: 08, 3B and 55. RGB value is (8,59,85). Sum of RGB (Red+Green+Blue) = 8+59+85=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #083B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083B55 is #F7C4AA. Grayscale: #2E2E2E. Windows color (decimal): -16237739 or 5585672. OLE color: 5585672.

HSL color Cylindrical-coordinate representation of color #083B55: hue angle of 200.26º 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 #083B55 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB85985-
CMYK0.910.3100.67
HSL200.26º82.8%18.24%-
HSV(B)200.26º90.59%33.33%-
XYZ3.33.849.16-
YUV46.72149.6100.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.26%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 85 (33.59% from 255) = 55.92%
R=5.26%
G=38.82%
B=55.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal859850.910.3100.67200.2682.818.24
Hex83B555B1F043c85312
Octal107312513337010331012322
Binary100011101110101011011011111110100001111001000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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