#083853

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

Shades of Prussian Blue #083853

Tints of Prussian Blue #083853

Color information

#083853 (or 0x083853) is unknown color: approx Prussian Blue. HEX triplet: 08, 38 and 53. RGB value is (8,56,83). Sum of RGB (Red+Green+Blue) = 8+56+83=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #083853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083853 is #F7C7AC. Grayscale: #2C2C2C. Windows color (decimal): -16238509 or 5453832. OLE color: 5453832.

HSL color Cylindrical-coordinate representation of color #083853: hue angle of 201.6º 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 #083853 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB85683-
CMYK0.900.3300.67
HSL201.6º82.42%17.84%-
HSV(B)201.6º90.36%32.55%-
XYZ3.083.58.7-
YUV44.73149.6101.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 83 (32.81% from 255) = 56.46%
R=5.44%
G=38.10%
B=56.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal856830.900.3300.67201.682.4217.84
Hex838535A21043ca5212
Octal107012313241010331212222
Binary1000111000101001110110101000010100001111001010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083853; }

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

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

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

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

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

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

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

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