#083953

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

Shades of Prussian Blue #083953

Tints of Prussian Blue #083953

Color information

#083953 (or 0x083953) is unknown color: approx Prussian Blue. HEX triplet: 08, 39 and 53. RGB value is (8,57,83). Sum of RGB (Red+Green+Blue) = 8+57+83=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #083953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083953 is #F7C6AC. Grayscale: #2D2D2D. Windows color (decimal): -16238253 or 5454088. OLE color: 5454088.

HSL color Cylindrical-coordinate representation of color #083953: hue angle of 200.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #083953 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB85783-
CMYK0.900.3100.67
HSL200.8º82.42%17.84%-
HSV(B)200.8º90.36%32.55%-
XYZ3.123.68.71-
YUV45.31149.27101.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 57 (22.66% from 255) = 38.51%
BLUE value IS 83 (32.81% from 255) = 56.08%
R=5.41%
G=38.51%
B=56.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal857830.900.3100.67200.882.4217.84
Hex839535A1F043c95212
Octal107112313237010331112222
Binary100011100110100111011010111110100001111001001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083953; }

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

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

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

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

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

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

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

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