#083450

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

Shades of Prussian Blue #083450

Tints of Prussian Blue #083450

Color information

#083450 (or 0x083450) is unknown color: approx Prussian Blue. HEX triplet: 08, 34 and 50. RGB value is (8,52,80). Sum of RGB (Red+Green+Blue) = 8+52+80=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #083450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083450 is #F7CBAF. Grayscale: #292929. Windows color (decimal): -16239536 or 5256200. OLE color: 5256200.

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

Color convert

RGB85280-
CMYK0.900.3500.69
HSL203.33º81.82%17.25%-
HSV(B)203.33º90%31.37%-
XYZ2.783.098.04-
YUV42.04149.42103.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.71%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 80 (31.64% from 255) = 57.14%
R=5.71%
G=37.14%
B=57.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal852800.900.3500.69203.3381.8217.25
Hex834505A23045cb5211
Octal106412013243010531312221
Binary1000110100101000010110101000110100010111001011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083450; }

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

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

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

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

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

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

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

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