#083473

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

Shades of Prussian Blue #083473

Tints of Prussian Blue #083473

Color information

#083473 (or 0x083473) is unknown color: approx Prussian Blue. HEX triplet: 08, 34 and 73. RGB value is (8,52,115). Sum of RGB (Red+Green+Blue) = 8+52+115=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #083473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083473 is #F7CB8C. Grayscale: #2D2D2D. Windows color (decimal): -16239501 or 7549960. OLE color: 7549960.

HSL color Cylindrical-coordinate representation of color #083473: hue angle of 215.33º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #083473 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB852115-
CMYK0.930.5500.55
HSL215.33º86.99%24.12%-
HSV(B)215.33º93.04%45.1%-
XYZ4.423.7516.71-
YUV46.03166.92100.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 115 (45.31% from 255) = 65.71%
R=4.57%
G=29.71%
B=65.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8521150.930.5500.55215.3386.9924.12
Hex834735D37037d75718
Octal10641631356706732712730
Binary100011010011100111011101110111011011111010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083473; }

 p { color: rgb(8,52,115); }

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

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

 a { background-color: rgb(8,52,115); }

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

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

 span { border-color: rgb(8,52,115); }

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