#083A52

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

Shades of Prussian Blue #083A52

Tints of Prussian Blue #083A52

Color information

#083A52 (or 0x083A52) is unknown color: approx Prussian Blue. HEX triplet: 08, 3A and 52. RGB value is (8,58,82). Sum of RGB (Red+Green+Blue) = 8+58+82=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 82 (32.42% from 255 or 55.41% from 148); Max value from RGB is 82 - color contains mainly: blue. Hex color #083A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083A52 is #F7C5AD. Grayscale: #2D2D2D. Windows color (decimal): -16237998 or 5388808. OLE color: 5388808.

HSL color Cylindrical-coordinate representation of color #083A52: hue angle of 199.46º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083A52 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB85882-
CMYK0.900.2900.68
HSL199.46º82.22%17.65%-
HSV(B)199.46º90.24%32.16%-
XYZ3.143.698.53-
YUV45.79148.44101.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 58 (23.05% from 255) = 39.19%
BLUE value IS 82 (32.42% from 255) = 55.41%
R=5.41%
G=39.19%
B=55.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal858820.900.2900.68199.4682.2217.65
Hex83A525A1D044c75212
Octal107212213235010430712222
Binary100011101010100101011010111010100010011000111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,58,82); }

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

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

 a { background-color: rgb(8,58,82); }

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

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

 span { border-color: rgb(8,58,82); }

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