#083253

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

Shades of Prussian Blue #083253

Tints of Prussian Blue #083253

Color information

#083253 (or 0x083253) is unknown color: approx Prussian Blue. HEX triplet: 08, 32 and 53. RGB value is (8,50,83). Sum of RGB (Red+Green+Blue) = 8+50+83=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #083253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083253 is #F7CDAC. Grayscale: #292929. Windows color (decimal): -16240045 or 5452296. OLE color: 5452296.

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

Color convert

RGB85083-
CMYK0.900.4000.67
HSL206.4º82.42%17.84%-
HSV(B)206.4º90.36%32.55%-
XYZ2.82.968.61-
YUV41.2151.59104.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.67%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 83 (32.81% from 255) = 58.87%
R=5.67%
G=35.46%
B=58.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal850830.900.4000.67206.482.4217.84
Hex832535A28043ce5212
Octal106212313250010331612222
Binary1000110010101001110110101010000100001111001110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083253; }

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

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

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

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

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

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

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

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